devex
package and making sure you understand all its components. Better yet, you can practice using roxygen2
and devtools
by creating a very small/useless package (2-3 simple functions)devtools
.Additionally, as you build larger and more complex packages, you might need a deeper understanding of package structure. For a slightly more in-depth explanation of package development, you'll want to reference Hadley Wickham's R Packages. For a serious dive into package mechanics, you should consult the official R Extensions Manual, which is published by CRAN. However, at least for mid-sized packages, this guide probably has given you most of what you need to know.
If you're interested in reading more:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.