install.packages("devtools")
install.packages("usethis")
install.packages("available")
install.packages("roxygen2")
Check if you have developer tools installed
::has_devel() devtools
The tutorial for this lesson is here
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 ...".
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} }