sayuks
sayuks.bsky.social
sayuks
@sayuks.bsky.social
Reposted by sayuks
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.
April 24, 2025 at 8:26 PM
I’m happy to help!
March 25, 2025 at 9:38 AM
Reposted by sayuks
I mostly structure new projects as targets - code that get reused gets spun into a pkg.

The targets structure looks like Miles’s {tflow} design: github.com/njtierney/de...

At the other end of complexity, here are 2 larger projects:

github.com/njtierney/tt...

And

github.com/idem-lab/map...
GitHub - njtierney/demo-geotargets
Contribute to njtierney/demo-geotargets development by creating an account on GitHub.
github.com
March 5, 2025 at 10:33 AM