DelayedArray 0.2.7 Hervé Pagès
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017) | URL: https://git.bioconductor.org/packages/DelayedArray | Branch: RELEASE_3_5 | Last Commit: 909c2ce | Last Changed Date: 2017-06-02 17:02:42 -0400 (Fri, 02 Jun 2017) |
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | [ WARNINGS ] | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | WARNINGS | OK | |
veracruz2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | WARNINGS | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD check --no-vignettes --timings DelayedArray_0.2.7.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.5-bioc/meat/DelayedArray.Rcheck’
* using R version 3.4.2 (2017-09-28)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘DelayedArray/DESCRIPTION’ ... OK
* this is package ‘DelayedArray’ version ‘0.2.7’
* package encoding: UTF-8
* 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 ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘DelayedArray’ can be installed ... OK
* checking installed package size ... OK
* checking package 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
* 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 ... NOTE
Unexported objects imported by ':::' calls:
‘BiocGenerics:::testPackage’ ‘IRanges:::combine_dimnames’
‘IRanges:::combine_dimnames_along’ ‘IRanges:::combine_dims_along’
‘IRanges:::get_dims_to_bind’ ‘IRanges:::simple_abind’
‘S4Vectors:::anyMissingOrOutside’
‘S4Vectors:::extract_positions_from_Rle’ ‘S4Vectors:::sapply_isNULL’
See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented S4 methods:
generic 'dlogis' and siglist 'DelayedArray'
generic 'plogis' and siglist 'DelayedArray'
generic 'qlogis' and siglist 'DelayedArray'
All user-level objects in a package (including S4 classes and methods)
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 examples ... OK
Examples with CPU or elapsed time > 5s
user system elapsed
DelayedArray-utils 6.312 0.164 6.707
DelayedArray-class 5.976 0.068 6.310
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘run_unitTests.R’
OK
* checking PDF version of manual ... OK
* DONE
Status: 1 WARNING, 1 NOTE
See
‘/home/biocbuild/bbs-3.5-bioc/meat/DelayedArray.Rcheck/00check.log’
for details.
* installing *source* package ‘DelayedArray’ ...
** R
** inst
** preparing package for lazy loading
in method for ‘coerce’ with signature ‘"DelayedMatrix","dgCMatrix"’: no definition for class “dgCMatrix”
in method for ‘coerce’ with signature ‘"DelayedMatrix","sparseMatrix"’: no definition for class “sparseMatrix”
Creating a new generic function for ‘apply’ in package ‘DelayedArray’
Creating a generic function for ‘dlogis’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘plogis’ from package ‘stats’ in package ‘DelayedArray’
Creating a generic function for ‘qlogis’ from package ‘stats’ in package ‘DelayedArray’
Creating a new generic function for ‘rowMaxs’ in package ‘DelayedArray’
Creating a new generic function for ‘colMaxs’ in package ‘DelayedArray’
Creating a new generic function for ‘rowMins’ in package ‘DelayedArray’
Creating a new generic function for ‘colMins’ in package ‘DelayedArray’
Creating a new generic function for ‘rowRanges’ in package ‘DelayedArray’
Creating a new generic function for ‘colRanges’ in package ‘DelayedArray’
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (DelayedArray)