msdata 0.1.5 Steffen Neumann
Snapshot Date: 2011-10-18 23:15:16 -0700 (Tue, 18 Oct 2011) | URL: https://hedgehog.fhcrc.org/bioc-data/trunk/experiment/pkgs/msdata | Last Changed Rev: 1717 / Revision: 1763 | Last Changed Date: 2011-08-17 04:36:25 -0700 (Wed, 17 Aug 2011) |
| lamb1 | Linux (openSUSE 11.3) / x86_64 | OK | ERROR | |
gewurz | Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64 | OK | ERROR | OK |
pelham | Mac OS X Leopard (10.5.8) / i386 | OK | [ ERROR ] | OK |
* using log directory '/Users/biocbuild/bbs-2.8-data-experiment/meat/msdata.Rcheck'
* using R version 2.13.2 (2011-09-30)
* using platform: i386-apple-darwin9.8.0 (32-bit)
* using session charset: ASCII
* using option '--no-vignettes'
* checking for file 'msdata/DESCRIPTION' ... OK
* this is package 'msdata' version '0.1.5'
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'msdata' can be installed ... OK
* checking installed package size ... NOTE
installed size is 23.1Mb
sub-directories of 1Mb or more:
fticr 5.8Mb
iontrap 1.7Mb
microtofq 15.3Mb
* checking package directory ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level 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 for unstated 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 contents of 'data' directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking examples ... ERROR
Running examples in 'msdata-Ex.R' failed
The error most likely occurred in:
> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: msdata
> ### Title: Sample FTICR, LC/MS and MS$^n$ data
> ### Aliases: msdata xs x
> ### Keywords: datasets
>
> ### ** Examples
>
> ## The directory with the mzData LC/MS files
> mzdatapath <- file.path(.find.package("msdata"), "iontrap")
> mzdatapath
[1] "/Users/biocbuild/bbs-2.8-data-experiment/meat/msdata.Rcheck/msdata/iontrap"
> files <- list.files(mzdatapath, recursive = TRUE, full.names = TRUE)
>
> if (require(xcms)) {
+
+ ## xcmsSet Summary
+ show(xs)
+
+ ## Access raw data file
+ x <- xcmsRaw(files[1])
+ x
+
+ }
Loading required package: xcms
Execution halted