digital-wellbeing / platform-study-rr

0 stars 0 forks source link

Use renv instead of pacman #4

Closed mvuorre closed 1 month ago

mvuorre commented 1 month ago

https://github.com/digital-wellbeing/platform-study-rr/blob/c93d48f9129d23b884c4737ffb386420e3889b9c/9_processScreenshots.qmd#L31

May I suggest using renv instead of pacman so running the scripts won't mess up my R installation & other projects?

nballou commented 1 month ago

oh are those not compatible? Was already using renv but I'll switch back to normal library calls

nballou commented 1 month ago

from the docs:

renv also supports package loading with box (box::use(...)) and pacman (pacman::p_load(...))

did you have problems with this?

mvuorre commented 1 month ago

Oh, that is good! I didn't know renv supports pacman. All good, sorry!