R

Building R packages

In this post we provide an introduction on how to create R packages. Resources that have been used to write this post and that can be read to better understand and expand on the material covered here are the following: R packages https://r-pkgs.org/ R package primer: https://kbroman.org/pkg_primer/ Mastering Software Development in R: https://bookdown.org/rdpeng/RProgDA/ Writing R extensions: https://cran.r-project.org/doc/manuals/R-exts.html Package development: https://support.rstudio.com/hc/en-us/sections/200130627-Package-Development Package websites with pkgdown: https://pkgdown.

Continue reading