Tutorial 3
How to develop, test and publish R-packages
Volg deze link voor de inhoud van deze tutorial.
Let op: Als je gebruikmaakt van Posit Cloud, voer dan eerst de onderstaande stappen uit.
WarningR package development via Posit Cloud
- Build tab -> configure build tools
- Run
install.packages(c("devtools", "roxygen2", "testthat", "knitr", "usethis", "here")) - Run
usethis::create_package(here::here())
TipRecording of the flow
If you’d like to revisit this tutorial later on, there exists a recording of the discussion of the outlined flow here (download for the 1h+ recording)