-
Notifications
You must be signed in to change notification settings - Fork 8
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
2 Notes from CRAN pre-test on v1.1.3 #490
Comments
Yes. We added it to the CRAN comments in #480. Do you manually build and upload the tarball, or do you use a devtools convenience function? If you are doing it manually, you need to copy-paste the contents of Lines 1 to 8 in 67e7423
Recall that according to @yihui (Merck/simtrial#287 (review)), CRAN allows the use of |
Before the new version of simtrial is on CRAN, we can conditionally call the internal function via something like this: .as_gt <- asNamespace('simtrial')$as_gt.simtrial_gs_wlr
if (is.function(.as_gt)) .as_gt(...) else stop('simtrial version too low') After the new release of simtrial, we can switch to |
I don't think this is necessary. The class "simtrial_gs_wlr" does not exist in simtrial 0.4.1 (the current version on CRAN). The class was added at the same time as the methods |
Submitted |
Note 1:
Note 2:
I will work on a new gsDesign2 v1.1.3 and start with the 2nd note first.
@jdblischak, do you happen to know the reason of the 1st note?
The text was updated successfully, but these errors were encountered: