The goal of {pkgsetup} is to provide a complete step-by-step example of package setup, commit history included. The intention is to report the ground procedure to setup a robust production-ready, reproducible, framework for high quality projects.

Installation

You can install the development version from GitHub with the following procedure:

# install.packages("devtools")
devtools::install_github("CorradoLanera/pkgsetup")

Usage

This package is here only to provide a blueprint for a full package setup. You can look at its structure, and you can find all the setup flow procedure into the dev/ folder.

You can also take a look at the history of the commits.

Happy Projecting!

Contribution

If you have updates or suggestions for better procedure/strategies, please open an issue.

Thanks!

Code of Conduct

Please note that the pkgsetup project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.