This page was generated on 2020-10-17 11:55:20 -0400 (Sat, 17 Oct 2020).
pathprint 1.18.0 Sokratis Kariotis
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020) |
URL: https://git.bioconductor.org/packages/pathprint |
Branch: RELEASE_3_11 |
Last Commit: a0e4a18 |
Last Changed Date: 2020-04-27 15:06:02 -0400 (Mon, 27 Apr 2020) |
| malbec2 | Linux (Ubuntu 18.04.4 LTS) / x86_64 | OK | OK | [ ERROR ] | | |
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | ERROR | OK | |
machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | ERROR | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD check --install=check:pathprint.install-out.txt --library=/home/biocbuild/bbs-3.11-bioc/R/library --no-vignettes --timings pathprint_1.18.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.11-bioc/meat/pathprint.Rcheck’
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘pathprint/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘pathprint’ version ‘1.18.0’
* 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 ‘pathprint’ 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 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
exprs2fingerprint: no visible binding for global variable ‘chipframe’
exprs2fingerprint: no visible binding for global variable ‘genesets’
thresholdFingerprint: no visible binding for global variable
‘platform.thresholds’
Undefined global functions or variables:
chipframe genesets platform.thresholds
* 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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘pathprint-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: diffPathways
> ### Title: Detect differentially activated pathways between fingerprints
> ### Aliases: diffPathways
>
> ### ** Examples
>
> require(pathprintGEOData)
Loading required package: pathprintGEOData
>
> # Use ALL dataset as an example
>
> require(ALL)
Loading required package: ALL
Loading required package: Biobase
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, which.max, which.min
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
> data(ALL)
> annotation(ALL)
[1] "hgu95av2"
> library(SummarizedExperiment)
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: S4Vectors
Attaching package: ‘S4Vectors’
The following object is masked from ‘package:base’:
expand.grid
Loading required package: IRanges
Loading required package: GenomeInfoDb
Loading required package: DelayedArray
Loading required package: matrixStats
Attaching package: ‘matrixStats’
The following objects are masked from ‘package:Biobase’:
anyMissing, rowMedians
Attaching package: ‘DelayedArray’
The following objects are masked from ‘package:matrixStats’:
colMaxs, colMins, colRanges, rowMaxs, rowMins, rowRanges
The following objects are masked from ‘package:base’:
aperm, apply, rowsum
>
> # load the data
> data(SummarizedExperimentGEO)
>
> ds = c("chipframe", "genesets","pathprint.Hs.gs",
+ "platform.thresholds","pluripotents.frame")
> data(list = ds)
>
> # extract part of the GEO.fingerprint.matrix and GEO.metadata.matrix
> GEO.fingerprint.matrix = assays(geo_sum_data[,300000:350000])$fingerprint
> GEO.metadata.matrix = colData(geo_sum_data[,300000:350000])
>
> # free up space by removing the geo_sum_data object
> remove(geo_sum_data)
>
> # The chip used was the Affymetrix Human Genome U95 Version 2 Array
> # The correspending GEO ID is GPL8300
>
> # Analyze patients with ALL1/AF4 and BCR/ABL translocations
> ALL.eset <- ALL[, ALL$mol.biol %in% c("BCR/ABL", "ALL1/AF4")]
> ALL.exprs<-exprs(ALL.eset)
>
> patient.type<-as.character(ALL$mol.biol[
+ ALL$mol.biol %in% c("BCR/ABL", "ALL1/AF4")])
>
> # Process fingerprints
> ALL.fingerprint<-exprs2fingerprint(exprs = ALL.exprs,
+ platform = "GPL8300",
+ species = "human",
+ progressBar = TRUE
+ )
----------- FAILURE REPORT --------------
--- failure: the condition has length > 1 ---
--- srcref ---
:
--- package (from environment) ---
pathprint
--- call from context ---
exprs2fingerprint(exprs = ALL.exprs, platform = "GPL8300", species = "human",
progressBar = TRUE)
--- call from argument ---
if (class(exprs) == "ExpressionSet") {
exprs = exprs(exprs)
}
--- R stacktrace ---
where 1: exprs2fingerprint(exprs = ALL.exprs, platform = "GPL8300", species = "human",
progressBar = TRUE)
--- value of length: 2 type: logical ---
[1] FALSE FALSE
--- function from context ---
function (exprs, platform, species, progressBar = TRUE)
{
if (class(exprs) == "ExpressionSet") {
exprs = exprs(exprs)
}
if (!(platform %in% names(chipframe)))
stop("Platform name is invalid or not currently supported")
if (!(species %in% names(genesets)))
stop("Species name invalid or not supported")
gsdb <- get(genesets[species])
print("Running fingerprint")
geo.ann <- customCDFAnn(exprs, chipframe[[platform]]$ann)
SCE <- single.chip.enrichment(exprs = geo.ann, geneset = gsdb,
transformation = "squared.rank", statistic = "mean",
normalizedScore = FALSE, progressBar = progressBar)
SCE.threshold <- thresholdFingerprint(SCE = SCE, platform = platform)
return(SCE.threshold)
}
<bytecode: 0x55fb02b5c8f8>
<environment: namespace:pathprint>
--- function search by body ---
Function exprs2fingerprint in namespace pathprint has this body.
----------- END OF FAILURE REPORT --------------
Fatal error: the condition has length > 1
* 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 ERROR, 1 NOTE
See
‘/home/biocbuild/bbs-3.11-bioc/meat/pathprint.Rcheck/00check.log’
for details.