|
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 | | - |
5 | 1 | ## Test environments |
6 | 2 |
|
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) |
10 | 6 |
|
11 | 7 | ## R CMD check results |
12 | 8 |
|
13 | | -There were no ERRORs or WARNINGs. |
14 | | - |
15 | | -There was 1 NOTE: |
| 9 | +0 ERRORs | 1 WARNING | 4 NOTEs |
16 | 10 |
|
17 | 11 | * checking installed package size ... NOTE. |
18 | 12 |
|
19 | 13 | This is all compiled code in the libs/ directory. |
20 | 14 |
|
| 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 | + |
21 | 33 | ## Downstream dependencies |
22 | 34 |
|
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 | + |
24 | 132 |
|
25 | | -Authors were notified on June 9. |
| 133 | +Authors were notified on June 9, June 14, and again today. |
0 commit comments