-
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
CRAN issues July 2024 #447
Comments
Cannot reproduce the same problem on rhub2. Let's wait one day to see if that's transient CRAN problems. |
I can reproduce on current R-devel. Deleteing the following in .Rbuildignore will make it go away Line 24 in 44439eb
The CRAN commit that causes the issue is wch/r-source@a053afc. Unsure whether this will change but may be worth tightening up the .Rbuildignore file anyway. |
@TimTaylor Thank you very much for the pointer! Super helpful information. I will amend as you suggested and perhaps test it with an offline Fedora with r-devel. |
No worries. I wonder if this could catch out a few maturer packages that have accumulated bits in .Rbuildignore. Reading item 20 in https://cran.r-project.org/doc/manuals/R-exts.html#Checking-packages we have (emphasis mine):
So I guess historically (pre-dates my R usage), the vignette source was often kept there and hence rio's .Rbuildignore. Hope this isn't teaching you to suck eggs so to speak. I just wanted to note it in this issue for my own reference. |
I think I can safely ignore the
arrow
one on r-devel-linux-x86_64-debian-clang because it's due to the installation issue ofarrow
.But the second one is a mystery. I think I didn't see it yesterday. Is it transient?
The text was updated successfully, but these errors were encountered: