Back to Multiple platform build/check report for BioC 3.11
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

CHECK report for cmapR on tokay2

This page was generated on 2020-10-17 11:56:19 -0400 (Sat, 17 Oct 2020).

TO THE DEVELOPERS/MAINTAINERS OF THE cmapR PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 325/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cmapR 1.0.0
Ted Natoli
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/cmapR
Branch: RELEASE_3_11
Last Commit: c5f43d3
Last Changed Date: 2020-04-27 15:34:53 -0400 (Mon, 27 Apr 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository
machv2 macOS 10.14.6 Mojave / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: cmapR
Version: 1.0.0
Command: C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:cmapR.install-out.txt --library=C:\Users\biocbuild\bbs-3.11-bioc\R\library --no-vignettes --timings cmapR_1.0.0.tar.gz
StartedAt: 2020-10-17 02:44:09 -0400 (Sat, 17 Oct 2020)
EndedAt: 2020-10-17 02:49:09 -0400 (Sat, 17 Oct 2020)
EllapsedTime: 299.7 seconds
RetCode: 0
Status:  WARNINGS  
CheckDir: cmapR.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:cmapR.install-out.txt --library=C:\Users\biocbuild\bbs-3.11-bioc\R\library --no-vignettes --timings cmapR_1.0.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.11-bioc/meat/cmapR.Rcheck'
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'cmapR/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'cmapR' version '1.0.0'
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
  .dockerignore
  docs/build/html/.buildinfo
These were most likely included in error. See section 'Package
structure' in the 'Writing R Extensions' manual.
* checking for portable file names ... OK
* checking whether package 'cmapR' can be installed ... OK
* checking installed package size ... NOTE
  installed size is  5.2Mb
  sub-directories of 1Mb or more:
    data      2.3Mb
    extdata   2.1Mb
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** 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
* loading checks for arch 'x64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** 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 dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
subset_gct,GCT: warning in meta(g, dim = "col"): partial argument match
  of 'dim' to 'dimension'
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented code objects:
  'ids<-' 'mat<-' 'meta<-'
All user-level objects in a package should have documentation entries.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of 'data' directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in Makefiles ... OK
* checking for GNU extensions in Makefiles ... OK
* checking include directives in Makefiles ... OK
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
** running examples for arch 'x64' ... OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  Running 'testthat.R'
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 WARNING, 3 NOTEs
See
  'C:/Users/biocbuild/bbs-3.11-bioc/meat/cmapR.Rcheck/00check.log'
for details.



Installation output

cmapR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.11/bioc/src/contrib/cmapR_1.0.0.tar.gz && rm -rf cmapR.buildbin-libdir && mkdir cmapR.buildbin-libdir && C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=cmapR.buildbin-libdir cmapR_1.0.0.tar.gz && C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD INSTALL cmapR_1.0.0.zip && rm cmapR_1.0.0.tar.gz cmapR_1.0.0.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 3652k  100 3652k    0     0  38.6M      0 --:--:-- --:--:-- --:--:-- 41.9M

install for i386

* installing *source* package 'cmapR' ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'cmapR'
    finding HTML links ... done
    GCT-class                               html  
    GCT                                     html  
    align_matrices                          html  
    annotate_gct                            html  
    append_dim                              html  
    cdesc_char                              html  
    check_colnames                          html  
    check_dups                              html  
    distil                                  html  
    ds                                      html  
    extract_gct                             html  
    fix_datatypes                           html  
    gene_set                                html  
    ids                                     html  
    is.wholenumber                          html  
    kd_gct                                  html  
    lxb2mat                                 html  
    mat                                     html  
    melt_gct                                html  
    finding level-2 HTML links ... done

    merge_gct                               html  
    merge_with_precedence                   html  
    meta                                    html  
    na_pad_matrix                           html  
    parse_gctx                              html  
    parse_gmt                               html  
    parse_gmx                               html  
    parse_grp                               html  
    process_ids                             html  
    rank_gct                                html  
    read_gctx_ids                           html  
    read_gctx_meta                          html  
    robust_zscore                           html  
    subset_gct                              html  
    subset_to_ids                           html  
    threshold                               html  
    transpose_gct                           html  
    update_gctx                             html  
    write_gct                               html  
    write_gctx                              html  
    write_gctx_meta                         html  
    write_gmt                               html  
    write_grp                               html  
    write_tbl                               html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'cmapR' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'cmapR' as cmapR_1.0.0.zip
* DONE (cmapR)
* installing to library 'C:/Users/biocbuild/bbs-3.11-bioc/R/library'
package 'cmapR' successfully unpacked and MD5 sums checked

Tests output

cmapR.Rcheck/tests_i386/testthat.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(cmapR)
> 
> test_check("cmapR")
Saving file to  foo.gct 
Dimensions of matrix: [10x5]
Setting precision to 4
Saved.
Saving file to  foo.gct 
Dimensions of matrix: [10x5]
Setting precision to 4
Saved.
Saving file to  ./foo_n272x978.gct 
Dimensions of matrix: [978x272]
Setting precision to 4
Saved.
== testthat results  ===========================================================
[ OK: 165 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
  16.84    1.82   18.01 

cmapR.Rcheck/tests_x64/testthat.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(cmapR)
> 
> test_check("cmapR")
Saving file to  foo.gct 
Dimensions of matrix: [10x5]
Setting precision to 4
Saved.
Saving file to  foo.gct 
Dimensions of matrix: [10x5]
Setting precision to 4
Saved.
Saving file to  ./foo_n272x978.gct 
Dimensions of matrix: [978x272]
Setting precision to 4
Saved.
== testthat results  ===========================================================
[ OK: 165 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
  21.23    1.34   21.90 

Example timings

cmapR.Rcheck/examples_i386/cmapR-Ex.timings

nameusersystemelapsed
GCT0.210.030.23
align_matrices0.010.000.02
annotate_gct0.140.080.21
append_dim000
check_colnames0.000.020.02
check_dups000
distil000
extract_gct0.250.000.25
fix_datatypes0.070.000.06
ids0.030.000.03
is.wholenumber000
lxb2mat0.010.021.14
mat0.020.000.02
melt_gct2.360.342.12
merge_gct0.220.020.24
merge_with_precedence000
meta000
na_pad_matrix000
parse_gctx0.380.000.38
parse_gmt0.060.000.06
parse_gmx0.030.000.03
parse_grp000
process_ids0.010.000.01
rank_gct0.270.000.27
read_gctx_ids0.010.000.01
read_gctx_meta0.210.000.21
robust_zscore000
subset_gct0.100.000.09
threshold000
transpose_gct0.140.000.15
update_gctx000
write_gct1.860.502.35
write_gctx0.180.110.41
write_gctx_meta000
write_gmt000
write_grp000
write_tbl000

cmapR.Rcheck/examples_x64/cmapR-Ex.timings

nameusersystemelapsed
GCT0.180.030.20
align_matrices0.000.020.02
annotate_gct0.230.030.27
append_dim000
check_colnames000
check_dups000
distil000
extract_gct0.120.010.14
fix_datatypes0.040.000.03
ids0.020.000.02
is.wholenumber000
lxb2mat0.010.000.01
mat0.020.000.02
melt_gct3.280.323.14
merge_gct0.230.000.24
merge_with_precedence0.020.000.01
meta000
na_pad_matrix000
parse_gctx0.220.030.25
parse_gmt0.030.000.03
parse_gmx0.000.030.03
parse_grp000
process_ids0.020.000.02
rank_gct0.140.000.14
read_gctx_ids0.010.000.02
read_gctx_meta0.100.040.14
robust_zscore000
subset_gct0.060.000.06
threshold000
transpose_gct0.090.000.09
update_gctx000
write_gct1.770.322.28
write_gctx0.250.012.03
write_gctx_meta000
write_gmt000
write_grp000
write_tbl000