Skip to content

Commit

Permalink
checking
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Oct 24, 2019
1 parent 8dc5ec5 commit efde7a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
### OSX (local machine using --as-cran from the command line)

R CMD check --as-cran rqdatatable_1.2.3.tar.gz
* using R version 3.5.0 (2018-04-23)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--as-cran’
* checking for file ‘rqdatatable/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘rqdatatable’ version ‘1.2.3’
* 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
Status: 1 NOTE
Status: OK


### Windows
Expand Down
1 change: 1 addition & 0 deletions extras/check_reverse_dependencies.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ mk_fn <- function(package, directory) {
force(directory)
function(i) {
library("prrd")
options(repos = c(CRAN="https://cloud.r-project.org"))
setwd(directory)
Sys.sleep(1*i)
dequeueJobs(package=package, directory=directory)
Expand Down
13 changes: 7 additions & 6 deletions extras/check_reverse_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package = "rqdatatable"
date()
```

## [1] "Fri Oct 4 08:44:48 2019"
## [1] "Wed Oct 23 23:14:48 2019"

``` r
packageVersion(package)
Expand All @@ -33,7 +33,7 @@ setwd(td)
print(td)
```

## [1] "/var/folders/7q/h_jp2vj131g5799gfnpzhdp80000gn/T//RtmpNuIJJK"
## [1] "/var/folders/6t/x_r4km317f3gdmnvlcwb349w0000gn/T//Rtmp3fv7j6"

``` r
options(repos = c(CRAN="https://cloud.r-project.org"))
Expand All @@ -44,6 +44,7 @@ mk_fn <- function(package, directory) {
force(directory)
function(i) {
library("prrd")
options(repos = c(CRAN="https://cloud.r-project.org"))
setwd(directory)
Sys.sleep(1*i)
dequeueJobs(package=package, directory=directory)
Expand All @@ -58,8 +59,8 @@ if(!is.null(parallelCluster)) {
}
```

## cdata_1.1.2 started at 2019-10-04 08:44:50 success at 2019-10-04 08:45:24 (1/0/0)
## WVPlots_1.2.0 started at 2019-10-04 08:45:24 success at 2019-10-04 08:46:49 (2/0/0)
## cdata_1.1.2 started at 2019-10-23 23:14:52 success at 2019-10-23 23:16:08 (1/0/0)
## WVPlots_1.2.1 started at 2019-10-23 23:16:08 success at 2019-10-23 23:18:30 (2/0/0)

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

## Test of rqdatatable had 2 successes, 0 failures, and 0 skipped packages.
## Ran from 2019-10-04 08:44:50 to 2019-10-04 08:46:49 for 1.983 mins
## Average of 59.5 secs relative to 59.679 secs using 1 runners
## Ran from 2019-10-23 23:14:52 to 2019-10-23 23:18:30 for 3.633 mins
## Average of 109 secs relative to 109.291 secs using 1 runners
##
## Failed packages:
##
Expand Down

0 comments on commit efde7a6

Please sign in to comment.