Skip to content

Commit 5eb8181

Browse files
committed
add cran comments and update revdep
1 parent 5d7649a commit 5eb8181

File tree

4 files changed

+265
-361
lines changed

4 files changed

+265
-361
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030
^man-roxygen/
3131
^viztest-.*
3232
^scripts
33+
^cran-comments\.md$

cran-comments.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Test environments
2+
* local OS X install, R 3.4.4
3+
* ubuntu 12.04 (on travis-ci), R 3.4.4
4+
* win-builder (devel and release)
5+
6+
7+
## R CMD check results
8+
9+
0 errors | 0 warnings | 0 note
10+
11+
12+
## Reverse dependencies
13+
14+
* I have run R CMD check on the NUMBER downstream dependencies.
15+
* https://github.com/rstudio/leaflet/blob/master/revdep/problems.md
16+
17+
### Failure Summary
18+
19+
* All revdep maintainers were notified on March 29, 2018 for a release date of April 16th.
20+
21+
2 false-positve Package failures:
22+
* geoSpectral
23+
* error in example with both CRAN and new version of leaflet
24+
* jpndistrict
25+
* error in test with both CRAN and new version of leaflet
26+
27+
3 packages that could not be tested:
28+
* lawn
29+
* robis
30+
* segclust2d

revdep/README.md

Lines changed: 115 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -2,125 +2,133 @@
22

33
|field |value |
44
|:--------|:----------------------------|
5-
|version |R version 3.4.1 (2017-06-30) |
5+
|version |R version 3.4.4 (2018-03-15) |
66
|os |macOS High Sierra 10.13.3 |
77
|system |x86_64, darwin15.6.0 |
88
|ui |X11 |
99
|language |(EN) |
1010
|collate |en_US.UTF-8 |
11-
|tz |NA |
12-
|date |2018-02-09 |
11+
|tz |America/Los_Angeles |
12+
|date |2018-03-29 |
1313

1414
# Dependencies
1515

