You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
I created a fork with the changes including a different snapshot for the renv.lock file, a different R script that returns a plot type object (tested locally) and then some name changes to the .yml file. Should work the same right?
But I went through repetitive runs, only to find that the job halts on the same curl installation failure: (I suppose the separate section in activation.R does not fix this at the moment)
I tried a pre-emptive installation (running sudo apt-get install libcurl4-openssl-dev prior to running renv::restore()) for libcurl but that doesn't work as well, which I suppose is because R can't find it?
I created a fork with the changes including a different snapshot for the
renv.lockfile, a different R script that returns a plot type object (tested locally) and then some name changes to the.ymlfile. Should work the same right?But I went through repetitive runs, only to find that the job halts on the same

curlinstallation failure: (I suppose the separate section inactivation.Rdoes not fix this at the moment)I tried a pre-emptive installation (running
sudo apt-get install libcurl4-openssl-devprior to runningrenv::restore()) forlibcurlbut that doesn't work as well, which I suppose is because R can't find it?