@@ -8,20 +8,21 @@ package = "rquery"
8
8
date()
9
9
```
10
10
11
- ## [1] "Sat Oct 17 10:01:12 2020 "
11
+ ## [1] "Thu Jun 10 08:33:52 2021 "
12
12
13
13
``` r
14
14
packageVersion(package )
15
15
```
16
16
17
- ## [1] '1.4.6 '
17
+ ## [1] '1.4.7 '
18
18
19
19
``` r
20
20
parallelCluster <- NULL
21
21
ncores <- parallel :: detectCores()
22
- if (ncores > 1 ) {
23
- parallelCluster <- parallel :: makeCluster(ncores )
24
- }
22
+ # prrd back to bombing out with database locked
23
+ # if(ncores > 1) {
24
+ # parallelCluster <- parallel::makeCluster(ncores)
25
+ # }
25
26
26
27
orig_dir <- getwd()
27
28
print(orig_dir )
@@ -34,7 +35,7 @@ setwd(td)
34
35
print(td )
35
36
```
36
37
37
- ## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpHzhEsJ "
38
+ ## [1] "/var/folders/7f/sdjycp_d08n8wwytsbgwqgsw0000gn/T//RtmpPoliP8 "
38
39
39
40
``` r
40
41
options(repos = c(CRAN = " https://cloud.r-project.org" ))
@@ -59,15 +60,21 @@ if(!is.null(parallelCluster)) {
59
60
}
60
61
```
61
62
62
- ## Error in checkForRemoteErrors(val): 2 nodes produced errors; first error: database is locked
63
+ ## ## Reverse depends check of rquery 1.4.7
64
+ ## cdata_1.1.9 started at 2021-06-10 08:33:54 success at 2021-06-10 08:34:15 (1/0/0)
65
+ ## rqdatatable_1.2.9 started at 2021-06-10 08:34:15 success at 2021-06-10 08:34:32 (2/0/0)
66
+ ## WVPlots_1.3.2 started at 2021-06-10 08:34:32 success at 2021-06-10 08:35:24 (3/0/0)
67
+
68
+ ## [1] id title status
69
+ ## <0 rows> (or 0-length row.names)
63
70
64
71
``` r
65
72
summariseQueue(package = package , directory = td )
66
73
```
67
74
68
- ## Test of rquery 1.4.6 had 3 successes, 0 failures, and 0 skipped packages.
69
- ## Ran from 2020-10-17 10:01:16 to 2020-10-17 10:02:08 for 52 secs
70
- ## Average of 17.333 secs relative to 29.429 secs using 3 runners
75
+ ## Test of rquery 1.4.7 had 3 successes, 0 failures, and 0 skipped packages.
76
+ ## Ran from 2021-06-10 08:33:54 to 2021-06-10 08:35:24 for 1.5 mins
77
+ ## Average of 30 secs relative to 29.781 secs using 1 runners
71
78
##
72
79
## Failed packages:
73
80
##
0 commit comments