16-
|package |old |new |Δ |
17-
|:------------|:-------|:----------|:--|
18-
|leaflet |1.1.0 |1.1.0.9000 |* |
19-
|assertthat |0.2.0 |0.2.0 | |
20-
|base64enc |0.1-3 |0.1-3 | |
21-
|cli |1.0.0 |1.0.0 | |
22-
|colorspace |1.3-2 |1.3-2 | |
23-
|crayon |1.3.4 |1.3.4 | |
24-
|crosstalk |1.0.0 |1.0.0 | |
25-
|dichromat |2.0-0 |2.0-0 | |
26-
|digest |0.6.15 |0.6.15 | |
27-
|ggplot2 |2.2.1 |2.2.1 | |
28-
|gridExtra |2.3 |2.3 | |
29-
|gtable |0.2.0 |0.2.0 | |
30-
|htmltools |0.3.6 |0.3.6 | |
31-
|htmlwidgets |1.0 |1.0 | |
32-
|httpuv |1.3.5 |1.3.5 | |
33-
|jsonlite |1.5 |1.5 | |
34-
|labeling |0.3 |0.3 | |
35-
|lazyeval |0.2.1 |0.2.1 | |
36-
|magrittr |1.5 |1.5 | |
37-
|markdown |0.8 |0.8 | |
38-
|mime |0.5 |0.5 | |
39-
|munsell |0.4.3 |0.4.3 | |
40-
|pillar |1.1.0 |1.1.0 | |
41-
|plyr |1.8.4 |1.8.4 | |
42-
|png |0.1-7 |0.1-7 | |
43-
|R6 |2.2.2 |2.2.2 | |
44-
|raster |2.6-7 |2.6-7 | |
45-
|RColorBrewer |1.1-2 |1.1-2 | |
46-
|Rcpp |0.12.15 |0.12.15 | |
47-
|reshape2 |1.4.3 |1.4.3 | |
48-
|rlang |0.1.6 |0.1.6 | |
49-
|scales |0.5.0 |0.5.0 | |
50-
|shiny |1.0.5 |1.0.5 | |
51-
|sourcetools |0.1.6 |0.1.6 | |
52-
|sp |1.2-7 |1.2-7 | |
53-
|stringi |1.1.6 |1.1.6 | |
54-
|stringr |1.2.0 |1.2.0 | |
55-
|tibble |1.4.2 |1.4.2 | |
56-
|utf8 |1.1.3 |1.1.3 | |
57-
|viridis |0.5.0 |0.5.0 | |
58-
|viridisLite |0.3.0 |0.2.0 |* |
59-
|xtable |1.8-2 |1.8-2 | |
60-
|yaml |2.1.16 |2.1.16 | |
16+
|package |old |new |Δ |
17+
|:------------|:-------|:-------|:--|
18+
|leaflet |1.1.0 |2.0.0 |* |
19+
|assertthat |0.2.0 |0.2.0 | |
20+
|base64enc |0.1-3 |0.1-3 | |
21+
|cli |1.0.0 |1.0.0 | |
22+
|colorspace |1.3-2 |1.3-2 | |
23+
|crayon |1.3.4 |1.3.4 | |
24+
|crosstalk |1.0.0 |1.0.0 | |
25+
|dichromat |2.0-0 |2.0-0 | |
26+
|digest |0.6.15 |0.6.15 | |
27+
|ggplot2 |2.2.1 |2.2.1 | |
28+
|glue |1.2.0 |1.2.0 | |
29+
|gridExtra |2.3 |2.3 | |
30+
|gtable |0.2.0 |0.2.0 | |
31+
|htmltools |0.3.6 |0.3.6 | |
32+
|htmlwidgets |1.0 |1.0 | |
33+
|httpuv |1.3.6.2 |1.3.6.2 | |
34+
|jsonlite |1.5 |1.5 | |
35+
|labeling |0.3 |0.3 | |
36+
|lazyeval |0.2.1 |0.2.1 | |
37+
|magrittr |1.5 |1.5 | |
38+
|markdown |0.8 |0.8 | |
39+
|mime |0.5 |0.5 | |
40+
|munsell |0.4.3 |0.4.3 | |
41+
|pillar |1.2.1 |1.2.1 | |
42+
|plyr |1.8.4 |1.8.4 | |
43+
|png |0.1-7 |0.1-7 | |
44+
|R6 |2.2.2 |2.2.2 | |
45+
|raster |2.6-7 |2.6-7 | |
46+
|RColorBrewer |1.1-2 |1.1-2 | |
47+
|Rcpp |0.12.16 |0.12.16 | |
48+
|reshape2 |1.4.3 |1.4.3 | |
49+
|rlang |0.2.0 |0.2.0 | |
50+
|scales |0.5.0 |0.5.0 | |
51+
|shiny |1.0.5 |1.0.5 | |
52+
|sourcetools |0.1.6 |0.1.6 | |
53+
|sp |1.2-7 |1.2-7 | |
54+
|stringi |1.1.7 |1.1.7 | |
55+
|stringr |1.3.0 |1.3.0 | |
56+
|tibble |1.4.2 |1.4.2 | |
57+
|utf8 |1.1.3 |1.1.3 | |
58+
|viridis |0.5.1 |0.5.1 | |
59+
|viridisLite |0.3.0 |0.3.0 | |
60+
|xtable |1.8-2 |1.8-2 | |
61+
|yaml |2.1.18 |2.1.18 | |
6162

6263
# Revdeps
6364

64-
## Couldn't check (1)
65+
## Couldn't check (4)
6566

