Resources for making R packages
Donate and become a patron: If you find value in what I do and have learned something from my site, please consider becoming a patron. It takes me many hours to research, learn, and put together tutorials. Your support really matters.
devtools package
: document()
, use_data()
to include data, use_travis()
for Travis checkingpkgdown
package: pkgdown::build_site()
usethis
package: use_travis()
, use_appveyor()
.Rbuildignore
If you see mistakes or want to suggest changes, please create an issue on the source repository.
Text and figures are licensed under Creative Commons Attribution CC BY 4.0. Source code is available at https://github.com/hauselin/rtutorialsite, unless otherwise noted. 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
Lin (2019, Sept. 15). Data science: Resources for making R packages. Retrieved from https://hausetutorials.netlify.com/posts/2019-12-08-resources-for-making-r-packages/
BibTeX citation
@misc{lin2019resources, author = {Lin, Hause}, title = {Data science: Resources for making R packages}, url = {https://hausetutorials.netlify.com/posts/2019-12-08-resources-for-making-r-packages/}, year = {2019} }