Skip to content
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

Check PDF sizes error #124

Open
cdeterman opened this issue Oct 9, 2018 · 10 comments
Open

Check PDF sizes error #124

cdeterman opened this issue Oct 9, 2018 · 10 comments

Comments

@cdeterman
Copy link

Any idea why appveyor would be crashing out when check the size of PDF files in my R package? The build completes without an issue on Travis CI. The error that keeps coming up is:

  • checking sizes of PDF files under 'inst/doc' ...Error: invalid version specification 'true (GNU coreutils) 5.97'

Feel free to have a look at the build here

@rnuske
Copy link

rnuske commented Oct 23, 2018

I've got the same problem on appveyor.
The package builds fine on a local Linux & Windows and on Travis CI. Tried to google for it but only found gpuR's appveyor logs and this issue.

@mrustl
Copy link

mrustl commented Oct 27, 2018

Same to me, see: https://ci.appveyor.com/project/KWB-R/kwb-utils

@cdeterman
Copy link
Author

This is a few months old now with no further ideas from my end. Want to make sure it doesn't just slip through the cracks.

@vineetbansal
Copy link

Exactly the same issue for me on Appveyor as of Jan 2019. (Travis on Linux runs fine)

@nuest
Copy link

nuest commented Jan 22, 2019

Same here, and no idea how to fix: https://ci.appveyor.com/project/nuest/suppdata/builds/21794271

@nuest
Copy link

nuest commented Jan 22, 2019

Starting from https://github.com/wch/r-source/blob/f421a17bd4fb559674a760667c088bdc5aa8093c/src/library/tools/R/check.R#L5550 I could deactivate the size check both in the build configuration on Appveyor or directly in appveyor.yml. Hope this helps others until problem is fixed:

nuest/suppdata@999c78e

@krlmlr
Copy link
Owner

krlmlr commented Feb 17, 2019

@jeroen: Any idea why R CMD check would bring up Error: invalid version specification 'true (GNU coreutils) 5.97 when checking documentation sizes?

https://ci.appveyor.com/project/cdeterman/gpur#L641

@jeroen
Copy link
Contributor

jeroen commented Feb 18, 2019

This error comes from R when you try to parse a string true as a version: https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/library/base/R/version.R#L51

No idea what is causing this though.

@krlmlr
Copy link
Owner

krlmlr commented Jul 4, 2019

Is this still a problem with R 3.6?

@cdeterman
Copy link
Author

@krlmlr it still appears to be the case here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants