|
12 | 12 | * checking extension type ... Package |
13 | 13 | * this is package ‘rqdatatable’ version ‘1.1.2’ |
14 | 14 | * package encoding: UTF-8 |
15 | | - * checking CRAN incoming feasibility ... NOTE |
| 15 | + * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
16 | 16 | Maintainer: ‘John Mount <jmount@win-vector.com>’ |
17 | | - Status: 1 NOTE |
| 17 | + Status: OK |
18 | 18 |
|
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 |
20 | 35 |
|
21 | 36 | 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 |
22 | 61 |
|
23 | 62 | ## Reverse dependencies |
24 | 63 |
|
25 | 64 | All reverse dependencies check okay. |
26 | | - |
27 | 65 | devtools::revdep_check() |
28 | | - Checking 2 packages: cdata, vtreat |
| 66 | + Checking 3 packages: cdata, rquery, vtreat |
29 | 67 | Checked cdata : 0 errors | 0 warnings | 0 notes |
| 68 | + Checked rquery: 0 errors | 0 warnings | 0 notes |
30 | 69 | Checked vtreat: 0 errors | 0 warnings | 0 notes |
31 | 70 |
|
32 | | - |
33 | 71 | Note: Codd is spelled correctly. |
34 | 72 |
|
0 commit comments