Skip to content

Commit a81ff67

Browse files
committed
finish checks
1 parent 7c85c73 commit a81ff67

File tree

1 file changed

+45
-11
lines changed

1 file changed

+45
-11
lines changed

cran-comments.md

+45-11
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,81 @@
44

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

7-
R CMD check --as-cran rquery_1.4.7.tar.gz
7+
R CMD check --as-cran rquery_1.4.8.tar.gz
88
* using R version 4.0.2 (2020-06-22)
99
* using platform: x86_64-apple-darwin17.0 (64-bit)
1010
* using session charset: UTF-8
1111
* using option ‘--as-cran’
1212
* checking for file ‘rquery/DESCRIPTION’ ... OK
1313
* checking extension type ... Package
14-
* this is package ‘rquery’ version ‘1.4.7
14+
* this is package ‘rquery’ version ‘1.4.8
1515
* package encoding: UTF-8
1616
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
17+
Maintainer: ‘John Mount <[email protected]>’
1718
...
1819
Status: OK
1920

2021

2122
### Windows
2223

2324
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)
2526
* using platform: x86_64-w64-mingw32 (64-bit)
26-
* using session charset: ISO8859-1
27+
* using session charset: UTF-8
2728
* checking for file 'rquery/DESCRIPTION' ... OK
2829
* checking extension type ... Package
29-
* this is package 'rquery' version '1.4.7'
30+
* this is package 'rquery' version '1.4.8'
3031
* package encoding: UTF-8
3132
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
3233
Maintainer: 'John Mount <[email protected]>'
3334
...
3435
Status: OK
3536

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.
3654

3755
## Linux
3856

3957
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
4669

4770
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
4882

4983
## Reverse dependencies
5084

0 commit comments

Comments
 (0)