Skip to content

Commit

Permalink
resolve winbuilder issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacko committed Oct 29, 2023
1 parent 8e13733 commit aa0c8be
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 10 deletions.
4 changes: 4 additions & 0 deletions R/RCzechia.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
#' \item *geomorfo* - geomorphological divisions
#'
#' source: [CENIA / INSPIRE](https://www.arcgis.com/home/item.html?id=25813686a8564b0bbcdc951a5573cfa4), high res object: <1 MB, no low res version
#' \item *historie* - historical admin areas and census records, download size ~ 100 KB to 3.5 MB depending on object
#'
#' source: [URRlab](https://www.historickygis.cz/)
#'
#' }
#'
#' @section Utility functions:
Expand Down
6 changes: 3 additions & 3 deletions R/historie.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#' \describe{
#' \item{okresy_1921}{soudní okresy + census 1921; 328 rows / 92 columns + geometry}
#' \item{okresy_1930}{soudní okresy + census 1931; 330 rows / 90 columns + geometry}
#' \item{okresy_1947}{politické okresy + census 1947; 162 rows / 16 columns + geometry}
#' \item{okresy_1950}{správní okresy + census 1950; 193 rows / 57 columns + geometry}
#' \item{okresy_1947}{politické okresy + census 1947; 163 rows / 68 columns + geometry}
#' \item{okresy_1950}{správní okresy + census 1950; 182 rows / 57 columns + geometry}
#' \item{okresy_1961}{správní okresy + census 1960; 76 rows / 105 columns + geometry}
#' \item{okresy_1970}{správní okresy + census 1970; 76 rows / 144 columns + geometry}
#' \item{okresy_1980}{správní okresy + census 1980; 76 rows / 148 columns + geometry}
Expand All @@ -35,7 +35,7 @@
#'
#' Credits:
#' 1) „Tento výstup vznikl v rámci řešení projektu číslo DF12P01OVV033 Zpřístupnění historických prostorových a statistických dat v prostředí GIS řešeného v rámci programu Aplikovaného výzkumu a vývoje národní a kulturní identity (NAKI), jehož poskytovatel je Ministerstvo kultury České republiky.“
#' 2) „JÍCHOVÁ, J., SOUKUP, M., NEMEŠKAL, J., OUŘEDNÍČEK, M., POSPÍŠILOVÁ, L., SVOBODA, P., ŠPAČKOVÁ, P. a kol. (2014): Geodatabáze historických statistických a prostorových dat Česka ze Sčítání lidu, domů a bytů 19212011. Urbánní a regionální laboratoř, Přírodovědecká fakulta Univerzity Karlovy v Praze, Praha.“
#' 2) „JÍCHOVÁ, J., SOUKUP, M., NEMEŠKAL, J., OUŘEDNÍČEK, M., POSPÍŠILOVÁ, L., SVOBODA, P., ŠPAČKOVÁ, P. a kol. (2014): Geodatabáze historických statistických a prostorových dat Česka ze Sčítání lidu, domů a bytů 1921-2011. Urbánní a regionální laboratoř, Přírodovědecká fakulta Univerzity Karlovy v Praze, Praha.“
#'
#' @source Urbánní a regionální laboratoř (UrRlab) působící na katedře sociální geografie a regionálního rozvoje Přírodovědecké fakulty Univerzity Karlovy v Praze <https://www.historickygis.cz/>
#'
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 `sf` data frame with 2.366 rows of geometry variable only
#'
#' @source © ArcČR, ARCDATA PRAHA, ZÚ, ČSÚ, 2016 <https://www.arcdata.cz/produkty/geograficka-data/arccr-4>
#' @source © ArcČR, ARCDATA PRAHA, ZÚ, ČSÚ, 2016 <https://www.arcdata.cz/cs-cz/produkty/data/arccr?rsource=https%3A%2F%2Fwww.arcdata.cz%2Fprodukty%2Fgeograficka-data%2Farccr-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 @@ -18,7 +18,7 @@
#'
#' @return `terra` package SpatRaster
#'
#' @source Copernicus Land Monitoring service, with funding by the European Union. <https://land.copernicus.eu/imagery-in-situ/eu-dem>
#' @source Copernicus Land Monitoring service, with funding by the European Union. <https://land.copernicus.eu/en/products/products-that-are-no-longer-disseminated-on-the-clms-website>
#'
#' @examples
#' \donttest{
Expand Down
4 changes: 4 additions & 0 deletions man/RCzechia-package.Rd

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

6 changes: 3 additions & 3 deletions man/historie.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/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 aa0c8be

Please sign in to comment.