Skip to content
/ Rpkg_template Public template

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

License

Notifications You must be signed in to change notification settings

Bisaloo/Rpkg_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

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

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

<!-- badges: start -->
<!-- badges: end -->

## 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()
```

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages