Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jjchern committed Oct 23, 2017
1 parent 813accb commit d741a81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ knitr::opts_chunk$set(

[![Travis-CI Build Status](https://travis-ci.org/jjchern/ahrf.svg?branch=master)](https://travis-ci.org/jjchern/ahrf)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jjchern/ahrf?branch=master&svg=true)](https://ci.appveyor.com/project/jjchern/ahrf)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ahrf)](https://cran.r-project.org/package=ahrf)

This repo contains R scripts (in the [`data-raw` folder](https://github.com/jjchern/ahrf/tree/master/data-raw)) that download county-level and state-level
[Area Health Resources Files (AHRF)](http://ahrf.hrsa.gov/download.htm). The datasets are stored in the [`data` folder](https://github.com/jjchern/ahrf/tree/master/data).
Expand All @@ -36,7 +35,7 @@ The size of `ahrf_county.rda` is 17.5M, so it might take a while to install and

```R
# install.packages("devtools")
devtools::install_github("jjchern/ahrf")
devtools::install_github("jjchern/ahrf@v0.0.1")

# To uninstall the package, use:
# remove.packages("ahrf")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
About
=====

[![Travis-CI Build Status](https://travis-ci.org/jjchern/ahrf.svg?branch=master)](https://travis-ci.org/jjchern/ahrf) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jjchern/ahrf?branch=master&svg=true)](https://ci.appveyor.com/project/jjchern/ahrf) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/ahrf)](https://cran.r-project.org/package=ahrf)
[![Travis-CI Build Status](https://travis-ci.org/jjchern/ahrf.svg?branch=master)](https://travis-ci.org/jjchern/ahrf) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jjchern/ahrf?branch=master&svg=true)](https://ci.appveyor.com/project/jjchern/ahrf)

This repo contains R scripts (in the [`data-raw` folder](https://github.com/jjchern/ahrf/tree/master/data-raw)) that download county-level and state-level [Area Health Resources Files (AHRF)](http://ahrf.hrsa.gov/download.htm). The datasets are stored in the [`data` folder](https://github.com/jjchern/ahrf/tree/master/data).

Expand All @@ -18,7 +18,7 @@ You can also download the datasets as an R package. The size of `ahrf_county.rda

``` r
# install.packages("devtools")
devtools::install_github("jjchern/ahrf")
devtools::install_github("jjchern/ahrf@v0.0.1")

# To uninstall the package, use:
# remove.packages("ahrf")
Expand Down
19 changes: 0 additions & 19 deletions cran-comments.md

This file was deleted.

0 comments on commit d741a81

Please sign in to comment.