forked from ropensci-review-tools/goodpractice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
45 lines (32 loc) · 1.45 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# goodpractice <img src="man/figures/logo.png" align="right" width="20%" height="20%" />
[![Linux Build Status](https://travis-ci.org/MangoTheCat/goodpractice.svg?branch=master)](https://travis-ci.org/MangoTheCat/goodpractice)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/MangoTheCat/goodpractice?svg=true)](https://ci.appveyor.com/project/gaborcsardi/goodpractice)
[![](https://www.r-pkg.org/badges/version/goodpractice)](https://www.r-pkg.org/pkg/goodpractice)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/goodpractice)](https://www.r-pkg.org/pkg/goodpractice)
[![Coverage Status](https://img.shields.io/codecov/c/github/MangoTheCat/goodpractice/master.svg)](https://codecov.io/github/MangoTheCat/goodpractice?branch=master)
## 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
```{r eval = FALSE}
install.packages("goodpractice")
```
and the development version from GitHub
```{r eval = FALSE}
source("https://install-github.me/MangoTheCat/goodpractice")
# or
# install.packages("devtools")
devtools::install_github("mangothecat/goodpractice")
```
## Usage
```r
library(goodpractice)
gp("<my-package>")
```
## License
MIT © Mango Solutions