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
I've run the devtools::check() function and found that on line 14 of package.R, the package is called DataFrame instead of DataFrames.
devtools::check()
DataFrame
DataFrames
The text was updated successfully, but these errors were encountered:
Sorry, I've just seen that you may have intentionally said "DataFrame" instead of "DataFrames" as it is a donttest test?
donttest
Sorry, something went wrong.
Yes, it should have been DataFrames. The donttest is unrelated. Will soon submit a correction for this! Thank you for catching this!
650b4cc
No branches or pull requests
Session Info
I've run the
devtools::check()
function and found that on line 14 of package.R, the package is calledDataFrame
instead ofDataFrames
.The text was updated successfully, but these errors were encountered: