MilesMcBain / capsule

An inversion of renv for low effort reproducible R package libraries
Other
151 stars 7 forks source link

Update list of base packages for capshot #30

Open MilesMcBain opened 1 year ago

MilesMcBain commented 1 year ago

https://github.com/MilesMcBain/capsule/blob/master/R/mirror.R#L46

This seems to now aggressively downgrade dependencies to the lockfile versions probably due to some change in renv.

MilesMcBain commented 1 year ago

Actually I think this related to not keeping track of the base packages in capsule lockfiles

MilesMcBain commented 1 year ago

So this would probably be fixed by changing https://github.com/MilesMcBain/capsule/blob/master/R/capshot.R#L3

to: base, compiler, datasets, grDevices, graphics, grid, methods, parallel, splines, stats, stats4, tcltk, tools, translations, utils