R Package development

Published

Aug. 10, 2022

Citation

Sánchez-Tapia & Mortara, 2022

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

Footnotes

    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}
    }