Skip to content

Commit 388d246

Browse files
committed
rebuild and recheck
1 parent f81df30 commit 388d246

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: rqdatatable
22
Type: Package
33
Title: 'rquery' for 'data.table'
44
Version: 1.2.5
5-
Date: 2020-01-07
5+
Date: 2020-01-12
66
Authors@R: c(
77
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
88
person(family = "Win-Vector LLC", role = c("cph"))
@@ -19,7 +19,7 @@ ByteCompile: true
1919
VignetteBuilder: knitr
2020
Depends:
2121
R (>= 3.4.0),
22-
rquery (>= 1.4.0)
22+
rquery (>= 1.4.1)
2323
Imports:
2424
wrapr (>= 1.9.3),
2525
data.table (>= 1.12.2)

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# rqdatatable 1.2.5 2020/01/07
2+
# rqdatatable 1.2.5 2020/01/12
33

44
* Neaten up package startup.
55

cran-comments.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
### Windows
2222

2323
rhub::check_for_cran()
24-
492#> setting _R_CHECK_FORCE_SUGGESTS_ to false
25-
493#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
26-
494#> setting R_REMOTES_STANDALONE to true
27-
495#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
28-
496#> setting _R_CHECK_FORCE_SUGGESTS_ to true
29-
497#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
30-
498#> * using log directory 'C:/Users/USERQeSVTgWuoh/rqdatatable.Rcheck'
31-
499#> * using R Under development (unstable) (2019-11-08 r77393)
32-
500#> * using platform: x86_64-w64-mingw32 (64-bit)
33-
501#> * using session charset: ISO8859-1
34-
502#> * using option '--as-cran'
35-
503#> * checking for file 'rqdatatable/DESCRIPTION' ... OK
36-
504#> * checking extension type ... Package
37-
505#> * this is package 'rqdatatable' version '1.2.5'
38-
506#> * package encoding: UTF-8
39-
507#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
40-
508#> Maintainer: 'John Mount '
41-
564#> Status: OK
24+
671#> setting _R_CHECK_FORCE_SUGGESTS_ to false
25+
672#> setting R_COMPILE_AND_INSTALL_PACKAGES to never
26+
673#> setting R_REMOTES_STANDALONE to true
27+
674#> setting R_REMOTES_NO_ERRORS_FROM_WARNINGS to true
28+
675#> setting _R_CHECK_FORCE_SUGGESTS_ to true
29+
676#> setting _R_CHECK_CRAN_INCOMING_USE_ASPELL_ to true
30+
677#> * using log directory 'C:/Users/USERLojYUCPwXH/rqdatatable.Rcheck'
31+
678#> * using R Under development (unstable) (2020-01-07 r77637)
32+
679#> * using platform: x86_64-w64-mingw32 (64-bit)
33+
680#> * using session charset: ISO8859-1
34+
681#> * using option '--as-cran'
35+
682#> * checking for file 'rqdatatable/DESCRIPTION' ... OK
36+
683#> * checking extension type ... Package
37+
684#> * this is package 'rqdatatable' version '1.2.5'
38+
685#> * package encoding: UTF-8
39+
686#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
40+
687#> Maintainer: 'John Mount '
41+
743#> Status: OK
4242

4343

4444
## Reverse dependencies

docs/articles/GroupedSampling.html

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

docs/articles/R_mapping.html

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

docs/articles/logisticexample.html

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

docs/news/index.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extras/check_reverse_dependencies.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package = "rqdatatable"
88
date()
99
```
1010

11-
## [1] "Tue Jan 7 18:37:43 2020"
11+
## [1] "Sun Jan 12 11:13:40 2020"
1212

1313
``` r
1414
packageVersion(package)
@@ -34,7 +34,7 @@ setwd(td)
3434
print(td)
3535
```
3636

37-
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//Rtmp5sSzgU"
37+
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpDPeTfu"
3838

3939
``` r
4040
options(repos = c(CRAN="https://cloud.r-project.org"))
@@ -60,8 +60,8 @@ if(!is.null(parallelCluster)) {
6060
}
6161
```
6262

63-
## cdata_1.1.3 started at 2020-01-07 18:37:45 success at 2020-01-07 18:38:21 (1/0/0)
64-
## WVPlots_1.2.2 started at 2020-01-07 18:38:21 success at 2020-01-07 18:39:49 (2/0/0)
63+
## cdata_1.1.4 started at 2020-01-12 11:13:43 success at 2020-01-12 11:14:16 (1/0/0)
64+
## WVPlots_1.2.2 started at 2020-01-12 11:14:16 success at 2020-01-12 11:15:37 (2/0/0)
6565

6666
## [1] id title status
6767
## <0 rows> (or 0-length row.names)
@@ -71,8 +71,8 @@ summariseQueue(package=package, directory=td)
7171
```
7272

7373
## Test of rqdatatable had 2 successes, 0 failures, and 0 skipped packages.
74-
## Ran from 2020-01-07 18:37:45 to 2020-01-07 18:39:49 for 2.067 mins
75-
## Average of 62 secs relative to 61.591 secs using 1 runners
74+
## Ran from 2020-01-12 11:13:43 to 2020-01-12 11:15:37 for 1.9 mins
75+
## Average of 57 secs relative to 56.715 secs using 1 runners
7676
##
7777
## Failed packages:
7878
##

0 commit comments

Comments
 (0)