spade 1.12.2 Zach Bjornson
Snapshot Date: 2014-10-07 17:20:37 -0700 (Tue, 07 Oct 2014) | URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_14/madman/Rpacks/spade | Last Changed Rev: 94217 / Revision: 95116 | Last Changed Date: 2014-09-17 18:26:07 -0700 (Wed, 17 Sep 2014) |
| zin2 | Linux (Ubuntu 12.04.4 LTS) / x86_64 | NotNeeded | OK | WARNINGS | |
moscato2 | Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64 | NotNeeded | OK | WARNINGS | OK |
petty | Mac OS X Snow Leopard (10.6.8) / x86_64 | NotNeeded | OK | WARNINGS | OK |
morelia | Mac OS X Mavericks (10.9.5) / x86_64 | NotNeeded | [ ERROR ] | skipped | skipped |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data spade
###
##############################################################################
##############################################################################
* checking for file ‘spade/DESCRIPTION’ ... OK
* preparing ‘spade’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* running ‘cleanup’
* installing the package to build vignettes
* creating vignettes ...sh: line 1: 76327 Segmentation fault: 11 '/Library/Frameworks/R.framework/Resources/bin/Rscript' --vanilla --default-packages= -e "tools::buildVignettes(dir = '.', tangle = TRUE)" > '/tmp/RtmpDaHpjo/xshell1249324891824' 2>&1
ERROR
Loading required package: igraph
Loading required package: Rclusterpp
Loading required package: Rcpp
Loading required package: RcppEigen
Loading required package: flowCore
Attaching package: ‘flowCore’
The following object is masked from ‘package:igraph’:
parent
Loading required package: lattice
Warning in readBin(con = con, what = dattype, n = count, size = size, signed = signed, :
'signed = FALSE' is only valid for integers of sizes 1 and 2
Downsampling file: /private/tmp/RtmpDaHpjo/Rinst124935a4d1c4f/spade/extdata/SimulatedRawData.fcs
Warning in write.FCS(out_frame, outfilename) :
'write.FCS' is not fully tested and should be considered as experimental.
Targeting 4925 events for /tmp/RtmpFUnxMH/SimulatedRawData.fcs.density.fcs
Warning in write.FCS(out_frame, outfilename) :
'write.FCS' is not fully tested and should be considered as experimental.
Clustering files...
*** caught segfault ***
address 0x100000000d, cause 'memory not mapped'
Traceback:
1: .Call("hclust_from_data", data = x, link = as.integer(method), dist = as.integer(distance), p = as.numeric(p), DUP = FALSE, NAOK = FALSE, PACKAGE = "Rclusterpp")
2: Rclusterpp.hclust(tbl)
3: SPADE.cluster(SPADE.transform.matrix(data, transforms), k)
4: SPADE.FCSToTree(sampled_files, cells_file, graph_file, clust_file, cols = cluster_cols, transforms = transforms, k = k, desired_samples = clustering_samples, comp = comp)
5: SPADE.driver(data_file_path, out_dir = output_dir, transforms = transforms, cluster_cols = c("marker1", "marker2"))
6: eval(expr, envir, enclos)
7: eval(expr, .GlobalEnv)
8: withVisible(eval(expr, .GlobalEnv))
9: doTryCatch(return(expr), name, parentenv, handler)
10: tryCatchOne(expr, names, parentenv, handlers[[1L]])
11: tryCatchList(expr, classes, parentenv, handlers)
12: tryCatch(expr, error = function(e) { call <- conditionCall(e) if (!is.null(call)) { if (identical(call[[1L]], quote(doTryCatch))) call <- sys.call(-4L) dcall <- deparse(call)[1L] prefix <- paste("Error in", dcall, ": ") LONG <- 75L msg <- conditionMessage(e) sm <- strsplit(msg, "\n")[[1L]] w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w") if (is.na(w)) w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L], type = "b") if (w > LONG) prefix <- paste0(prefix, "\n ") } else prefix <- "Error : " msg <- paste0(prefix, conditionMessage(e), "\n") .Internal(seterrmessage(msg[1L])) if (!silent && identical(getOption("show.error.messages"), TRUE)) { cat(msg, file = stderr()) .Internal(printDeferredWarnings()) } invisible(structure(msg, class = "try-error", condition = e))})
13: try(withVisible(eval(expr, .GlobalEnv)), silent = TRUE)
14: evalFunc(ce, options)
15: tryCatchList(expr, classes, parentenv, handlers)
16: tryCatch(evalFunc(ce, options), finally = { cat("\n") sink()})
17: driver$runcode(drobj, chunk, chunkopts)
18: utils::Sweave(...)
19: engine$weave(file, quiet = quiet)
20: doTryCatch(return(expr), name, parentenv, handler)
21: tryCatchOne(expr, names, parentenv, handlers[[1L]])
22: tryCatchList(expr, classes, parentenv, handlers)
23: tryCatch({ engine$weave(file, quiet = quiet) setwd(startdir) find_vignette_product(name, by = "weave", engine = engine)}, error = function(e) { stop(gettextf("processing vignette '%s' failed with diagnostics:\n%s", file, conditionMessage(e)), domain = NA, call. = FALSE)})
24: tools::buildVignettes(dir = ".", tangle = TRUE)
aborting ...