Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bisaloo/rpkg_template
- Owner: Bisaloo
- License: gpl-3.0
- Created: 2021-02-04T13:10:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T15:32:24.000Z (over 3 years ago)
- Last Synced: 2024-10-24T16:18:26.372Z (about 2 months ago)
- Language: CSS
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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()
```