Skip to content

Commit

Permalink
Run revdep
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Dec 22, 2022
1 parent 2ace30d commit 8763bc8
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ mapSpain*.tgz
Meta
CRAN-RELEASE
cran-comments.md
revdep
dev
doc
docs
Expand Down
2 changes: 1 addition & 1 deletion R/esp_getTiles.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#'
#' @param type This parameter could be either:
#' - The name of one of the pre-defined providers
#' (see [esp_tiles_providers]).
#' (see [esp_tiles_providers()]).
#' - A list with two named elements `id` and `q` with your own parameters.
#' See [esp_make_provider()] and examples.
#' @param zoom Zoom level. If `NULL`, it is determined automatically. If set,
Expand Down
2 changes: 1 addition & 1 deletion man/esp_getTiles.Rd

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

9 changes: 9 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
checks
library
checks.noindex
library.noindex
data.sqlite
*.html
download
lib
cloud.noindex
42 changes: 42 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Platform

|field |value |
|:--------|:----------------------------------------|
|version |R version 4.2.2 (2022-10-31 ucrt) |
|os |Windows 10 x64 (build 22621) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |Spanish_Spain.utf8 |
|ctype |Spanish_Spain.utf8 |
|tz |Europe/Paris |
|date |2022-12-22 |
|rstudio |2022.12.0+353 Elsbeth Geranium (desktop) |
|pandoc |2.19.2 @ C:\PROGRA~1\Pandoc\pandoc.exe |

# Dependencies

|package |old |new |Δ |
|:-----------|:------|:------|:--|
|mapSpain |0.6.2 |0.7.0 |* |
|classInt |0.4-8 |0.4-8 | |
|countrycode |1.4.0 |1.4.0 | |
|DBI |1.1.3 |1.1.3 | |
|e1071 |1.7-12 |1.7-12 | |
|geojsonsf |2.0.3 |2.0.3 | |
|geometries |0.2.0 |0.2.0 | |
|giscoR |0.3.2 |0.3.2 | |
|jsonify |1.2.2 |1.2.2 | |
|magrittr |2.0.3 |2.0.3 | |
|proxy |0.4-27 |0.4-27 | |
|rapidjsonr |1.2.0 |1.2.0 | |
|rappdirs |0.3.3 |0.3.3 | |
|Rcpp |1.0.9 |1.0.9 | |
|s2 |1.1.1 |1.1.1 | |
|sf |1.0-9 |1.0-9 | |
|sfheaders |0.4.0 |0.4.0 | |
|units |0.8-1 |0.8-1 | |
|wk |0.7.1 |0.7.1 | |

# Revdeps

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## revdepcheck results

We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit 8763bc8

Please sign in to comment.