-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcreating-r-packages.qmd
27 lines (19 loc) · 1.37 KB
/
creating-r-packages.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: "Creating R Packages"
editor: visual
---
# Creating R Packages
One of the things our group does is create R packages and help with maintenance of R packages.
For example, [`volcalc`](https://github.com/Meredith-Lab/volcalc) and [`azmetr`](https://github.com/uace-azmet/azmetr) were both initially developed as [incubator projects](incubator.qmd).
Things this page should eventually include:
- links to best practices for R packages (rOpenSci guide, `usethis`, style guide)
- link to Hadley's book on R packages
- discussion about CRAN vs r-universe
- guide on releases and versions and Zotero integration (CITATION.cff, `cffr` package)
- discussion about package maintainance and handoff of maintainance
- use of repostatus badge to signal lifecycle
-
### R-Universe
[R-Universe](https://ropensci.org/r-universe/) is an rOpenSci project that makes it easier to install R packages that are not on CRAN or Bioconductor.
We use our r-universe page primarily to make it easier for our collaborators to install R packages, and as a "portfolio" of R packages our team has created or contributed significantly to.
To add a GitHub repo with an R package to [cct-datascience.r-universe.dev](https://cct-datascience.r-universe.dev/), simply edit the JSON file here: <https://github.com/cct-datascience/cct-datascience.r-universe.dev> using the instructions linked to in the README.