sayuks

@sayuks.bsky.social

A fairly clean way is to make a pkglist of the installed.packages() that are not Priority "base" or "recommended", store it somewhere, then install.packages(pkglist) after upgrading.

What advice do folks have for organising projects that will be deployed to production? How do you organise your directories? What do you do if you're deploying multiple "things" (e.g. an app and an api) from the same project?