-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
35 lines (27 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
---
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%"
)
```
# fcds
<!-- badges: start -->
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![CRAN status](https://www.r-pkg.org/badges/version/fcds)](https://cran.r-project.org/package=fcds)
[![Codecov test coverage](https://codecov.io/gh/GerkeLab/fcds/branch/master/graph/badge.svg)](https://codecov.io/gh/GerkeLab/fcds?branch=master)
[![Travis build status](https://travis-ci.org/GerkeLab/fcds.svg?branch=master)](https://travis-ci.org/GerkeLab/fcds)
<!-- badges: end -->
[fcds-official]: https://fcds.med.miami.edu/
The goal of **fcds** is to make it easy to work with [FCDS Florida Cancer Registry data][fcds-official] in R.
## Installation
You can install the development version of **fcds** from [GitHub](https://github.com/gerkelab/fcds) with:
``` r
# install.packages("devtools")
devtools::install_github("GerkeLab/fcds")
```