|
4 | 4 |
|
5 | 5 | ### OSX (local machine using --as-cran from the command line)
|
6 | 6 |
|
7 |
| - R CMD check --as-cran rquery_1.4.7.tar.gz |
| 7 | + R CMD check --as-cran rquery_1.4.8.tar.gz |
8 | 8 | * using R version 4.0.2 (2020-06-22)
|
9 | 9 | * using platform: x86_64-apple-darwin17.0 (64-bit)
|
10 | 10 | * using session charset: UTF-8
|
11 | 11 | * using option ‘--as-cran’
|
12 | 12 | * checking for file ‘rquery/DESCRIPTION’ ... OK
|
13 | 13 | * checking extension type ... Package
|
14 |
| - * this is package ‘rquery’ version ‘1.4.7’ |
| 14 | + * this is package ‘rquery’ version ‘1.4.8’ |
15 | 15 | * package encoding: UTF-8
|
16 | 16 | * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
|
| 17 | + Maintainer: ‘John Mount <[email protected]>’ |
17 | 18 | ...
|
18 | 19 | Status: OK
|
19 | 20 |
|
20 | 21 |
|
21 | 22 | ### Windows
|
22 | 23 |
|
23 | 24 | devtools::check_win_devel()
|
24 |
| - * using R Under development (unstable) (2021-06-07 r80458) |
| 25 | + * using R Under development (unstable) (2022-01-21 r81547 ucrt) |
25 | 26 | * using platform: x86_64-w64-mingw32 (64-bit)
|
26 |
| - * using session charset: ISO8859-1 |
| 27 | + * using session charset: UTF-8 |
27 | 28 | * checking for file 'rquery/DESCRIPTION' ... OK
|
28 | 29 | * checking extension type ... Package
|
29 |
| - * this is package 'rquery' version '1.4.7' |
| 30 | + * this is package 'rquery' version '1.4.8' |
30 | 31 | * package encoding: UTF-8
|
31 | 32 | * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
|
32 | 33 | Maintainer: 'John Mount <[email protected]>'
|
33 | 34 | ...
|
34 | 35 | Status: OK
|
35 | 36 |
|
| 37 | + rhub::check_for_cran() |
| 38 | + 748#> * using R Under development (unstable) (2021-12-17 r81389 ucrt) |
| 39 | + 749#> * using platform: x86_64-w64-mingw32 (64-bit) |
| 40 | + 750#> * using session charset: UTF-8 |
| 41 | + 751#> * using option '--as-cran' |
| 42 | + 752#> * checking for file 'rquery/DESCRIPTION' ... OK |
| 43 | + 753#> * checking extension type ... Package |
| 44 | + 754#> * this is package 'rquery' version '1.4.8' |
| 45 | + 755#> * package encoding: UTF-8 |
| 46 | + 756#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
| 47 | + 757#> Maintainer: 'John Mount ' |
| 48 | + 811#> * checking for detritus in the temp directory ... NOTE |
| 49 | + 812#> Found the following files/directories: |
| 50 | + 813#> 'lastMiKTeXException' |
| 51 | + 814#> * DONE |
| 52 | + 815#> Status: 1 NOTE |
| 53 | + lastMiKTeXException not in package, likely an effect of testing platform. |
36 | 54 |
|
37 | 55 | ## Linux
|
38 | 56 |
|
39 | 57 | rhub::check_for_cran()
|
40 |
| - #> Fedora 33 - x86_64 - Updates 29 kB/s | 11 kB 00:00 |
41 |
| - 3803#> * using R Under development (unstable) (2021-06-09 r80471) |
42 |
| - 3809#> * this is package ‘rquery’ version ‘1.4.7’ |
43 |
| - 3811#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
44 |
| - 3812#> Maintainer: ‘John Mount ’ |
45 |
| - 3869#> Status: OK |
| 58 | + 4624#> * using R version 4.1.2 (2021-11-01) |
| 59 | + 4625#> * using platform: x86_64-pc-linux-gnu (64-bit) |
| 60 | + 4626#> * using session charset: UTF-8 |
| 61 | + 4627#> * using option ‘--as-cran’ |
| 62 | + 4628#> * checking for file ‘rquery/DESCRIPTION’ ... OK |
| 63 | + 4629#> * checking extension type ... Package |
| 64 | + 4630#> * this is package ‘rquery’ version ‘1.4.8’ |
| 65 | + 4631#> * package encoding: UTF-8 |
| 66 | + 4632#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
| 67 | + 4633#> Maintainer: ‘John Mount ’ |
| 68 | + 4690#> Status: OK |
46 | 69 |
|
47 | 70 | rhub::check_for_cran()
|
| 71 | + 4563#> * using R Under development (unstable) (2022-01-21 r81547) |
| 72 | + 4564#> * using platform: x86_64-pc-linux-gnu (64-bit) |
| 73 | + 4565#> * using session charset: UTF-8 |
| 74 | + 4566#> * using option ‘--as-cran’ |
| 75 | + 4567#> * checking for file ‘rquery/DESCRIPTION’ ... OK |
| 76 | + 4568#> * checking extension type ... Package |
| 77 | + 4569#> * this is package ‘rquery’ version ‘1.4.8’ |
| 78 | + 4570#> * package encoding: UTF-8 |
| 79 | + 4571#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers |
| 80 | + 4572#> Maintainer: ‘John Mount ’ |
| 81 | + 4629#> Status: OK |
48 | 82 |
|
49 | 83 | ## Reverse dependencies
|
50 | 84 |
|
|
0 commit comments