Skip to content

Commit

Permalink
Update CRAN check results with direct R CMD check invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-yos committed Jun 17, 2017
1 parent ed62486 commit ca23289
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions cran-check.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
* checking for file ‘/Users/kazuki/Documents/programming/r/tableone/DESCRIPTION’ ... OK
* preparing ‘tableone’:
* checking DESCRIPTION meta-information ... OK
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building ‘tableone_0.8.1.tar.gz’
* using log directory ‘/Users/kazuki/Documents/programming/r/tableone/tableone.Rcheck’
* using R version 3.4.0 (2017-04-21)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
Expand All @@ -12,6 +6,8 @@
* checking for file ‘tableone/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘tableone’ version ‘0.8.1’
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: ‘Kazuki Yoshida <[email protected]>’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
Expand All @@ -23,6 +19,7 @@
* checking whether package ‘tableone’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
Expand All @@ -35,6 +32,7 @@
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
Expand All @@ -55,7 +53,9 @@
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE
Status: OK

2 changes: 1 addition & 1 deletion tableone.Rcheck/tableone-Ex.Rout
Original file line number Diff line number Diff line change
Expand Up @@ -3316,7 +3316,7 @@ detaching ‘package:survey’, ‘package:survival’, ‘package:Matrix’,
> ###
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 7.4 0.285 8.882 0.005 0.005
Time elapsed: 9.407 0.276 9.755 0.006 0.005
> grDevices::dev.off()
null device
1
Expand Down

0 comments on commit ca23289

Please sign in to comment.