knitr::opts_chunk$set(echo = TRUE)

goodpractice

Linux Build Status Windows Build status CRAN RStudio mirror downloads Coverage Status

Advice on R Package Building

Give advice about good practices when building R packages. Advice includes functions and syntax to avoid, package structure, code complexity, code formatting, etc.

Installation

You can install the release version from CRAN

install.packages("goodpractice")

and the development version from GitHub

source("https://install-github.me/MangoTheCat/goodpractice")
# or
# install.packages("devtools")
devtools::install_github("mangothecat/goodpractice") 

Usage

library(goodpractice)
gp("<my-package>")

License

MIT © Mango Solutions



MangoTheCat/goodpractice documentation built on Sept. 5, 2022, 2 p.m.