-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update description to roll back version to 0.99 - rgdal etc changes b…
…ut still return raster layer.
- Loading branch information
Showing
12 changed files
with
97 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Package: elevatr | ||
Title: Access Elevation Data from Various APIs | ||
Version: 1.0.0 | ||
Version: 0.99.0 | ||
Authors@R: c(person("Jeffrey", "Hollister", email = "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9254-9740")), | ||
person("Tarak", "Shah", role = "ctb"), | ||
person("Jakub", "Nowosad", role = "ctb", comment = c(ORCID = "0000-0002-1057-3721")), | ||
person("Alec L.", "Robitaille", role = "ctb", comment = c(ORCID = "0000-0002-4706-1762")), | ||
person("Marcus W.", "Beck", role = "rev", comment = c(ORCID = "0000-0002-4996-0059")), | ||
person("Mike", "Johnson", role = "ctb", comment = c(ORCID = "0000-0002-5288-8350"))) | ||
|
@@ -15,7 +16,7 @@ Description: Several web services are available that provide access to elevation | |
returns elevation data either as a simple features POINT/MULTIPOINT | ||
from point elevation services or as a raster RasterLayer from raster | ||
elevation services. In future versions, elevatr will drop | ||
support for raster Raster Layers and will instead return terra | ||
support for raster RasterLayers and will instead return terra | ||
SpatRaster objects. Currently, the package supports access to the | ||
Amazon Web Services Terrain Tiles <https://registry.opendata.aws/terrain-tiles/>, | ||
the Open Topography Global Datasets API <https://opentopography.org/developers/>, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,14 @@ bibentry(bibtype = "Manual", | |
author = c(person("Jeffrey", "Hollister", email = "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9254-9740")), | ||
person("Tarak","Shah", role = "ctb"), | ||
person("Jakub", "Nowosad", role = "ctb", comment = c(ORCID = "0000-0002-1057-3721")), | ||
person("Alec L.", "Robitaille", role = "ctb", comment = c(ORCID = "0000-0002-4706-1762")), | ||
person("Marcus W.", "Beck", role = "rev", comment = c(ORCID = "0000-0002-4996-0059")), | ||
person("Mike", "Johnson", role = "ctb", comment = c(ORCID = "0000-0002-5288-8350"))), | ||
title = "elevatr: Access Elevation Data from Various APIs", | ||
year = "2023", | ||
note = "R package version 1.0.0", | ||
note = "R package version 0.99.0", | ||
doi = "10.5281/zenodo.5809645", | ||
url = "https://github.com/jhollist/elevatr/", | ||
textVersion = "Hollister, J.W. (2023). elevatr: Access Elevation Data from Various APIs. R package version 1.0.0. https://CRAN.R-project.org/package=elevatr/" | ||
textVersion = "Hollister, J.W. (2023). elevatr: Access Elevation Data from Various APIs. R package version 0.99.0. https://CRAN.R-project.org/package=elevatr/" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,39 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:----------------------------------------| | ||
|version |R version 4.2.2 (2022-10-31 ucrt) | | ||
|os |Windows 10 x64 (build 19042) | | ||
|system |x86_64, mingw32 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |English_United States.utf8 | | ||
|ctype |English_United States.utf8 | | ||
|tz |America/New_York | | ||
|date |2023-06-16 | | ||
|rstudio |2022.12.0+353 Elsbeth Geranium (desktop) | | ||
|pandoc |NA | | ||
|field |value | | ||
|:--------|:-------------------------------------------------------------------------------------| | ||
|version |R version 4.2.2 (2022-10-31 ucrt) | | ||
|os |Windows 10 x64 (build 22000) | | ||
|system |x86_64, mingw32 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |English_United States.utf8 | | ||
|ctype |English_United States.utf8 | | ||
|tz |America/New_York | | ||
|date |2023-08-17 | | ||
|rstudio |2022.12.0+353 Elsbeth Geranium (desktop) | | ||
|pandoc |2.19.2 @ C:/Program Files/RStudio/resources/app/bin/quarto/bin/tools/ (via rmarkdown) | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:--------|:-----|:----------|:--| | ||
|elevatr |0.4.5 |1.0.0.9999 |* | | ||
|curl |NA |5.0.1 |* | | ||
|jsonlite |NA |1.8.5 |* | | ||
|sf |NA |1.0-13 |* | | ||
|sp |NA |1.6-1 |* | | ||
|vctrs |NA |0.6.3 |* | | ||
|package |old |new |Δ | | ||
|:---------|:-----|:------|:--| | ||
|elevatr |0.4.5 |1.0.0 |* | | ||
|curl |NA |5.0.2 |* | | ||
|digest |NA |0.6.33 |* | | ||
|httr |NA |1.4.7 |* | | ||
|progressr |NA |0.14.0 |* | | ||
|purrr |NA |1.0.2 |* | | ||
|raster |NA |3.6-23 |* | | ||
|Rcpp |NA |1.0.11 |* | | ||
|sf |NA |1.0-14 |* | | ||
|units |NA |0.8-3 |* | | ||
|
||
# Revdeps | ||
|
||
## Failed to check (1) | ||
## New problems (1) | ||
|
||
|package |version |error |warning |note | | ||
|:---------|:-------|:--------|:-------|:----| | ||
|[shoredate](failures.md#shoredate)|1.1.0 |1 __+1__ | | | | ||
|package |version |error |warning |note | | ||
|:---------|:-------|:------|:-------|:----| | ||
|[shoredate](problems.md#shoredate)|1.1.0 |__+1__ | | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Luca Carraro <[email protected]>; | ||
Alban de Lavenne <[email protected]>; | ||
Isak Roalkvam <[email protected]>; | ||
Dylan Beaudette <[email protected]>; | ||
Tyler Morgan-Wall <[email protected]>; | ||
Luca Carraro <[email protected]>; | ||
Gianmarco Alberti <[email protected]>; | ||
Alexandre Courtiol <[email protected]>; | ||
Joshua Erickson <[email protected]>; | ||
Peter Li <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1 @@ | ||
# shoredate | ||
|
||
<details> | ||
|
||
* Version: 1.1.0 | ||
* GitHub: https://github.com/isakro/shoredate | ||
* Source code: https://github.com/cran/shoredate | ||
* Date/Publication: 2023-06-02 23:40:02 UTC | ||
* Number of recursive dependencies: 116 | ||
|
||
Run `revdepcheck::revdep_details(, "shoredate")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking tests ... | ||
``` | ||
Running 'testthat.R' | ||
ERROR | ||
Running the tests in 'tests/testthat.R' failed. | ||
Last 13 lines of output: | ||
1. └─elevatr::get_elev_raster(target_wgs84, z = 14, src = "aws") at test-shoreline_date.R:111:2 | ||
2. └─elevatr:::loc_check(locations, prj) | ||
3. ├─sf::st_coordinates(locations) | ||
4. └─sf:::st_coordinates.sfc(locations) | ||
5. └─base::matrix(...) | ||
══ Failed tests ════════════════════════════════════════════════════════════════ | ||
── Error ('test-shoreline_date.R:113:3'): finding site elevation from a raster works ── | ||
`shoreline_date(target_point, elevation = elev_raster)` threw an unexpected error. | ||
Message: [extract] raster has no values | ||
Class: simpleError/error/condition | ||
[ FAIL 1 | WARN 1 | SKIP 1 | PASS 112 ] | ||
Error: Test failures | ||
Execution halted | ||
``` | ||
|
||
## In both | ||
|
||
* R CMD check timed out | ||
|
||
|
||
*Wow, no problems at all. :)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters