Skip to content

Commit

Permalink
Merge pull request #641 from adokter/bioRad_0.7.3
Browse files Browse the repository at this point in the history
bioRad 0.7.3
  • Loading branch information
adokter authored Oct 20, 2023
2 parents ab2550e + 85611ab commit 06c9adc
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 20 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.7.2
Date: 2023-09-06 13:43:18 UTC
SHA: 8b97beff2a90cd54322e33edf5b957f1931f146f
Version: 0.7.3
Date: 2023-10-20 02:23:58 UTC
SHA: 71b8994af389b81aba24d2b3e5afbb97386e36c5
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bioRad
Title: Biological Analysis and Visualization of Weather Radar Data
Version: 0.7.2.9000
Version: 0.7.3
Description: Extract, visualize and summarize aerial movements of birds and
insects from weather radar data. See Dokter, A. M. et al. (2018)
"bioRad: biological analysis and visualization of weather radar data" <doi:10.1111/ecog.04028>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Then load the package with:

``` r
library(bioRad)
#> Welcome to bioRad version 0.7.2
#> Welcome to bioRad version 0.7.3
#> using vol2birdR version 1.0.1 (MistNet installed)
```

Expand Down
35 changes: 29 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/adokter/bioRad/",
"issueTracker": "https://github.com/adokter/bioRad/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.7.2",
"version": "0.7.3",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -145,16 +145,15 @@
},
{
"@type": "SoftwareApplication",
"identifier": "ggmap",
"name": "ggmap",
"version": ">= 3.0.0",
"identifier": "ggspatial",
"name": "ggspatial",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggmap"
"sameAs": "https://CRAN.R-project.org/package=ggspatial"
},
{
"@type": "SoftwareApplication",
Expand All @@ -168,6 +167,18 @@
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "prettymapr",
"name": "prettymapr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=prettymapr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
Expand All @@ -180,6 +191,18 @@
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "rosm",
"name": "rosm",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rosm"
},
{
"@type": "SoftwareApplication",
"identifier": "sf",
Expand Down Expand Up @@ -500,7 +523,7 @@
},
"SystemRequirements": null
},
"fileSize": "4886.285KB",
"fileSize": "4879.903KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
12 changes: 5 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## bioRad 0.7.3

Updates to external links and tests. Errors addressed from CRAN package check.

1. Replaced radar reference with https://aloftdata.eu/radars/ JSON link.

2. Fixes an issue where flight altitude quantiles were incorrectly shifted down by up to one height bin in integrate_profile().

3. Tests brought to date with the latest version of the `testthat` package, which requires handling each indvidual warning and deprecates expect_equivalent()
Adressing CRAN errors related to stamen maps brownouts, and resulting issues in dependency ggmap.

Fixes:
1. Migrated from ggmap to ggspatial
2. Adressed all CRAN build issues
3. some small bugfixes
3 changes: 1 addition & 2 deletions man/map.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06c9adc

Please sign in to comment.