Skip to content

Commit 34b4be2

Browse files
committed
Prepare for release
1 parent 95822df commit 34b4be2

File tree

10 files changed

+577
-363
lines changed

10 files changed

+577
-363
lines changed

.Rbuildignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
.Rprofile
55
inst/db
66
man-roxygen
7-
NEWS\.md
87
demo/pandas
98
^\.httr-oauth$
109
^cran-comments\.md$

DESCRIPTION

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dplyr
22
Type: Package
3-
Version: 0.4.3.9001
3+
Version: 0.5.0
44
Title: A Grammar of Data Manipulation
55
Description: A fast, consistent tool for working with data frame like objects,
66
both in memory and out of memory.
@@ -37,8 +37,6 @@ Suggests:
3737
rmarkdown,
3838
covr,
3939
dtplyr
40-
Remotes:
41-
hadley/dtplyr
4240
VignetteBuilder: knitr
4341
LinkingTo: Rcpp (>= 0.12.0),
4442
BH (>= 1.58.0-1)

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dplyr 0.4.3.9000
1+
# dplyr 0.5.0
22

33
## Breaking changes
44

cran-comments.md

Lines changed: 120 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,133 @@
1-
## Release summary
2-
3-
This release add a few minor features, but is mostly concerned with fixing crashing bugs and memory errors. (It also fixes the new NOTEs about functions imported from "base" packages).
4-
51
## Test environments
62

7-
* local OS X install, R 3.2.1
8-
* ubuntu 12.04 (on travis-ci), R 3.2.2
9-
* win-builder (devel and release)
3+
* local OS X install, R 3.3.1
4+
* ubuntu 12.04 (on travis-ci), R 3.3.1, R 3.2.5, R-devel.
5+
* win-builder (devel)
106

117
## R CMD check results
128

13-
There were no ERRORs or WARNINGs.
14-
15-
There was 1 NOTE:
9+
0 ERRORs | 1 WARNING | 4 NOTEs
1610

1711
* checking installed package size ... NOTE.
1812

1913
This is all compiled code in the libs/ directory.
2014

15+
* checking CRAN incoming feasibility ... NOTE
16+
This package is MIT licensed.
17+
18+
* checking package dependencies ... NOTE
19+
Package suggested but not available for checking: 'dtplyr'
20+
21+
Suggests or Enhances not in mainstream repositories: dtplyr
22+
checking Rd cross-references ... WARNING
23+
24+
I'll submit this once dplyr has been accepted (unless you'd prefer a
25+
parallel submission)
26+
27+
* checking dependencies in R code ... NOTE
28+
Missing or unexported object: 'RSQLite::rsqliteVersion'
29+
30+
This is used for compatiblity with both current and next version of
31+
RSQLite.
32+
2133
## Downstream dependencies
2234

23-
I ran `R CMD check` on all 123 reverse dependencies (https://github.com/hadley/dplyr/tree/master/revdep/summary.md). As far as I can tell, there are no new problems related to dplyr.
35+
I ran `R CMD check` on all 297 reverse dependencies (https://github.com/hadley/dplyr/tree/master/revdep/). There are unfortunately a number of new failures described below. There were two sets of failures caused by deliberate changes to the API:
36+
37+
* select() previously used NSE and "virtual" functions; now it uses real functions:
38+
39+
* alakazam: checking re-building of vignette outputs ... WARNING
40+
* assertr: checking examples ... ERROR
41+
* condformat: checking examples ... ERROR
42+
* ddpcr: checking examples ... ERROR
43+
* easyformatr: checking examples ... ERROR
44+
* mtconnectR: checking examples ... ERROR
45+
* statar: checking examples ... ERROR
46+
47+
* $.tbl_df is now stricter, throwing an error if the column does not exist.
48+
This causes some code that previously failed silently to now throw an error:
49+
50+
* broom: checking examples ... ERROR
51+
* ggmcmc: checking examples ... ERROR
52+
* gutenbergr: checking examples ... ERROR
53+
* rplexos: checking examples ... ERROR
54+
55+
bigrquery fails - I have a 0.5 compatible version ready for submission once dplyr is through (unfortunately it was too difficult to make a package that worked with both dplyr 0.4 and 0.5.)
56+
57+
There were also a bunch of errors that don't seem related to dplyr (as far as I can tell)
58+
59+
* chunked: checking tests ... ERROR
60+
61+
* datastepr: checking re-building of vignette outputs ... WARNING
62+
63+
* DeLorean: checking re-building of vignette outputs ... WARNING
64+
This looks like some C++ compilation problem
65+
66+
* describer: checking tests ... ERROR
67+
Looks like automatic code linting error
68+
69+
* dotwhisker: checking examples ... ERROR
70+
71+
* edeaR: checking re-building of vignette outputs ... WARNING
72+
Stricter coercion check when rbinding
73+
74+
* elpatron: checking examples ... ERROR
75+
76+
* ggspectra: checking examples ... ERROR
77+
78+
* ggvis: checking tests ... ERROR
79+
Failing on CRAN (we're still working on a fix)
80+
81+
* haven: checking examples ... ERROR
82+
Failing on CRAN (have fix in progress)
83+
84+
* modellingTools: checking examples ... ERROR
85+
Now throw error if you try and create a tibble with multiple columns
86+
that have the same name.
87+
88+
* photobiology: checking examples ... ERROR
89+
90+
* photobiologyInOut: checking re-building of vignette outputs ... WARNING
91+
92+
* RCMIP5: checking tests ... ERROR
93+
Numerical failure in tests, seems unrelated to dplyr.
94+
95+
* resumer: checking tests ... ERROR
96+
97+
* RNeXML: checking examples ... ERROR
98+
99+
* SpaDES: checking re-building of vignette outputs ... WARNING
100+
???
101+
102+
* sprintfr: checking examples ... ERROR
103+
Fails to import data_frame function
104+
105+
* tidytext: checking examples ... ERROR
106+
107+
* treeplyr: checking examples ... WARNING
108+
Uses deprecated function from tibble package
109+
110+
* useful: checking tests ... ERROR
111+
112+
* vcfR: checking examples ... ERROR
113+
114+
Finally, there were a few failures because of install problems:
115+
116+
* Failed to install dependencies for: biomartr, HydeNet, IATscores, myTAI, pRF
117+
118+
* Failed to install: aemo, bigrquery, imager, morse, RSQLServer, texmexseq
119+
120+
* GenCAT: checking examples ... ERROR
121+
Doesn't correctly check for non-installed suggested package
122+
123+
* glycanr: checking examples ... ERROR
124+
Doesn't correctly check for non-installed suggested package
125+
126+
* poplite: checking re-building of vignette outputs ... WARNING
127+
Doesn't correctly check for non-installed suggested package
128+
129+
* tigger: checking examples ... ERROR
130+
Doesn't correctly check for non-installed suggested package
131+
24132

25-
Authors were notified on June 9.
133+
Authors were notified on June 9, June 14, and again today.

man/testing.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)