We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inherits()
Dusting this off after far too long; got this on R CMD Check:
Found if() conditions comparing class() to string: File ‘boxr/R/boxr__internal_dir_comparison.R’: if (class(absent) != "data.frame") ... File ‘boxr/R/boxr__internal_get.R’: if (class(obj) == "boxr_file_reference") ... File ‘boxr/R/boxr__internal_get.R’: if (class(obj) == "boxr_object_list") ... Use inherits() (or maybe is()) instead.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Dusting this off after far too long; got this on R CMD Check:
The text was updated successfully, but these errors were encountered: