If you are a newcomer in the development of R packages or more specifically to the SticsRPacks
community, this repository is for you. It was specifically created to help new people to learn the basis of all tools used around R packages development.
This tutorial is itself an R package in disguise, so we can use it as a support for learning. There are three main steps to follow, all written as vignettes:
You should follow these steps in order to start learning all about R package development.
If you already completed the tutorials, you may find a summary of the workflow usefull. For others, you can see that a set of few commands is used in the end, so go to the first tutorial here to learn what they do!
In summary, here are the steps to follow once everything is set up:
ctrl+shift+D
)pkgdown::build_site()
)ctrl+shift+B
) and the vignettes (devtools::build_vignettes()
)ctrl+shift+E
)ctrl+shift+T
)And voilà!