Skip to content

Commit

Permalink
complete tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Feb 28, 2022
1 parent aa352d1 commit 27e8ee7
Showing 1 changed file with 38 additions and 5 deletions.
43 changes: 38 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,24 @@ Work around not reproducible vignette failure on r-release-windows-ix86+x86_64.
### Windows

devtools::check_win_devel()
...

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

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

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

rhub::check_for_cran()

2772#> * using R version 4.1.2 (2021-11-01)
2773#> * using platform: x86_64-pc-linux-gnu (64-bit)
2774#> * using session charset: UTF-8
2775#> * using option ‘--as-cran’
2776#> * checking for file ‘rquery/DESCRIPTION’ ... OK
2777#> * checking extension type ... Package
2778#> * this is package ‘rquery’ version ‘1.4.9’
2779#> * package encoding: UTF-8
2780#> * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
2781#> Maintainer: ‘John Mount ’
2838#> Status: OK

rhub::check_for_cran()

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

## Reverse dependencies

Expand Down

0 comments on commit 27e8ee7

Please sign in to comment.