Skip to content

Commit 1cbabf2

Browse files
committed
check and rebuild site
1 parent 9913c92 commit 1cbabf2

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.1.9
5-
Date: 2019-06-27
5+
Date: 2019-07-04
66
Authors@R: c(
77
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
88
person(family = "Win-Vector LLC", role = c("cph"))

NEWS.md

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

2-
# rqdatatable 1.1.9 2019/06/27
2+
# rqdatatable 1.1.9 2019/07/04
33

44
* Use non-strict let().
55
* Support no-new column project().

cran-comments.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@
55

66
### OSX (local machine using --as-cran from the command line)
77

8-
R CMD check --as-cran rqdatatable_1.1.8.tar.gz
8+
R CMD check --as-cran rqdatatable_1.1.9.tar.gz
99
* using R version 3.6.0 (2019-04-26)
1010
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
1111
* using session charset: UTF-8
1212
* using option ‘--as-cran’
1313
* checking for file ‘rqdatatable/DESCRIPTION’ ... OK
1414
* checking extension type ... Package
15-
* this is package ‘rqdatatable’ version ‘1.1.8
15+
* this is package ‘rqdatatable’ version ‘1.1.9
1616
* package encoding: UTF-8
1717
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1818
Maintainer: ‘John Mount <[email protected]>’
19-
Status: OK
20-
19+
Status: OK
2120

2221
### Windows
2322

24-
devtools::build_win()
25-
26-
* using log directory 'd:/RCompile/CRANguest/R-release/rqdatatable.Rcheck'
27-
* using R version 3.6.0 (2019-04-26)
28-
* using platform: x86_64-w64-mingw32 (64-bit)
29-
Status: OK
30-
31-
* using log directory 'd:/RCompile/CRANguest/R-devel/rqdatatable.Rcheck'
32-
* using R Under development (unstable) (2019-05-30 r76623)
23+
devtools::check_win_devel()
24+
* using R Under development (unstable) (2019-06-27 r76748)
3325
* using platform: x86_64-w64-mingw32 (64-bit)
26+
* using session charset: ISO8859-1
27+
* checking for file 'rqdatatable/DESCRIPTION' ... OK
28+
* checking extension type ... Package
29+
* this is package 'rqdatatable' version '1.1.9'
30+
* package encoding: UTF-8
31+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
32+
Maintainer: 'John Mount <[email protected]>'
33+
* checking package namespace information ... OK
3434
Status: OK
3535

3636
## 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ package = "rqdatatable"
88
date()
99
```
1010

11-
## [1] "Sat Jun 1 08:24:32 2019"
11+
## [1] "Thu Jul 4 09:18:53 2019"
1212

1313
``` r
1414
packageVersion(package)
1515
```
1616

17-
## [1] '1.1.8'
17+
## [1] '1.1.9'
1818

1919
``` r
2020
parallelCluster <- NULL
@@ -33,7 +33,7 @@ setwd(td)
3333
print(td)
3434
```
3535

36-
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//Rtmpnn7TQW"
36+
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpsgbbKA"
3737

3838
``` r
3939
options(repos = c(CRAN="https://cloud.r-project.org"))

0 commit comments

Comments
 (0)