Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bisaloo/rpkg_template

This is my template repository for quicker / more uniform creation of R packages
https://github.com/bisaloo/rpkg_template

Last synced: 11 days ago
JSON representation

This is my template repository for quicker / more uniform creation of R packages

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# `r devtools::as.package(".")$package`

## Installation

You can the latest version of this package from GitHub with:

```{r, eval = FALSE}
# install.packages("remotes")
remotes::install_github("")
```

## Usage

```{r example}
library()
```