@@ -9,7 +9,6 @@ Version: 0.4.1
9
9
ERROR
10
10
Running the tests in ‘tests/testthat.R’ failed.
11
11
Last 13 lines of output:
12
- 4. Failure: DBItest: Connection: disconnect_invalid_connection
13
12
5. Failure: DBItest: Connection: data_type_connection
14
13
6. Failure: DBItest: Connection: data_type_connection
15
14
7. Failure: DBItest: Connection: data_type_connection
@@ -24,35 +23,23 @@ Version: 0.4.1
24
23
3: Unused skip expressions: rows_affected
25
24
4: Unused skip expressions: read_only
26
25
Execution halted
26
+ Deleting test2668
27
27
```
28
28
29
29
# dexter
30
30
31
- Version: 0.4.2
31
+ Version: 0.5.1
32
32
33
33
## In both
34
34
35
- * checking whether package ‘dexter’ can be installed ... WARNING
36
- ```
37
- Found the following significant warnings:
38
- Warning: No Rd macros in package 'Rdpack'.
39
- See ‘/Users/hadley/Documents/dplyr/dbplyr/revdep/checks/dexter/new/dexter.Rcheck/00install.out’ for details.
40
- ```
41
-
42
- * checking Rd files ... WARNING
43
- ```
44
- Warning: No Rd macros in package 'Rdpack'.
45
- prepare_Rd: create3DC.Rd:65: unknown macro '\insertRef'
46
- ```
47
-
48
35
* checking data for non-ASCII characters ... NOTE
49
36
```
50
37
Note: found 109 marked UTF-8 strings
51
38
```
52
39
53
40
# dplyr
54
41
55
- Version: 0.7.2
42
+ Version: 0.7.4
56
43
57
44
## In both
58
45
@@ -153,6 +140,18 @@ Version: 0.2.1
153
140
Execution halted
154
141
```
155
142
143
+ # macleish
144
+
145
+ Version: 0.3.1
146
+
147
+ ## In both
148
+
149
+ * checking dependencies in R code ... NOTE
150
+ ```
151
+ Namespace in Imports field not imported from: ‘DBI’
152
+ All declared Imports should be used.
153
+ ```
154
+
156
155
# mdsr
157
156
158
157
Version: 0.1.4
@@ -213,16 +212,50 @@ Version: 0.4.1
213
212
214
213
## In both
215
214
215
+ * checking tests ...
216
+ ```
217
+ ERROR
218
+ Running the tests in ‘tests/testthat.R’ failed.
219
+ Last 13 lines of output:
220
+ 1: In .Internal(gc(verbose, reset)) :
221
+ Connection is garbage-collected, use dbDisconnect() to avoid this.
222
+ 2: In .Internal(gc(verbose, reset)) :
223
+ Connection is garbage-collected, use dbDisconnect() to avoid this.
224
+ 3: In .Internal(gc(verbose, reset)) :
225
+ Connection is garbage-collected, use dbDisconnect() to avoid this.
226
+ 4: In .Internal(gc(verbose, reset)) :
227
+ Connection is garbage-collected, use dbDisconnect() to avoid this.
228
+ 5: In .Internal(gc(verbose, reset)) :
229
+ Connection is garbage-collected, use dbDisconnect() to avoid this.
230
+ 6: Connection is garbage-collected, use dbDisconnect() to avoid this.
231
+ 7: Connection is garbage-collected, use dbDisconnect() to avoid this.
232
+ 8: In .Internal(gc(verbose, reset)) :
233
+ Connection is garbage-collected, use dbDisconnect() to avoid this.
234
+ Execution halted
235
+ ```
236
+
216
237
* checking installed package size ... NOTE
217
238
```
218
- installed size is 5.3Mb
239
+ installed size is 5.4Mb
219
240
sub-directories of 1Mb or more:
220
241
libs 5.1Mb
221
242
```
222
243
223
244
# Organism.dplyr
224
245
225
- Version: 1.2.1
246
+ Version: 1.2.2
247
+
248
+ ## Newly broken
249
+
250
+ * checking re-building of vignette outputs ... WARNING
251
+ ```
252
+ Error in re-building vignettes:
253
+ ...
254
+ Quitting from lines 134-151 (Organism.dplyr.Rmd)
255
+ Error: processing vignette 'Organism.dplyr.Rmd' failed with diagnostics:
256
+ no applicable method for 'groups' applied to an object of class "c('sql', 'character')"
257
+ Execution halted
258
+ ```
226
259
227
260
## In both
228
261
@@ -236,6 +269,31 @@ Version: 1.2.1
236
269
See the note in ?`:::` about the use of this operator.
237
270
```
238
271
272
+ # replyr
273
+
274
+ Version: 0.8.2
275
+
276
+ ## Newly broken
277
+
278
+ * checking re-building of vignette outputs ... WARNING
279
+ ```
280
+ Error in re-building vignettes:
281
+ ...
282
+ Quitting from lines 151-159 (DependencySorting.Rmd)
283
+ Error: processing vignette 'DependencySorting.Rmd' failed with diagnostics:
284
+ missing value where TRUE/FALSE needed
285
+ Execution halted
286
+ ```
287
+
288
+ ## In both
289
+
290
+ * checking dependencies in R code ... NOTE
291
+ ```
292
+ Namespaces in Imports field not imported from:
293
+ ‘RSQLite’ ‘dbplyr’
294
+ All declared Imports should be used.
295
+ ```
296
+
239
297
# RSQLServer
240
298
241
299
Version: 0.3.0
@@ -325,11 +383,11 @@ Version: 0.1.4
325
383
ERROR
326
384
Running the tests in ‘tests/test-all.R’ failed.
327
385
Last 13 lines of output:
328
- 1 . Failure: db_load fails as expected - more (@test-db_load.R#33) --------------
386
+ [31m1 . Failure: db_load fails as expected - more (@test-db_load.R#33) [39m --------------
329
387
suppressMessages(db_load_col(path = f)) did not throw an error.
330
388
331
389
332
- 2 . Failure: src fails well (@test-src.R#16) ------------------------------------
390
+ [31m2 . Failure: src fails well (@test-src.R#16) [39m ------------------------------------
333
391
src_col() did not throw an error.
334
392
335
393
0 commit comments