spade 1.14.0 Zach Bjornson
Snapshot Date: 2015-04-06 16:20:14 -0700 (Mon, 06 Apr 2015) | URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_0/madman/Rpacks/spade | Last Changed Rev: 95439 / Revision: 101997 | Last Changed Date: 2014-10-13 14:38:33 -0700 (Mon, 13 Oct 2014) |
| zin1 | Linux (Ubuntu 12.04.4 LTS) / x86_64 | NotNeeded | OK | WARNINGS | |
moscato1 | Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64 | NotNeeded | OK | WARNINGS | OK |
perceval | Mac OS X Snow Leopard (10.6.8) / x86_64 | NotNeeded | OK | WARNINGS | OK |
oaxaca | Mac OS X Mavericks (10.9.5) / x86_64 | NotNeeded | OK | [ ERROR ] | OK |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch spade_1.14.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.0-bioc/meat/spade.Rcheck’
* using R version 3.1.3 (2015-03-09)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘spade/DESCRIPTION’ ... OK
* this is package ‘spade’ version ‘1.14.0’
* 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 ‘spade’ can be installed ... [19s/19s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... NOTE
File
LICENSE
is not mentioned in the DESCRIPTION file.
* 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 ... WARNING
'library' or 'require' calls not declared from:
‘hash’ ‘rjson’
'library' or 'require' calls in package code:
‘hash’ ‘rjson’
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
Packages in Depends field not imported from:
‘Rclusterpp’ ‘igraph’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
SPADE.annotateGraph: no visible global function definition for
‘is.igraph’
SPADE.annotateGraph: no visible global function definition for ‘vcount’
SPADE.annotateGraph: no visible global function definition for
‘list.vertex.attributes’
SPADE.annotateGraph: no visible global function definition for
‘remove.vertex.attribute’
SPADE.annotateGraph: no visible global function definition for
‘set.vertex.attribute’
SPADE.annotateGraph: no visible global function definition for ‘V’
SPADE.cluster: no visible global function definition for
‘Rclusterpp.hclust’
SPADE.clustersToMST: no visible global function definition for
‘graph.adjacency’
SPADE.clustersToMST: no visible global function definition for
‘minimum.spanning.tree’
SPADE.createMergeOrderByCellProbability: no visible global function
definition for ‘read.graph’
SPADE.createMergeOrderByCellProbability: no visible global function
definition for ‘get.vertex.attribute’
SPADE.createMergeOrderByCellProbability: no visible global function
definition for ‘V’
SPADE.createPopulationMapping: no visible global function definition
for ‘hash’
SPADE.driver: no visible global function definition for ‘read.graph’
SPADE.driver: no visible global function definition for ‘vcount’
SPADE.driver: no visible global function definition for ‘fromJSON’
SPADE.evaluateCellTypeRule: no visible global function definition for
‘read.graph’
SPADE.layout.arch: no visible global function definition for
‘is.igraph’
SPADE.layout.arch: no visible global function definition for
‘is.connected’
SPADE.layout.arch: no visible global function definition for ‘girth’
SPADE.layout.arch: no visible global function definition for ‘V’
SPADE.layout.arch: no visible global function definition for
‘get.shortest.paths’
SPADE.layout.arch: no visible global function definition for ‘vcount’
SPADE.layout.arch: no visible global function definition for
‘neighbors’
SPADE.layout.arch: no visible global function definition for
‘subcomponent’
SPADE.layout.arch: no visible global function definition for
‘delete.edges’
SPADE.layout.arch: no visible global function definition for ‘E’
SPADE.layout.arch: no visible global function definition for
‘as.directed’
SPADE.layout.arch: no visible global function definition for ‘subgraph’
SPADE.layout.arch: no visible global function definition for
‘get.edges’
SPADE.layout.arch: no visible global function definition for
‘layout.reingold.tilford’
SPADE.plot.trees: no visible global function definition for ‘is.igraph’
SPADE.write.graph: no visible global function definition for
‘is.igraph’
SPADE.write.graph : write.gml: no visible global function definition
for ‘is.directed’
SPADE.write.graph : write.gml: no visible global function definition
for ‘list.vertex.attributes’
SPADE.write.graph : write.gml: no visible global function definition
for ‘V’
SPADE.write.graph : write.gml: no visible global function definition
for ‘get.vertex.attribute’
SPADE.write.graph : write.gml: no visible global function definition
for ‘list.edge.attributes’
SPADE.write.graph : write.gml: no visible global function definition
for ‘E’
SPADE.write.graph : write.gml: no visible global function definition
for ‘get.edges’
SPADE.write.graph : write.gml: no visible global function definition
for ‘get.edge.attribute’
SPADE.writeGraph: no visible global function definition for
‘write.graph’
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented code objects:
‘SPADE.density’ ‘SPADE.removeExistingDensityAndClusterColumns’
‘SPADE.transform.FCS’
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'SPADE.downsampleFCS':
SPADE.downsampleFCS
Code: function(infilename, outfilename, exclude_pctile = 0.01,
target_pctile = NULL, target_number = NULL,
target_percent = 0.1)
Docs: function(infilename, outfilename, exclude_pctile = 0.01,
target_pctile = 0.05, desired_samples = NULL)
Argument names in code not in docs:
target_number target_percent
Argument names in docs not in code:
desired_samples
Mismatches in argument names:
Position: 5 Code: target_number Docs: desired_samples
Mismatches in argument default values:
Name: 'target_pctile' Code: NULL Docs: 0.05
Codoc mismatches from documentation object 'SPADE.driver':
SPADE.driver
Code: function(files, file_pattern = "*.fcs", out_dir = ".",
cluster_cols = NULL, panels = NULL, comp = TRUE,
arcsinh_cofactor = NULL, transforms =
flowCore::arcsinhTransform(a = 0, b = 0.2),
downsampling_target_number = NULL,
downsampling_target_pctile = NULL,
downsampling_target_percent = 0.1,
downsampling_exclude_pctile = 0.01, k = 200,
clustering_samples = 50000, layout =
igraph:::layout.kamada.kawai, pctile_color = c(0.02,
0.98), fcs_channel_mappings_json = NULL)
Docs: function(files, file_pattern = "*.fcs", out_dir = ".",
cluster_cols = NULL, panels = NULL, comp = TRUE,
arcsinh_cofactor = NULL, transforms =
flowCore::arcsinhTransform(a = 0, b = 0.2),
downsampling_samples = 20000,
downsampling_exclude_pctile = 0.01,
downsampling_target_pctile = 0.05, k = 200,
clustering_samples = 50000, layout =
igraph:::layout.kamada.kawai, pctile_color = c(0.02,
0.98))
Argument names in code not in docs:
downsampling_target_number downsampling_target_percent
fcs_channel_mappings_json
Argument names in docs not in code:
downsampling_samples
Mismatches in argument names (first 3):
Position: 9 Code: downsampling_target_number Docs: downsampling_samples
Position: 10 Code: downsampling_target_pctile Docs: downsampling_exclude_pctile
Position: 11 Code: downsampling_target_percent Docs: downsampling_target_pctile
Mismatches in argument default values:
Name: 'downsampling_target_pctile' Code: NULL Docs: 0.05
* 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 ... NOTE
Package has both ‘src/Makevars.in’ and ‘src/Makevars’.
Installation with --no-configure' is unlikely to work. If you intended
‘src/Makevars’ to be used on Windows, rename it to ‘src/Makevars.win’
otherwise remove it. If ‘configure’ created ‘src/Makevars’, you need a
‘cleanup’ script.
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ...sh: line 1: 41595 Segmentation fault: 11 LANGUAGE=en _R_CHECK_INTERNALS2_=1 '/Library/Frameworks/R.framework/Resources/bin/R' --vanilla > 'spade-Ex.Rout' 2>&1 < spade-Ex.R
ERROR
Running examples in ‘spade-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: SPADE.driver
> ### Title: SPADE workflow driver
> ### Aliases: SPADE.driver
>
> ### ** Examples
>
> # Load two-parameters sample data included in package
> data_file_path = system.file(file.path("extdata","SimulatedRawData.fcs"), package = "spade")
>
> # Run basic SPADE analyses, clustering on two parameters. Annotated graphs will be
> # in output_dir. See SPADE.plot.trees to generate PDFs of annotated graphs.
> output_dir <- tempdir()
> SPADE.driver(data_file_path, out_dir=output_dir, cluster_cols=c("marker1","marker2"))
Downsampling file: /Users/biocbuild/bbs-3.0-bioc/meat/spade.Rcheck/spade/extdata/SimulatedRawData.fcs
Estimated downsampling-I progress: 0% ...
Estimated downsampling-I progress: 100% ...
Warning in write.FCS(out_frame, outfilename) :
'write.FCS' is not fully tested and should be considered as experimental.
Targeting 4925 events for /tmp/Rtmp1DyCZe/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 0x0, 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, cluster_cols = c("marker1", "marker2"))
aborting ...