-
Notifications
You must be signed in to change notification settings - Fork 76
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 when running vignettes code: Error: unused argument (pizza = "pineapple")
#424
Comments
Yes, it is meant to run with error Lines 62 to 66 in c6c626d
https://gesistsa.github.io/rio/articles/remap.html#ellipsis-or-dot-dot-dot (Besides, OS X Snow Leopard on PPC, wow!) |
I remember I once had a similar problem with the |
@chainsawriot Sorry, I somehow missed to reply. I can rebuild knitr and friends if that may potentially help. We still don’t know why this fails, do we? |
@barracuda156 Not a bad idea to rebuild |
@chainsawriot Rebuilt both, but no change to test results either here or with |
@barracuda156 I have a testing package for testing many things https://github.com/chainsawriot/rrrrrr It contains now a vignette with error https://github.com/chainsawriot/rrrrrr/blob/v0.0/vignettes/error.Rmd. You may try to check this and see whether you also get a check error. If it is the case, I would argue that With vignettes git clone https://github.com/chainsawriot/rrrrrr.git
R CMD build rrrrrr
R CMD check rrrrrr_0.0.0.9000.tar.gz Without vignettes (should emit warnings about missing vignettes, but not errors) R CMD build rrrrrr --no-build-vignettes
R CMD check rrrrrr_0.0.0.9000.tar.gz |
Yeah, vignette fails:
|
@barracuda156 To give you an interesting update: I uploaded the v1.1.1 to CRAN, and the https://cloud.r-project.org/web/checks/check_results_rio.html So, I think you are not alone (also, I experienced it previously too) and the problem should have something to do with R itself. |
@chainsawriot Thank you, good to know. Then there is a chance it gets fixed by the upstream, provided they are aware of it. |
@barracuda156 More info from https://stat.ethz.ch/pipermail/r-package-devel/2024q2/010865.html |
The text was updated successfully, but these errors were encountered: