Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed May 24, 2019
1 parent fa84fad commit 3af0dd7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 33 deletions.
36 changes: 16 additions & 20 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,45 @@
## Test environments


### Linux

R CMD check --as-cran wrapr_1.8.7.tar.gz
pandoc alert is spurious, link is good.


### Windows

devtools::build_win()
* using R version 3.6.0 (2019-04-26)
* using platform: x86_64-w64-mingw32 (64-bit)
Status: OK

### MacOS

R CMD check --as-cran wrapr_1.8.7.tar.gz
* using R version 3.5.0 (2018-04-23)
* using R version 3.6.0 (2019-04-26)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘wrapr/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘wrapr’ version ‘1.8.7’
* package encoding: UTF-8
* checking CRAN incoming feasibility ... NOTE
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘John Mount <[email protected]>’
Number of updates in past 6 months: 7
* checking top-level files ... WARNING
Conversion of ‘README.md’ failed:
pandoc: Could not fetch https://www.r-pkg.org/badges/version/wrapr
TlsException (HandshakeFailed (Error_Protocol ("expecting server hello, got alert : [(AlertLevel_Fatal,HandshakeFailure)]",True,HandshakeFailure)))
Status: 1 WARNING, 1 NOTE
pandoc alert is spurious, link is good.
Status: 1 WARNING
pandoc WARNING alert is spurious, link is good.

## Downstream dependencies

Checked all reverse dependencies https://github.com/WinVector/wrapr/blob/master/extras/check_reverse_dependencies.md .
## cdata_1.0.8 started at 2019-04-15 17:04:58 success at 2019-04-15 17:05:19 (1/0/0)
## RcppDynProg_0.1.2 started at 2019-04-15 17:05:19 success at 2019-04-15 17:06:22 (2/0/0)
## replyr_1.0.0 started at 2019-04-15 17:06:22 success at 2019-04-15 17:06:53 (3/0/0)
## rqdatatable_1.1.4 started at 2019-04-15 17:06:53 success at 2019-04-15 17:07:21 (4/0/0)
## rquery_1.3.2 started at 2019-04-15 17:07:21 success at 2019-04-15 17:08:01 (5/0/0)
## seplyr_0.8.3 started at 2019-04-15 17:08:01 success at 2019-04-15 17:08:27 (6/0/0)
## sigr_1.0.5 started at 2019-04-15 17:08:27 success at 2019-04-15 17:08:50 (7/0/0)
## vtreat_1.3.8 started at 2019-04-15 17:08:50 success at 2019-04-15 17:10:01 (8/0/0)
## WVPlots_1.1.0 started at 2019-04-15 17:10:01 success at 2019-04-15 17:10:56 (9/0/0)
## cdata_1.1.0 started at 2019-05-23 16:41:40 success at 2019-05-23 16:42:06 (1/0/0)
## RcppDynProg_0.1.2 started at 2019-05-23 16:42:06 success at 2019-05-23 16:43:54 (2/0/0)
## replyr_1.0.0 started at 2019-05-23 16:43:55 success at 2019-05-23 16:44:28 (3/0/0)
## rqdatatable_1.1.7 started at 2019-05-23 16:44:28 success at 2019-05-23 16:44:54 (4/0/0)
## rquery_1.3.2 started at 2019-05-23 16:44:54 success at 2019-05-23 16:45:42 (5/0/0)
## seplyr_0.8.3 started at 2019-05-23 16:45:42 success at 2019-05-23 16:46:08 (6/0/0)
## sigr_1.0.5 started at 2019-05-23 16:46:08 success at 2019-05-23 16:46:29 (7/0/0)
## vtreat_1.4.0 started at 2019-05-23 16:46:29 success at 2019-05-23 16:47:42 (8/0/0)
## WVPlots_1.1.0 started at 2019-05-23 16:47:42 success at 2019-05-23 16:48:54 (9/0/0)
## Test of wrapr had 9 successes, 0 failures, and 0 skipped packages.


26 changes: 13 additions & 13 deletions extras/check_reverse_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packageVersion(package)
date()
```

## [1] "Mon Apr 15 17:04:56 2019"
## [1] "Thu May 23 16:41:37 2019"

``` r
parallelCluster <- NULL
Expand All @@ -33,7 +33,7 @@ setwd(td)
print(td)
```

## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpdEFcaJ"
## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpyqZwVj"

``` r
options(repos = c(CRAN="https://cloud.r-project.org"))
Expand All @@ -58,15 +58,15 @@ if(!is.null(parallelCluster)) {
}
```

## cdata_1.0.8 started at 2019-04-15 17:04:58 success at 2019-04-15 17:05:19 (1/0/0)
## RcppDynProg_0.1.2 started at 2019-04-15 17:05:19 success at 2019-04-15 17:06:22 (2/0/0)
## replyr_1.0.0 started at 2019-04-15 17:06:22 success at 2019-04-15 17:06:53 (3/0/0)
## rqdatatable_1.1.4 started at 2019-04-15 17:06:53 success at 2019-04-15 17:07:21 (4/0/0)
## rquery_1.3.2 started at 2019-04-15 17:07:21 success at 2019-04-15 17:08:01 (5/0/0)
## seplyr_0.8.3 started at 2019-04-15 17:08:01 success at 2019-04-15 17:08:27 (6/0/0)
## sigr_1.0.5 started at 2019-04-15 17:08:27 success at 2019-04-15 17:08:50 (7/0/0)
## vtreat_1.3.8 started at 2019-04-15 17:08:50 success at 2019-04-15 17:10:01 (8/0/0)
## WVPlots_1.1.0 started at 2019-04-15 17:10:01 success at 2019-04-15 17:10:56 (9/0/0)
## cdata_1.1.0 started at 2019-05-23 16:41:40 success at 2019-05-23 16:42:06 (1/0/0)
## RcppDynProg_0.1.2 started at 2019-05-23 16:42:06 success at 2019-05-23 16:43:54 (2/0/0)
## replyr_1.0.0 started at 2019-05-23 16:43:55 success at 2019-05-23 16:44:28 (3/0/0)
## rqdatatable_1.1.7 started at 2019-05-23 16:44:28 success at 2019-05-23 16:44:54 (4/0/0)
## rquery_1.3.2 started at 2019-05-23 16:44:54 success at 2019-05-23 16:45:42 (5/0/0)
## seplyr_0.8.3 started at 2019-05-23 16:45:42 success at 2019-05-23 16:46:08 (6/0/0)
## sigr_1.0.5 started at 2019-05-23 16:46:08 success at 2019-05-23 16:46:29 (7/0/0)
## vtreat_1.4.0 started at 2019-05-23 16:46:29 success at 2019-05-23 16:47:42 (8/0/0)
## WVPlots_1.1.0 started at 2019-05-23 16:47:42 success at 2019-05-23 16:48:54 (9/0/0)

## [1] id title status
## <0 rows> (or 0-length row.names)
Expand All @@ -76,8 +76,8 @@ summariseQueue(package=package, directory=td)
```

## Test of wrapr had 9 successes, 0 failures, and 0 skipped packages.
## Ran from 2019-04-15 17:04:58 to 2019-04-15 17:10:56 for 5.967 mins
## Average of 39.778 secs relative to 39.723 secs using 1 runners
## Ran from 2019-05-23 16:41:40 to 2019-05-23 16:48:54 for 7.233 mins
## Average of 48.222 secs relative to 48.199 secs using 1 runners
##
## Failed packages:
##
Expand Down

0 comments on commit 3af0dd7

Please sign in to comment.