tidylab
is a set of packages that work in harmony because they share common software design principles – domain driven design (ddd) and microservice architecture. The tidylab package is designed to make it easy to install and load core packages from the tidylab in a single command.
library(tidylab)
will load the core tidylab packages:
You also get a condensed summary of conflicts with other packages you have loaded:
library(tidylab)
#> ── Attaching packages ───────────────────────────────────────── tidylab 4.2.1 ──
#> ✔ usethat 0.3.0 ✔ decorators 0.1.0
#> ✔ microservices 0.1.2
#>
You can see conflicts created later with tidylab_conflicts()
:
And you can check that all tidylab packages are up-to-date with tidylab_update()
: