R Package development

Andrea Sánchez-Tapia https://andreasancheztapia.netlify.app (¡liibre!)true , Sara Mortara true (re.green)
2022-08-10

Slides

Packages

install.packages("devtools")
install.packages("usethis")
install.packages("available")
install.packages("roxygen2")

Check if you have developer tools installed

devtools::has_devel()

Tutorial

The tutorial for this lesson is here

References

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".

Citation

For attribution, please cite this work as

Sánchez-Tapia & Mortara (2022, Aug. 10). Scientific Programming: R Package development. Retrieved from https://scientific-computing.netlify.app/15_making_packages.html

BibTeX citation

@misc{sánchez-tapia2022r,
  author = {Sánchez-Tapia, Andrea and Mortara, Sara},
  title = {Scientific Programming: R Package development},
  url = {https://scientific-computing.netlify.app/15_making_packages.html},
  year = {2022}
}