An open API service indexing awesome lists of open source software.

https://github.com/RMI-PACTA/r2dii.usethis

Automate Package And Project Setup
https://github.com/RMI-PACTA/r2dii.usethis

Last synced: 4 months ago
JSON representation

Automate Package And Project Setup

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# r2dii.usethis

[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/r2dii.usethis)](https://cran.r-project.org/package=r2dii.usethis)
[![Travis build status](https://travis-ci.org/2DegreesInvesting/r2dii.usethis.svg?branch=master)](https://travis-ci.org/2DegreesInvesting/r2dii.usethis)
[![R build status](https://github.com/2DegreesInvesting/r2dii.usethis/workflows/R-CMD-check/badge.svg)](https://github.com/2DegreesInvesting/r2dii.usethis/actions)
[![Codecov test coverage](https://codecov.io/gh/2degreesinvesting/r2dii.usethis/branch/master/graph/badge.svg)](https://codecov.io/gh/2degreesinvesting/r2dii.usethis?branch=master)
[![R-CMD-check](https://github.com/2DegreesInvesting/r2dii.usethis/workflows/R-CMD-check/badge.svg)](https://github.com/2DegreesInvesting/r2dii.usethis/actions)

The goal of r2dii.usethis is to automate the setup of r2dii packages and projects. It aims to be an extension of the [usethis](https://usethis.r-lib.org/) package, customize for [2 Degrees Investing Initiative](https://2degrees-investing.org/).

## Installation

```R
# install.packages("devtools")
devtools::install_github("2DegreesInvesting/r2dii.usethis")
```

## Example

```{r}
r2dii.usethis::use_r2dii_data("new_data")
```

```R
usethis::use_template("README.Rmd", package = "r2dii.usethis")
```

## Information

* [Getting help](https://2degreesinvesting.github.io/.github/SUPPORT.html).
* [Contributing](https://2degreesinvesting.github.io/.github/CONTRIBUTING.html).
* [Contributor Code of Conduct](https://2degreesinvesting.github.io/.github/CODE_OF_CONDUCT.html).