The packageSkeletonForR GitHub repository (repo, for short) contains an R package skeleton suitable for setting up a GitHub based R package with an associated GitHub static website. GitHub is an ideal environment for developing, maintaining, and distributing an R package. And it's SUPER cool too! 😀
The bulk of the work in using this package skeleton will be in customizing the package (e.g., changing the name of the package to something you want to call it). Many people don't create R packages because they don't think they have anything worthy to put into a package. Instead of thinking about making a package that is useful for someone else, think of making a package that is useful for yourself and what you do. You will often find that solutions to your own data issues are often utilized by others.
There some minor prerequisite knowlege for doing this (which can be figured out as part of setting this up) includes:
This vignette takes you through the steps necessary to use this package skeleton to set up your own repo/R package.