Skip to content

best-practice-and-impact/Rgovcookiecutter

Repository files navigation

Rgovcookiecutter

The goal of Rgovcookiecutter is to set up a new repository for an R package following best practice by running a single function. This includes a unit testing folder, continuous integration through github actions, and .gitignore pre-configured to not include sensitive data.

Installation

You can install the development version of Rgovcookiecutter from GitHub with:

# install.packages("devtools")
devtools::install_github("best-practice-and-impact/Rgovcookiecutter")

Example

This is a basic example which shows you how to use the package:

library(Rgovcookiecutter)

create_package("D:\repos", "repo-name")

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published