-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Make package CRAN ready #16
Comments
Current status: Eliminated ERRORs; reduced multiple WARNINGs to a single one; single NOTE. About the existing WARNING: Message being returned:
Background: The WARNING message has to do with the methodology employed for obtaining the runtime for testthat blocks. Steps employed for doing it (along with examples from code) are:
|
@tdhock The only reason for using |
A couple more "NOTE"s from running
The fixes should be evident, but let me know if you have questions. Here's the command I ran:
|
My motivation for To avoid that WARNING about For example, instead of testthat:::test_code() you can use test_code <- get("test_code", envir=asNamespace("testthat"))
test_code() |
Currently, R CMD check fails.
Update and complete documentation, and make other required changes.
The text was updated successfully, but these errors were encountered: