π¦ Fundamentals of R Package Development
The Whole Game
R code π»
Home
About
Basics
Introduction and motivation β¨
System Setup π€
Packages in a nutshell π°
The Whole Game
Initial creation and check
Basic structure and DESCRIPTION π§¬
R code π»
Documentation π
Tests π§ͺ
R CMD Check π
Managing dependencies π
Automated checking with GitHub Actions π¦Ύ
Hosting and sharing πΈ
R code π»
Donβt put
library()
or
require()
in packages