issue when using devtools::check()
#287
joseph-palmer
started this conversation in
Development
Replies: 3 comments 3 replies
-
err I have no idea. That is a new one on me I am afraid..... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Probably just my R if you don't get the error |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you tried installing |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run
devtools::check()
on the package, everything seems to work fine (all tests pass) but it stops with a random error message with no refference to where it crops up.Checking the log file doesn't show anything noteworthy, all looks like it worked fine except for a message of 1 warning about ‘qpdf’ is needed for checks on size reduction of PDFs (which is not an error).
Has anyone else experianced this when running
devtools::check()
?Beta Was this translation helpful? Give feedback.
All reactions