-
Notifications
You must be signed in to change notification settings - Fork 507
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version * run revdepcheck * fix eslint security issue * fix eslints * build docs * Leaflet Providers is not bundled directly with R pkg. Remove license statements * spellcheck * run_revdep with last package * Update cran-comments.md * fix comment from carson * Update cran-comments.md * report revdep * Remove unneeded maintainer line * run revdep and update cran comments * update yarn lock file and make sure lock file isn't updated * Update docs
- Loading branch information
Showing
56 changed files
with
1,892 additions
and
43,862 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ | |
^viztest-.* | ||
^scripts | ||
^cran-comments\.md$ | ||
^revdep$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: leaflet | ||
Type: Package | ||
Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library | ||
Version: 2.0.2 | ||
Version: 2.0.3 | ||
Authors@R: c( | ||
person("Joe", "Cheng", email = "[email protected]", role = c("aut", "cre")), | ||
person("Bhaskar", "Karambelkar", role = c("aut")), | ||
|
@@ -14,7 +14,6 @@ Authors@R: c( | |
person("Vladimir", "Agafonkin", role = c("ctb", "cph"), comment = "Leaflet library"), | ||
person("CloudMade", role = c("cph"), comment = "Leaflet library"), | ||
person("Leaflet contributors", role = c("ctb"), comment = "Leaflet library"), | ||
person("Leaflet Providers contributors", role = c("ctb", "cph"), comment = "Leaflet Providers plugin"), | ||
person("Brandon Copeland", role = c("ctb", "cph"), comment = "leaflet-measure plugin"), | ||
person("Joerg Dietrich", role = c("ctb", "cph"), comment = "Leaflet.Terminator plugin"), | ||
person("Benjamin Becquet", role = c("ctb", "cph"), comment = "Leaflet.MagnifyingGlass plugin"), | ||
|
@@ -27,7 +26,6 @@ Authors@R: c( | |
person("Michael Bostock", role = c("ctb", "cph"), comment = "topojson"), | ||
person("RStudio", role = c("cph")) | ||
) | ||
Maintainer: Joe Cheng <[email protected]> | ||
Description: Create and customize interactive maps using the 'Leaflet' | ||
JavaScript library and the 'htmlwidgets' package. These maps can be used | ||
directly from the R console, from 'RStudio', in Shiny applications and R Markdown | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,40 @@ | ||
# Comments | ||
## Comments | ||
|
||
## 2018-8-24 | ||
#### 2019-11-08 | ||
|
||
This submission is done to correct the testing issue from a scales update. | ||
This submission is done to correct a testing issue with `scales`. | ||
|
||
This submission is done by Barret Schloerke <[email protected]> on behalf of Joe Cheng <[email protected]>. Please submit any changes to be made to <[email protected]>. | ||
|
||
- Barret | ||
|
||
|
||
## Test environments | ||
* local OS X install, R 3.5.1, --run-dontcheck | ||
|
||
* local OS X install, R 3.6.1, --run-dontcheck | ||
* 0 errors | 0 warnings | 0 notes | ||
* ubuntu 14.04.5 (on travis-ci), R version 3.5.0 (2017-01-27) | ||
|
||
* ubuntu 14.04.5 (on travis-ci), R version 3.6.1 (2017-01-27) | ||
* 0 errors | 0 warnings | 0 notes | ||
* devtools::build_win() x86_64-w64-mingw32, R version 3.5.1 (2018-07-02) | ||
|
||
* win-builder (oldrelease, release, and devel) | ||
* 0 errors | 0 warnings | 0 notes | ||
* devtools::build_win() x86_64-w64-mingw32, R Under development (unstable) (2018-08-22 r75177) | ||
|
||
* R-hub windows-x86_64-devel (r-devel) | ||
* 0 errors | 0 warnings | 0 notes | ||
|
||
## Reverse dependencies | ||
* R-hub ubuntu-gcc-release (r-release) | ||
❯ On ubuntu-gcc-release (r-release) | ||
checking package dependencies ... NOTE | ||
Packages suggested but not available for checking: 'sf', 'rgdal' | ||
* 0 errors ✖ | 0 warnings ✔ | 1 note ✖ | ||
|
||
* R-hub fedora-clang-devel (r-devel) | ||
* 0 errors | 0 warnings | 0 notes | ||
|
||
* Revdep maintainers were not contacted as this release is for documentation fixes and to fix the cran test error. | ||
## revdepcheck results | ||
|
||
* I have run R CMD check on the 66 downstream dependencies. | ||
* https://github.com/rstudio/leaflet/blob/master/revdep/problems.md | ||
* No errors, warnings, or notes were introduced due to changes in leaflet | ||
We checked 95 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* All revdeps except segclust2d were able to be tested | ||
* We saw 0 new problems | ||
* We failed to check 0 packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.