Skip to content

Commit 288327d

Browse files
authored
v2.0.2 (#579)
* document * makde docs_update pass if all pass * bump version * clean before documenting * ignore revdep in cleanup * bump cores * only return the last file found //hack * don't store viztest in main dir * run revdep * update cran comments
1 parent e61c81f commit 288327d

21 files changed

+366
-398
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: leaflet
22
Type: Package
33
Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library
4-
Version: 2.0.1.9000
4+
Version: 2.0.2
55
Authors@R: c(
66
person("Joe", "Cheng", email = "[email protected]", role = c("aut", "cre")),
77
person("Bhaskar", "Karambelkar", role = c("aut")),
@@ -63,6 +63,6 @@ Suggests:
6363
RJSONIO,
6464
purrr,
6565
testthat
66-
RoxygenNote: 6.0.1
66+
RoxygenNote: 6.1.0
6767
Encoding: UTF-8
6868
LazyData: true

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
leaflet 2.0.1.9000
1+
leaflet 2.0.2
22
--------------------------------------------------------------------------------
33

44
BUG FIXES and IMPROVEMENTS

cran-comments.md

Lines changed: 10 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,30 @@
11
# Comments
22

3-
## 2018-6-4
3+
## 2018-8-24
4+
5+
This submission is done to correct the testing issue from a scales update.
6+
47
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]>.
58

69
- Barret
710

811

912
## Test environments
10-
* local OS X install, R 3.5.0, --run-dontcheck
13+
* local OS X install, R 3.5.1, --run-dontcheck
1114
* 0 errors | 0 warnings | 0 notes
1215
* ubuntu 14.04.5 (on travis-ci), R version 3.5.0 (2017-01-27)
1316
* 0 errors | 0 warnings | 0 notes
14-
* devtools::build_win() x86_64-w64-mingw32, R version 3.5.0 (2018-04-23)
17+
* devtools::build_win() x86_64-w64-mingw32, R version 3.5.1 (2018-07-02)
1518
* 0 errors | 0 warnings | 0 notes
16-
* devtools::build_win() x86_64-w64-mingw32, R Under development (unstable) (2018-06-03 r74839)
19+
* devtools::build_win() x86_64-w64-mingw32, R Under development (unstable) (2018-08-22 r75177)
1720
* 0 errors | 0 warnings | 0 notes
1821

19-
I believe the warning and note below are transient within r-hub.
20-
* WARNING: Conversion of "README.md" failed:
21-
* the svg at https://travis-ci.org/rstudio/leaflet.svg?branch=master exists
22-
* NOTE: checking package dependencies
23-
* Packages suggested but not available for checking: ‘sf’ ‘rgdal’ ‘rgeos’
24-
* rgdal
25-
* I know rgdal has a source version that does not compile without an external library
26-
* The tests rgdal validated locally and on travis
27-
28-
* r-hub
29-
30-
* Platform: Windows Server 2008 R2 SP1, R-release, 32/64 bit
31-
http://builder.r-hub.io/status/leaflet_2.0.1.tar.gz-15775eb481a9459f904cba113f9323be
32-
❯ checking top-level files ... WARNING
33-
❯ checking package dependencies ... NOTE
34-
Packages suggested but not available for checking: 'rgdal' 'rgeos'
35-
0 errors ✔ | 1 warning ✖ | 1 note ✖
36-
37-
38-
* Platform: Windows Server 2008 R2 SP1, R-devel, 32/64 bit
39-
http://builder.r-hub.io/status/leaflet_2.0.1.tar.gz-4f5603a8abeb470db77bb3adb682fc29
40-
❯ checking top-level files ... WARNING
41-
Conversion of 'README.md' failed:
42-
pandoc.exe: Could not fetch https://travis-ci.org/rstudio/leaflet.svg?branch=master
43-
no store
44-
CallStack (from HasCallStack):
45-
error, called at .\System\X509\Win32.hs:56:31 in x509-system-1.6.4-E9zvdZ6nI282vjtOPFYSd1:System.X509.Win32
46-
❯ checking package dependencies ... NOTE
47-
Packages suggested but not available for checking: 'rgdal' 'rgeos'
48-
0 errors ✔ | 1 warning ✖ | 1 note ✖
49-
50-
* Platform: Ubuntu Linux 16.04 LTS, R-release, GCC
51-
* checked with `_R_CHECK_FORCE_SUGGESTS_=0`
52-
http://builder.r-hub.io/status/leaflet_2.0.1.tar.gz-0bc1c360b5cb45a883cd87b5c8408b2f
53-
❯ checking package dependencies ... NOTE
54-
Packages suggested but not available for checking: ‘sf’ ‘rgdal’ ‘rgeos’
55-
0 errors ✔ | 0 warnings ✔ | 1 note ✖
56-
57-
* Platform: Fedora Linux, R-devel, clang, gfortran
58-
* checked with `_R_CHECK_FORCE_SUGGESTS_=0`
59-
http://builder.r-hub.io/status/leaflet_2.0.1.tar.gz-dcd35d9761ef4e8596ec02e53207de49
60-
❯ checking package dependencies ... NOTE
61-
Packages suggested but not available for checking: ‘sf’ ‘rgdal’ ‘rgeos’
62-
0 errors ✔ | 0 warnings ✔ | 1 note ✖
63-
6422
## Reverse dependencies
6523

66-
* Revdep maintainers were not contacted as this release is for bug fixes and enhancements from particular maintainers.
24+
* Revdep maintainers were not contacted as this release is for documentation fixes and to fix the cran test error.
6725

68-
* I have run R CMD check on the 63 downstream dependencies.
26+
* I have run R CMD check on the 66 downstream dependencies.
6927
* https://github.com/rstudio/leaflet/blob/master/revdep/problems.md
7028
* No errors, warnings, or notes were introduced due to changes in leaflet
7129

72-
* All revdeps were able to be tested
30+
* All revdeps except segclust2d were able to be tested

man/addLegend.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/addMiniMap.Rd

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/addProviderTiles.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/addRasterImage.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/addTerminator.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/awesomeIcons.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/colorNumeric.Rd

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)