Skip to content

Commit 61a8aaf

Browse files
committed
submit to CRAN
1 parent 3c270d9 commit 61a8aaf

File tree

1 file changed

+44
-6
lines changed

1 file changed

+44
-6
lines changed

cran-comments.md

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,61 @@
1212
* checking extension type ... Package
1313
* this is package ‘rqdatatable’ version ‘1.1.2’
1414
* package encoding: UTF-8
15-
* checking CRAN incoming feasibility ... NOTE
15+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
1616
Maintainer: ‘John Mount <jmount@win-vector.com>’
17-
Status: 1 NOTE
17+
Status: OK
1818

19-
### Windows ( win-builder.r-project.org uses --as-cran )
19+
### Linux (local machine using --as-cran from the command line)
20+
21+
R CMD check --as-cran rqdatatable_1.1.2.tar.gz
22+
* using R version 3.5.1 (2018-07-02)
23+
* using platform: x86_64-pc-linux-gnu (64-bit)
24+
* using session charset: UTF-8
25+
* using option ‘--as-cran’
26+
* checking for file ‘rqdatatable/DESCRIPTION’ ... OK
27+
* checking extension type ... Package
28+
* this is package ‘rqdatatable’ version ‘1.1.2’
29+
* package encoding: UTF-8
30+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
31+
Maintainer: ‘John Mount <jmount@win-vector.com>’
32+
Status: OK
33+
34+
### Windows
2035

2136
devtools::build_win()
37+
* using R Under development (unstable) (2018-12-17 r75857)
38+
* using platform: x86_64-w64-mingw32 (64-bit)
39+
* using session charset: ISO8859-1
40+
* checking for file 'rqdatatable/DESCRIPTION' ... OK
41+
* checking extension type ... Package
42+
* this is package 'rqdatatable' version '1.1.2'
43+
* package encoding: UTF-8
44+
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
45+
Maintainer: 'John Mount <jmount@win-vector.com>'
46+
Status: OK
47+
48+
rhub::check_for_cran()
49+
574#> * using log directory 'C:/Users/USERkxBqLbrWTc/rqdatatable.Rcheck'
50+
575#> * using R Under development (unstable) (2018-11-18 r75627)
51+
576#> * using platform: x86_64-w64-mingw32 (64-bit)
52+
577#> * using session charset: ISO8859-1
53+
578#> * using option '--as-cran'
54+
579#> * checking for file 'rqdatatable/DESCRIPTION' ... OK
55+
580#> * checking extension type ... Package
56+
581#> * this is package 'rqdatatable' version '1.1.2'
57+
582#> * package encoding: UTF-8
58+
583#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
59+
584#> Maintainer: 'John Mount '
60+
638#> Status: OK
2261

2362
## Reverse dependencies
2463

2564
All reverse dependencies check okay.
26-
2765
devtools::revdep_check()
28-
Checking 2 packages: cdata, vtreat
66+
Checking 3 packages: cdata, rquery, vtreat
2967
Checked cdata : 0 errors | 0 warnings | 0 notes
68+
Checked rquery: 0 errors | 0 warnings | 0 notes
3069
Checked vtreat: 0 errors | 0 warnings | 0 notes
3170

32-
3371
Note: Codd is spelled correctly.
3472

0 commit comments

Comments
 (0)