- fix documentation to be HTML5 compliant
-
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 scriptsaim()
sets one of theMakefile
targets to be recognized by RStudio's Build pane (prioritization)build()
builds the firstMakefile
entry (set by user or viaaim()
)
-
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
- first CRAN release
- package offers basic functionality