-
Notifications
You must be signed in to change notification settings - Fork 235
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
Error with roxygenize() checking version on some Linux configurations #802
Comments
This is probably desc not removing the trailing whitespace. AFAIR already fixed in GitHub desc. |
Btw. the |
So I should try:
Then restart R and try again? I'll give it a try now. |
Update - it still fails with a fresh install of
Same error, same traceback. |
Can you please give me the results of this: desc::desc_get("RoxygenNote", file = ".")[[1]]
utils::packageVersion("roxygen2") |
Sure! Here's what that got (on my admittedly stale dev box this was initially reported on):
|
Do you mind updating desc and re-running? |
After updating to the latest version on GitHub using the README instructions the error appears to still occur.
|
Desc does not parse the |
Ooooh of course; it's a simple fix and I'll do it tomorrow. |
Unfortunately I cannot provide a REPREX because this bug depends on the build chain for the package.
After building R and
roxygen
from source usingclang
andclang++
on Ubuntu (version details below), the following error occurs:This appears to be related to how the package version number is parsed, which I think is related to differences in the compiler used at build time for the package.
Here is the traceback:
To help with this, here is my session info. Additionally, I built R using
clang
and then set up myMakevars
to look like this:Session info
Packages
The text was updated successfully, but these errors were encountered: