Package 'testthat' was built under R version 4.0.5 #661
Unanswered
maxl-amberg
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey, For the testthat issue, it's due to the fact that the version on CRAN was built with a developer that has a more recent version of R than you (most of the time, you can ignore that). For the second one, can you update Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've got a third question regarding my app called golemapp20210422 which runs perfectly fine when I use "run_dev.R" stored in the "dev" folder, but which always renders the following ERROR when I run devtools::check() in "03_deploy.R":
@ColinFay : I am not sure whether this error message sufficies to propose a solution.
As suggested in the youtube-video "Demonstration of the {golem} package", I simply increased the time period from Sys.sleep(5) to specified Sys.sleep(30) but this does not solve the problem. Do you have an idea what the actual problem could be here?
"testthat.R" contains:
"test-golem-recommended.R" contains:
Would it also be possible to drop the entire "test" folder, containing both "spelling.R" and "testthat.R", so that the error does not show up? I know that this would not solve the problem behind it but given that I do not want to send the app/package to CRAN or to another package manager, I thought that it would suffice that the app runs exactly as it should run when I use "run_dev.R" instead of devtools::check() in "03_deploy.R".
Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions