furrer-lab / r-containers

GNU General Public License v3.0
1 stars 0 forks source link

Fetching dependencies from repository fails #25

Closed j-i-l closed 2 months ago

j-i-l commented 2 months ago

See:

https://github.com/furrer-lab/r-containers/actions/runs/8622558537/job/23633953355#step:6:35621

The relevant error is:

https://github.com/furrer-lab/r-containers/actions/runs/8622558537/job/23633953355#step:6:35621

22.53 Error in loadNamespace(x) : there is no package called ‘desc’

Interestingly this error is new, however, we never installed desc explicitly (if I recall correctly).

Potential solution would be to simply install desc.

On other point to consider is that abn ships with an renv now, so we might want to make sure to deactivate it.