66-
|package |version |error |warning |note |
67-
|:----------------------------------------|:-------|:------|:-------|:----|
68-
|[teachingApps](problems.md#teachingapps) |1.0.2 |__+1__ | |-1 |
67+
|package |version |error |warning |note |
68+
|:------------------------------------|:-------|:-----|:-------|:----|
69+
|lawn |? | | | |
70+
|leaflet.esri |? | | | |
71+
|robis |? | | | |
72+
|[segclust2d](problems.md#segclust2d) |0.1.0 |1 | | |
6973

70-
## All (52)
74+
## All (56)
7175

72-
|package |version |error |warning |note |
73-
|:--------------------------------------------------|:-------|:------|:-------|:----|
74-
|[amt](problems.md#amt) |0.0.2.0 | |3 |1 |
75-
|[antaresViz](problems.md#antaresviz) |0.12.0 | |1 | |
76-
|blscrapeR |3.1.1 | | | |
77-
|cancensus |0.1.7 | | | |
78-
|cycleRtools |1.1.1 | | | |
79-
|eAnalytics |0.1.3 | | | |
80-
|futureheatwaves |1.0.3 | | | |
81-
|geojsonio |0.5.0 | | | |
82-
|geoSpectral |0.17.4 | | | |
83-
|inlmisc |0.3.5 | | | |
84-
|[jpmesh](problems.md#jpmesh) |1.0.1 | | |3 |
85-
|[jpndistrict](problems.md#jpndistrict) |0.3.0 | |1 |1 |
86-
|[lawn](problems.md#lawn) |0.4.2 | | |1 |
87-
|[leaflet.esri](problems.md#leafletesri) |0.2 | | |1 |
88-
|[leaflet.extras](problems.md#leafletextras) |0.2 | | |1 |
89-
|leaflet.minicharts |0.5.2 | | | |
90-
|[leafletCN](problems.md#leafletcn) |0.2.1 | | |3 |
91-
|[lingtypology](problems.md#lingtypology) |1.0.11 | | |1 |
92-
|[macleish](problems.md#macleish) |0.3.2 | |1 | |
93-
|manipulateWidget |0.8.0 | | | |
94-
|[mapedit](problems.md#mapedit) |0.3.2 | | |1 |
95-
|[mapr](problems.md#mapr) |0.3.4 | | |1 |
96-
|[mapsapi](problems.md#mapsapi) |0.3.0 | | |1 |
97-
|mapview |2.3.0 | | | |
98-
|[metScanR](problems.md#metscanr) |1.1.1 | | |3 |
99-
|neotoma |1.7.0 | | | |
100-
|[nyctaxi](problems.md#nyctaxi) |0.0.1 | |1 | |
101-
|openadds |0.2.0 | | | |
102-
|owmr |0.7.2 | | | |
103-
|[parlitools](problems.md#parlitools) |0.2.1 | | |1 |
104-
|[PWFSLSmoke](problems.md#pwfslsmoke) |1.0.10 | |1 | |
105-
|QRAGadget |0.1.0 | | | |
106-
|rdefra |0.3.4 | | | |
107-
|[rdwd](problems.md#rdwd) |0.9.0 | |1 | |
108-
|RgoogleMaps |1.4.1 | | | |
109-
|Rnightlights |0.1.5 | | | |
110-
|rnoaa |0.7.0 | | | |
111-
|robis |1.0.0 | | | |
112-
|RSurvey |0.9.2 | | | |
113-
|[SpatialEpiApp](problems.md#spatialepiapp) |0.3 | | |2 |
114-
|[statesRcontiguous](problems.md#statesrcontiguous) |0.1.0 | |1 |2 |
115-
|[stationaRy](problems.md#stationary) |0.4.1 | | |1 |
116-
|[synthACS](problems.md#synthacs) |1.0.1 | |1 | |
117-
|[teachingApps](problems.md#teachingapps) |1.0.2 |__+1__ | |-1 |
118-
|tigris |0.6.2 | | | |
119-
|[tilegramsR](problems.md#tilegramsr) |0.2.0 | |2 |2 |
120-
|[tmap](problems.md#tmap) |1.11 | | |1 |
121-
|[trackeR](problems.md#tracker) |1.0.0 | |1 |1 |
122-
|[wallace](problems.md#wallace) |1.0.3 | | |1 |
123-
|wellknown |0.1.0 | | | |
124-
|[windfarmGA](problems.md#windfarmga) |1.1.1 | | |1 |
125-
|worldmet |0.8.0 | | | |
76+
|package |version |error |warning |note |
77+
|:--------------------------------------------------|:-------|:-----|:-------|:----|
78+
|[amt](problems.md#amt) |0.0.3.0 | | |1 |
79+
|blscrapeR |3.1.2 | | | |
80+
|cancensus |0.1.7 | | | |
81+
|[CDECRetrieve](problems.md#cdecretrieve) |0.1.0 | | |1 |
82+
|cycleRtools |1.1.1 | | | |
83+
|eAnalytics |0.1.3 | | | |
84+
|futureheatwaves |1.0.3 | | | |
85+
|genogeographer |0.1.8 | | | |
86+
|geojsonio |0.5.0 | | | |
87+
|[geoSpectral](problems.md#geospectral) |0.17.4 |1 | | |
88+
|inlmisc |0.3.5 | | | |
89+
|[jpmesh](problems.md#jpmesh) |1.1.0 | | |1 |
90+
|[jpndistrict](problems.md#jpndistrict) |0.3.0 |1 | |1 |
91+
|lawn |? | | | |
92+
|leaflet.esri |? | | | |
93+
|[leaflet.extras](problems.md#leafletextras) |0.2 | | |1 |
94+
|leaflet.minicharts |0.5.2 | | | |
95+
|[leafletCN](problems.md#leafletcn) |0.2.1 | | |3 |
96+
|[lingtypology](problems.md#lingtypology) |1.0.12 | | |1 |
97+
|macleish |0.3.2 | | | |
98+
|manipulateWidget |0.9.0 | | | |
99+
|[mapedit](problems.md#mapedit) |0.4.1 | | |1 |
100+
|[mapr](problems.md#mapr) |0.4.0 | | |1 |
101+
|[mapsapi](problems.md#mapsapi) |0.3.5 | | |1 |
102+
|mapview |2.3.0 | | | |
103+
|[metScanR](problems.md#metscanr) |1.2.0 | | |1 |
104+
|neotoma |1.7.0 | | | |
105+
|nyctaxi |0.0.1 | | | |
106+
|openadds |0.2.0 | | | |
107+
|owmr |0.7.2 | | | |
108+
|[parlitools](problems.md#parlitools) |0.2.1 | | |1 |
109+
|ppcSpatial |0.2.0 | | | |
110+
|PWFSLSmoke |1.0.16 | | | |
111+
|QRAGadget |0.1.0 | | | |
112+
|rdefra |0.3.4 | | | |
113+
|[rdwd](problems.md#rdwd) |0.9.0 | |1 | |
114+
|RgoogleMaps |1.4.1 | | | |
115+
|Rnightlights |0.1.5 | | | |
116+
|rnoaa |0.7.0 | | | |
117+
|robis |? | | | |
118+
|[rpostgisLT](problems.md#rpostgislt) |0.6.0 | | |1 |
119+
|RSurvey |0.9.2 | | | |
120+
|[segclust2d](problems.md#segclust2d) |0.1.0 |1 | | |
121+
|[SpatialEpiApp](problems.md#spatialepiapp) |0.3 | | |2 |
122+
|[statesRcontiguous](problems.md#statesrcontiguous) |0.1.0 | | |2 |
123+
|[stationaRy](problems.md#stationary) |0.4.1 | | |1 |
124+
|synthACS |1.0.1 | | | |
125+
|[teachingApps](problems.md#teachingapps) |1.0.2 | | |1 |
126+
|tigris |0.6.2 | | | |
127+
|[tilegramsR](problems.md#tilegramsr) |0.2.0 | | |2 |
128+
|[tmap](problems.md#tmap) |1.11-1 | | |1 |
129+
|[trackeR](problems.md#tracker) |1.0.0 | | |1 |
130+
|[wallace](problems.md#wallace) |1.0.4 | | |1 |
131+
|wellknown |0.1.0 | | | |
132+
|[windfarmGA](problems.md#windfarmga) |1.2.1 | | |1 |
133+
|worldmet |0.8.4 | | | |
126134

0 commit comments

Comments
 (0)