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
- Host: GitHub
- URL: https://github.com/RMI-PACTA/r2dii.usethis
- Owner: RMI-PACTA
- License: other
- Archived: true
- Created: 2019-07-05T20:52:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T15:29:57.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:13:02.546Z (8 months ago)
- Language: R
- Homepage: https://2degreesinvesting.github.io/r2dii.usethis
- Size: 1.14 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - RMI-PACTA/r2dii.usethis - Automate Package And Project Setup (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://cran.r-project.org/package=r2dii.usethis)
[](https://travis-ci.org/2DegreesInvesting/r2dii.usethis)
[](https://github.com/2DegreesInvesting/r2dii.usethis/actions)
[](https://codecov.io/gh/2degreesinvesting/r2dii.usethis?branch=master)
[](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).