-
Notifications
You must be signed in to change notification settings - Fork 52
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
setup-deps
fails for packages with renv
on Fedora containers
#596
Comments
I am surprised that renv projects work at all, TBH. I am a bit unsure what we should do with renv projects, because there is a tension between using the package versions from the renv.lock file, and running I assume you'd want to install the package versions from the renv.lock file? |
Actually the opposite. We use For context, we use |
That makes sense and it should not be too hard to implement. |
Great! Thanks so much! |
So, it seems that all |
That sounds basically right although Understandable if you didn't want to rely on this but |
When running
rhub_check()
for Fedora platforms, thesetup-deps
step fails for me when trying to locatepak
:https://github.com/CHOP-CGTInformatics/REDCapTidieR/actions/runs/8649035798
Rhub v2 is working great for all other platforms. I tested at least one other linux container (clang-asan) so this doesn't appear general to all linux containers vs. other platforms.
I suspect the issue is with
renv
causingpak
to be installed in a place thatlibrary(pak, lib.loc = Sys.getenv("R_LIB_FOR_PAK"))
can't detect.I'm using
rhub_2.0.0
from CRAN.The text was updated successfully, but these errors were encountered: