Skip to content

Commit d741a81

Browse files
committed
Update readme
1 parent 813accb commit d741a81

File tree

3 files changed

+3
-23
lines changed

3 files changed

+3
-23
lines changed

README.Rmd

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ knitr::opts_chunk$set(
1919

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

2423
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
2524
[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).
@@ -36,7 +35,7 @@ The size of `ahrf_county.rda` is 17.5M, so it might take a while to install and
3635

3736
```R
3837
# install.packages("devtools")
39-
devtools::install_github("jjchern/ahrf")
38+
devtools::install_github("jjchern/ahrf@v0.0.1")
4039

4140
# To uninstall the package, use:
4241
# remove.packages("ahrf")

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
About
44
=====
55

6-
[![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)
6+
[![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)
77

88
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).
99

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

1919
``` r
2020
# install.packages("devtools")
21-
devtools::install_github("jjchern/ahrf")
21+
devtools::install_github("jjchern/ahrf@v0.0.1")
2222

2323
# To uninstall the package, use:
2424
# remove.packages("ahrf")

cran-comments.md

-19
This file was deleted.

0 commit comments

Comments
 (0)