CRAN Package Check Results for Maintainer ‘Frederik Ziebell <frederik.x.ziebell at gsk.com>’

Last updated on 2022-04-24 03:52:54 CEST.

Package ERROR NOTE OK
RNAseqQC 2 6 4

Package RNAseqQC

Current CRAN status: ERROR: 2, NOTE: 6, OK: 4

Version: 0.1.1
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘recount3’
    
    Imports includes 23 non-default packages.
    Importing from so many packages makes the package vulnerable to any of
    them becoming unavailable. Move as many as possible to Suggests and
    use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1
Check: installed package size
Result: NOTE
     installed size is 5.8Mb
     sub-directories of 1Mb or more:
     data 3.4Mb
     doc 2.2Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.1
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘recount3’
Flavors: r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in ‘RNAseqQC-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: mean_sd_plot
    > ### Title: Create a mean-sd plot Make a scatterplot that shows for each
    > ### gene its standard deviation versus mean.
    > ### Aliases: mean_sd_plot
    >
    > ### ** Examples
    >
    > library("DESeq2")
    Loading required package: S4Vectors
    Loading required package: stats4
    Loading required package: BiocGenerics
    Loading required package: parallel
    
    Attaching package: ‘BiocGenerics’
    
    The following objects are masked from ‘package:parallel’:
    
     clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
     clusterExport, clusterMap, parApply, parCapply, parLapply,
     parLapplyLB, parRapply, parSapply, parSapplyLB
    
    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, 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
    
    > dds <- makeExampleDESeqDataSet(interceptMean=10, n=5000)
    > vsd <- vst(dds)
    > mean_sd_plot(vsd)
    Error: .onLoad failed in loadNamespace() for 'affy', details:
     call: assign(".affyInternalEnv", .affyInternalEnv, envir = topenv(parent.frame()))
     error: cannot add binding of '.affyInternalEnv' to the base environment
    Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘data.Rmd’ using rmarkdown
    --- finished re-building ‘data.Rmd’
    
    --- re-building ‘introduction.Rmd’ using rmarkdown
    Loading required package: S4Vectors
    Loading required package: stats4
    Loading required package: BiocGenerics
    Loading required package: parallel
    
    Attaching package: 'BiocGenerics'
    
    The following objects are masked from 'package:parallel':
    
     clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
     clusterExport, clusterMap, parApply, parCapply, parLapply,
     parLapplyLB, parRapply, parSapply, parSapplyLB
    
    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, 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
    
    
    Attaching package: 'dplyr'
    
    The following object is masked from 'package:Biobase':
    
     combine
    
    The following object is masked from 'package:matrixStats':
    
     count
    
    The following objects are masked from 'package:GenomicRanges':
    
     intersect, setdiff, union
    
    The following object is masked from 'package:GenomeInfoDb':
    
     intersect
    
    The following objects are masked from 'package:IRanges':
    
     collapse, desc, intersect, setdiff, slice, union
    
    The following objects are masked from 'package:S4Vectors':
    
     first, intersect, rename, setdiff, setequal, union
    
    The following objects are masked from 'package:BiocGenerics':
    
     combine, intersect, setdiff, union
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
    Attaching package: 'purrr'
    
    The following object is masked from 'package:GenomicRanges':
    
     reduce
    
    The following object is masked from 'package:IRanges':
    
     reduce
    
    
    Attaching package: 'tidyr'
    
    The following object is masked from 'package:S4Vectors':
    
     expand
    
    
    Attaching package: 'magrittr'
    
    The following object is masked from 'package:tidyr':
    
     extract
    
    The following object is masked from 'package:purrr':
    
     set_names
    
    Warning: Transformation introduced infinite values in continuous y-axis
    Warning: Transformation introduced infinite values in continuous y-axis
    Quitting from lines 112-114 (introduction.Rmd)
    Error: processing vignette 'introduction.Rmd' failed with diagnostics:
    .onLoad failed in loadNamespace() for 'affy', details:
     call: assign(".affyInternalEnv", .affyInternalEnv, envir = topenv(parent.frame()))
     error: cannot add binding of '.affyInternalEnv' to the base environment
    --- failed re-building ‘introduction.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘introduction.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64