Changelog
Source:NEWS.md
buildr 0.1.0
CRAN release: 2021-01-10
complete reboot, a whole new philosophy built around automatically generated, fully editable
Makefile
and prioritization of its “rules”-
“trinity” of essential functions introduced:
-
init()
initializes aMakefile
in project root with automatically discovered build scripts -
aim()
sets one of theMakefile
targets to be recognized by RStudio’s Build pane (prioritization) -
build()
builds the firstMakefile
entry (set by user or viaaim()
)
Technicals
-
pkgdown
is used to build package website, so you can read the news, vignettes and full documentation in a more pleasant, responsive way even outsideR
partly covered with
testthat
tests