best-practice-and-impact / Rgovcookiecutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:R 96.0%Language:Rez 4.0%