-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
42 lines (31 loc) · 1.13 KB
/
README.Rmd
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
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%"
)
```
## carbon
<!-- badges: start -->
[](http://www.gnu.org/licenses/gpl-3.0)
[](https://codecov.io/gh/VLucet/carbon?branch=main)
[](https://github.com/VLucet/carbon/actions)
<!-- badges: end -->
The goal of carbon is to serve as an example package for the [CSEE 2021 workshop on R package development for research](https://github.com/VLucet/R_pkg_dev_for_research_CSEE_2021).
### Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("VLucet/carbon")
```
### Example
This is a basic example:
```{r example}
library(carbon)
ppm_from_date("1996-10-29")
```