EdinbR (R usergroup)

@edinbr.fosstodon.org.ap.brid.gy

EdinbR is the Edinburgh usergroup for the R programming language. You can view our talks (from Sep 2020) on YouTube! Please subscribe to the channel to receive […] [bridged from https://fosstodon.org/@EdinbR on the fediverse by https://fed.brid.gy/ ]

Hey, #RStats folks, what's your take on the box package to organise the code inside a project? I've been using it a bit for a while: I put functions in an R folder similar to a package and then load them with box::use() instead of source(). https://klmr.me/box/

‘box’: Write Reusable, Composable and Modular R Code

A modern module system for R. Organise code into hierarchical, composable, reusable modules, and use it effortlessly across projects via a flexible, declarative dependency loading syntax.

klmr.me