Skip to content

Commit

Permalink
close back-2-vse yet again (#45)
Browse files Browse the repository at this point in the history
* vltava in prague + update deps

* resolve failing CI

* v1.9.4 submitted on CRAN
  • Loading branch information
jlacko authored Oct 6, 2022
1 parent dda25ac commit 6153a68
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## version 1.9.4
## version 1.9.4 (2022-10-06)

- fixes incorrect behavior of Vltava in Prague

- internal optimization in line with updated dependencies

- updated stale links in documentation

## version 1.9.3 (2022-06-03)

- fixes naming conflict between Lužnice proper (a major river) and Lužnice - tributary of Mastník (a tiny brook by Sedlčany).
Expand Down
2 changes: 1 addition & 1 deletion R/lesy.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#'
#' @return \code{sf} data frame with 2.366 rows of geometry variable only
#'
#' @source © ArcČR, ARCDATA PRAHA, ZÚ, ČSÚ, 2016 \url{https://www.arcdata.cz/produkty/geograficka-data/arccr-4-0}
#' @source © ArcČR, ARCDATA PRAHA, ZÚ, ČSÚ, 2016 \url{https://www.arcdata.cz/produkty/geograficka-data/arccr-4}
#'
#' @export
lesy <- function() {
Expand Down
2 changes: 1 addition & 1 deletion R/vyskopis.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#'
#' @return \code{raster} package RasterLayer.
#'
#' @source © ArcČR, ARCDATA PRAHA, ZÚ, ČSÚ, 2016 \url{https://www.arcdata.cz/produkty/geograficka-data/arccr-4-0}
#' @source © ArcČR, ARCDATA PRAHA, ZÚ, ČSÚ, 2016 \url{https://www.arcdata.cz/produkty/geograficka-data/arccr-4}
#'
#' @examples
#' \donttest{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For examples of RCzechia in action please see the package vignette:
* [Terrain of the Czech Republic](https://CRAN.R-project.org/package=RCzechia/vignettes/vignette.html#terrain-of-the-czech-republic)
* [Senate elections of 2020](https://CRAN.R-project.org/package=RCzechia/vignettes/vignette.html#senate-elections-of-2020)

The administrative area polygons are based on the [RÚIAN register](https://cs.wikipedia.org/wiki/Registr_%C3%BAzemn%C3%AD_identifikace,_adres_a_nemovitost%C3%AD); the natural objects were based originally on [ArcČR 500](https://www.arcdata.cz/produkty/geograficka-data/arccr-4-0) by ARCDATA and later moved to [Data200](https://geoportal.cuzk.cz/Default.aspx?mode=TextMeta&side=mapy_data200&text=dSady_mapyData200) by ČÚZK.
The administrative area polygons are based on the [RÚIAN register](https://cs.wikipedia.org/wiki/Registr_%C3%BAzemn%C3%AD_identifikace,_adres_a_nemovitost%C3%AD); the natural objects were based originally on [ArcČR 500](https://www.arcdata.cz/produkty/geograficka-data/arccr-4) by ARCDATA and later moved to [Data200](https://geoportal.cuzk.cz/Default.aspx?mode=TextMeta&side=mapy_data200&text=dSady_mapyData200) by ČÚZK.

The shapefiles are by necessity larger than the limits of a CRAN package size allow. The data are therefore stored remotely (on Amazon Cloud / AWS S3) and downloaded as required. As consequence a working internet connection is required to fully use the package.

Expand Down
16 changes: 8 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## Test environments
* Ubuntu 20.04.4 LTS, R version 4.2.0 GEOS 3.10.2, GDAL 3.4.2, PROJ 9.0.0 (current)
* Ubuntu 22.04.1 LTS, R version 4.2.1 GEOS 3.10.2, GDAL 3.4.3, PROJ 9.0.0 (current)
* Ubuntu 18.04.6 LTS, R version 3.6.3 GEOS 3.6.2, GDAL 2.2.3, PROJ 4.9.3 (lowest supported)

* Ubuntu 20.04.4 LTS, 18.04.6 (GitHub Actions)
* Ubuntu 20.04.4 LTS, R Under development (unstable) (2022-05-03 r82313) (GitHub Actions)
* Windows Server 2019 10.0.17763, R version 4.2.0 (2022-04-22 ucrt) (GitHub Actions)
* Mac OS X 11.6.5, R version 4.2.0 (2022-04-22) (GitHub Actions)
* Ubuntu 20.04.5 LTS, R version 4.2.1 (2022-06-23 ucrt) (GitHub Actions)
* Ubuntu 20.04.5 LTS, R Under development (unstable) (2022-10-04 r83023) (GitHub Actions)
* Windows Server 2022 10.0.20348, R version 4.2.0 (2022-04-22 ucrt) (GitHub Actions)
* Mac OS X 11.7, R version 4.2.1 (2022-06-23) (GitHub Actions)

* Windows R version 4.2.0 (2022-04-22 ucrt) (win builder)
* Windows R Under development (unstable) (2022-05-13 r82357 ucrt) (win builder)
* Windows R version 4.1.3 (2022-03-10) (win builder)
* Windows 4.2.1 (2022-06-23 ucrt) (win builder)
* Windows R Under development (unstable) (2022-10-05 r83033 ucrt) (win builder)
* Windows R version 4.1.3 (2022-03-10)(win builder)

## R CMD check results
Status: OK
Expand Down
2 changes: 1 addition & 1 deletion man/lesy.Rd

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

2 changes: 1 addition & 1 deletion man/vyskopis.Rd

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

0 comments on commit 6153a68

Please sign in to comment.