Skip to content

Commit

Permalink
v 0.1.3 Grrr API keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Mar 16, 2017
1 parent 7da2c5b commit 9a3525c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: elevatr
Title: Access Elevation Data from Various APIs
Version: 0.1.2
Version: 0.1.3
Authors@R: c(person("Jeffrey", "Hollister", email = "[email protected]",
role = c("aut", "cre")),
person("Tarak Shah", role = "ctb"))
Expand Down
2 changes: 1 addition & 1 deletion cran_comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Comments
This submission fixes a bug in the get_elev_raster function. The API key for mapzen had a typo. This also required some changes to testing the package. The package is now tested locally and via travis-ci. The tests are skipped on CRAN.
This submission fixes a bug in the get_elev_raster function. The API key for mapzen had a typo. This also required some changes to testing the package. The package is now tested locally and via travis-ci. The tests are skipped on CRAN. Additionally, this corrects a problem with vignettes on a prior submission.

## Test Environments
- Ubuntu 12.04, travis-ci, R Under development (unstable) (2017-03-13 r72338)
Expand Down
3 changes: 3 additions & 0 deletions vignettes/introduction_to_elevatr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ knitr::opts_chunk$set(purl = NOT_CRAN,
fig.width = 5,
fig.height = 5,
tidy = TRUE)
```

```{r environ, echo=FALSE}
key <- readRDS("../tests/testthat/key_file.rds")
Sys.setenv(mapzen_key=key)
```
Expand Down

0 comments on commit 9a3525c

Please sign in to comment.