Skip to content

Commit

Permalink
Getting closer to CRAN release for 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Dec 29, 2021
1 parent c159bf3 commit b255019
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 23 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: elevatr
Title: Access Elevation Data from Various APIs
Version: 0.4.2.9999
Version: 0.4.2
Authors@R: c(person("Jeffrey", "Hollister", email = "hollister.jeff@epa.gov",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9254-9740")),
person("Tarak","Shah", role = "ctb"),
Expand Down
17 changes: 10 additions & 7 deletions cran_comments.md
Expand Up @@ -3,12 +3,13 @@ Version 0.4.0 was erroring on solaris. Also, updated citation and included one
bug fix

## Test Environments
- Github Actions, Ubuntu 20.04 LTS, R version 4.1.0
- Github Actions, Ubuntu 20.04 LTS, R version 4.1.2
- Github Actions, Ubuntu 20.04 LTS, R version 4.0.5
- Github Actions, Ubuntu 20.04 LTS, R development
- Github Actions, Microsoft Windows Server 2019, R Version 4.1.0
- Github Actions, Microsoft Windows Server 2019, R Version 4.1.2
- Github Actions, Microsoft Windows Server 2019, R Version 3.6.3
- Github Actions, Mac OS 10.15, R Version 4.1.0
- Github Actions, Mac OS 10.15, R Version 4.1.2
- R-hub, Oracle Solaris 10, x86, 32 bit, R version 4.1.2
- Local, Windows 10, R version 4.1.0

## R CMD check results
Expand All @@ -17,8 +18,10 @@ bug fix
## Downstream dependencies
There are currently two downstream dependencies

- movecost 1.2
- sharpshootR 1.8.1.
- movecost 1.4
- sharpshootR 1.8.4

I've checked the two reverse dependencies, comparing R CMD check results across
CRAN and dev versions of this package and saw 0 new problems or failures.
We checked both, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
2 changes: 1 addition & 1 deletion inst/CITATION
Expand Up @@ -9,7 +9,7 @@ utils::citEntry(entry = "manual",
person("Mike", "Johnson", role = "ctb", comment = c(ORCID = "0000-0002-5288-8350"))),
title = "elevatr: Access Elevation Data from Various APIs",
year = "2021",
note = "R package version 0.4.1",
note = "R package version 0.4.2",
doi = "10.5281/zenodo.5119662",
url = "https://github.com/jhollist/elevatr/",
textVersion = "Hollister, J.W. (2021). elevatr: Access Elevation Data from Various APIs. R package version 0.4.1. https://CRAN.R-project.org/package=elevatr/"
Expand Down
39 changes: 25 additions & 14 deletions revdep/README.md
@@ -1,22 +1,33 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.1.0 (2021-05-18) |
|os |Windows 10 x64 |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_United States.1252 |
|ctype |English_United States.1252 |
|tz |America/New_York |
|date |2021-07-21 |
|field |value |
|:--------|:--------------------------------------------------|
|version |R version 4.1.0 (2021-05-18) |
|os |Windows 10 x64 (build 18363) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_United States.1252 |
|ctype |English_United States.1252 |
|tz |America/New_York |
|date |2021-12-29 |
|rstudio |1.4.1106 Tiger Daylily (desktop) |
|pandoc |2.11.4 @ C:\PROGRA~1\RStudio\bin\pandoc\pandoc.exe |

# Dependencies

|package |old |new |<U+0394> |
|:-------|:-----|:-----|:--|
|elevatr |0.4.0 |0.4.1 |* |
|package |old |new |<U+0394> |
|:----------|:-----|:----------|:--|
|elevatr |0.4.1 |0.4.2.9999 |* |
|DBI |NA |1.1.2 |* |
|glue |NA |1.6.0 |* |
|openssl |NA |1.4.6 |* |
|parallelly |NA |1.30.0 |* |
|progressr |NA |0.10.0 |* |
|raster |NA |3.5-11 |* |
|sf |NA |1.0-5 |* |
|sp |NA |1.4-6 |* |
|terra |NA |1.4-22 |* |

# Revdeps

0 comments on commit b255019

Please sign in to comment.