Back to Using R 4.1.3 to BUILD/CHECK a small subset of 3.18 packages

This page was generated on 2024-03-08 16:41:48 -0500 (Fri, 08 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.1.3 (2022-03-10) -- "One Push-Up" 655
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 37/118HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DESeq2 1.42.1  (landing page)
Michael Love
Snapshot Date: 2024-03-08 15:25:35 -0500 (Fri, 08 Mar 2024)
git_url: https://git.bioconductor.org/packages/DESeq2
git_branch: RELEASE_3_18
git_last_commit: 1c1c928
git_last_commit_date: 2024-03-06 10:49:39 -0500 (Wed, 06 Mar 2024)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  

CHECK results for DESeq2 on nebbiolo2


To the developers/maintainers of the DESeq2 package:
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: DESeq2
Version: 1.42.1
Command: /home/hpages/bbs-3.18-bioc-R41/R/bin/R CMD check --install=check:DESeq2.install-out.txt --library=/home/hpages/bbs-3.18-bioc-R41/R/site-library --timings DESeq2_1.42.1.tar.gz
StartedAt: 2024-03-08 16:02:52 -0500 (Fri, 08 Mar 2024)
EndedAt: 2024-03-08 16:10:51 -0500 (Fri, 08 Mar 2024)
EllapsedTime: 479.6 seconds
RetCode: 0
Status:   OK  
CheckDir: DESeq2.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/hpages/bbs-3.18-bioc-R41/R/bin/R CMD check --install=check:DESeq2.install-out.txt --library=/home/hpages/bbs-3.18-bioc-R41/R/site-library --timings DESeq2_1.42.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/hpages/bbs-3.18-bioc-R41/meat/DESeq2.Rcheck’
* using R version 4.1.3 (2022-03-10)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* checking for file ‘DESeq2/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘DESeq2’ version ‘1.42.1’
* 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 ‘DESeq2’ 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
* 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 loading without being on the library search path ... 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 ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
         user system elapsed
results 7.111  0.152   7.263
DESeq   5.368  0.308   5.676
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘DESeq2.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 NOTE
See
  ‘/home/hpages/bbs-3.18-bioc-R41/meat/DESeq2.Rcheck/00check.log’
for details.



Installation output

DESeq2.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/hpages/bbs-3.18-bioc-R41/R/bin/R CMD INSTALL DESeq2
###
##############################################################################
##############################################################################


* installing to library ‘/home/hpages/bbs-3.18-bioc-R41/R/site-library’
* installing *source* package ‘DESeq2’ ...
** using staged installation
** libs
g++ -std=gnu++14 -I"/home/hpages/bbs-3.18-bioc-R41/R/include" -DNDEBUG  -I'/home/hpages/bbs-3.18-bioc-R41/R/site-library/Rcpp/include' -I'/home/hpages/bbs-3.18-bioc-R41/R/site-library/RcppArmadillo/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c DESeq2.cpp -o DESeq2.o
g++ -std=gnu++14 -I"/home/hpages/bbs-3.18-bioc-R41/R/include" -DNDEBUG  -I'/home/hpages/bbs-3.18-bioc-R41/R/site-library/Rcpp/include' -I'/home/hpages/bbs-3.18-bioc-R41/R/site-library/RcppArmadillo/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++14 -shared -L/home/hpages/bbs-3.18-bioc-R41/R/lib -L/usr/local/lib -o DESeq2.so DESeq2.o RcppExports.o -L/home/hpages/bbs-3.18-bioc-R41/R/lib -lRlapack -L/home/hpages/bbs-3.18-bioc-R41/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/hpages/bbs-3.18-bioc-R41/R/lib -lR
installing to /home/hpages/bbs-3.18-bioc-R41/R/site-library/00LOCK-DESeq2/00new/DESeq2/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (DESeq2)

Tests output

DESeq2.Rcheck/tests/testthat.Rout


R version 4.1.3 (2022-03-10) -- "One Push-Up"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (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("DESeq2")
Loading required package: S4Vectors
Loading required package: stats4
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min


Attaching package: 'S4Vectors'

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: IRanges
Loading required package: GenomicRanges
Loading required package: GenomeInfoDb
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'MatrixGenerics'

The following objects are masked from 'package:matrixStats':

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following object is masked from 'package:MatrixGenerics':

    rowMedians

The following objects are masked from 'package:matrixStats':

    anyMissing, rowMedians

> test_check("DESeq2")
[ FAIL 0 | WARN 1 | SKIP 3 | PASS 234 ]

══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• empty test (3): 'test_LRT.R:14:1', 'test_results.R:151:1',
  'test_weights.R:101:1'

[ FAIL 0 | WARN 1 | SKIP 3 | PASS 234 ]
> 
> proc.time()
   user  system elapsed 
178.327   2.521 179.314 

Example timings

DESeq2.Rcheck/DESeq2-Ex.timings

nameusersystemelapsed
DESeq5.3680.3085.676
DESeqDataSet0.1780.0000.178
coef2.0460.0162.062
collapseReplicates0.3650.0160.382
counts0.2950.0040.299
design0.1510.0040.156
dispersionFunction1.5850.0201.606
estimateDispersions1.4720.0121.484
estimateDispersionsGeneEst1.6870.0761.763
estimateSizeFactors1.0410.0041.045
estimateSizeFactorsForMatrix0.1730.0040.177
fpkm0.7580.0240.783
fpm0.5310.0120.543
integrateWithSingleCell000
lfcShrink2.9690.0363.005
makeExampleDESeqDataSet0.160.000.16
nbinomLRT1.4970.0081.505
nbinomWaldTest1.5030.0121.515
normalizationFactors1.6870.0401.727
plotCounts0.3780.0040.382
plotDispEsts0.9610.0120.973
plotMA2.2040.0282.231
plotPCA2.1130.0202.134
plotSparsity0.2860.0040.290
results7.1110.1527.263
rlog1.0960.0121.109
summary2.2990.0002.299
unmix0.390.000.39
varianceStabilizingTransformation0.8440.0000.844
vst1.0620.0001.062