Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
updated readme now that vignette install seems fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dantonnoriega committed Mar 16, 2018
1 parent 4b4fbd0 commit 3af920a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
8 changes: 3 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,11 @@ remove.packages('gtfsr')
devtools::install_github('ropensci/gtfsr')
```

~~If you'd like to build the accompanying vignette, then run~~
If you'd like to build the accompanying vignette, then run

~~```
```
devtools::install_github('ropensci/gtfsr', build_vignettes = TRUE)
```~~
(Building the vignette requires an API key, which should not be the case. I have to think of a workaround.)
```

Example Usage
------------------
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@ running
remove.packages('gtfsr')
devtools::install_github('ropensci/gtfsr')

~~If you’d like to build the accompanying vignette, then run~~
If you’d like to build the accompanying vignette, then run

~~`devtools::install_github('ropensci/gtfsr', build_vignettes = TRUE)`~~

(Building the vignette requires an API key, which should not be the
case. I have to think of a workaround.)
devtools::install_github('ropensci/gtfsr', build_vignettes = TRUE)

## Example Usage

Expand Down

0 comments on commit 3af920a

Please sign in to comment.