Skip to content

Commit 27e8ee7

Browse files
committed
complete tests
1 parent aa352d1 commit 27e8ee7

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

cran-comments.md

+38-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,24 @@ Work around not reproducible vignette failure on r-release-windows-ix86+x86_64.
2424
### Windows
2525

2626
devtools::check_win_devel()
27-
...
28-
27+
Your package rquery_1.4.9.tar.gz has been built (if working) and checked for Windows.
28+
Please check the log files and (if working) the binary package at:
29+
https://win-builder.r-project.org/5FU971Iw3l9A
30+
The files will be removed after roughly 72 hours.
31+
Installation time in seconds: 15
32+
Check time in seconds: 96
33+
Status: OK
34+
R Under development (unstable) (2022-02-26 r81819 ucrt)
2935

3036
devtools::check_win_release()
31-
...
37+
Your package rquery_1.4.9.tar.gz has been built (if working) and checked for Windows.
38+
Please check the log files and (if working) the binary package at:
39+
https://win-builder.r-project.org/gD5drZ6080Ye
40+
The files will be removed after roughly 72 hours.
41+
Installation time in seconds: 85
42+
Check time in seconds: 146
43+
Status: OK
44+
R version 4.1.2 (2021-11-01)
3245

3346
rhub::check_for_cran()
3447
470#> * using platform: x86_64-w64-mingw32 (64-bit)
@@ -50,10 +63,30 @@ Work around not reproducible vignette failure on r-release-windows-ix86+x86_64.
5063
## Linux
5164

5265
rhub::check_for_cran()
53-
66+
2772#> * using R version 4.1.2 (2021-11-01)
67+
2773#> * using platform: x86_64-pc-linux-gnu (64-bit)
68+
2774#> * using session charset: UTF-8
69+
2775#> * using option ‘--as-cran’
70+
2776#> * checking for file ‘rquery/DESCRIPTION’ ... OK
71+
2777#> * checking extension type ... Package
72+
2778#> * this is package ‘rquery’ version ‘1.4.9’
73+
2779#> * package encoding: UTF-8
74+
2780#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
75+
2781#> Maintainer: ‘John Mount ’
76+
2838#> Status: OK
5477

5578
rhub::check_for_cran()
56-
79+
2705#> * using R Under development (unstable) (2022-02-06 r81658)
80+
2706#> * using platform: x86_64-pc-linux-gnu (64-bit)
81+
2707#> * using session charset: UTF-8
82+
2708#> * using option ‘--as-cran’
83+
2709#> * checking for file ‘rquery/DESCRIPTION’ ... OK
84+
2710#> * checking extension type ... Package
85+
2711#> * this is package ‘rquery’ version ‘1.4.9’
86+
2712#> * package encoding: UTF-8
87+
2713#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
88+
2714#> Maintainer: ‘John Mount ’
89+
2771#> Status: OK
5790

5891
## Reverse dependencies
5992

0 commit comments

Comments
 (0)