Back to the "Multiple platform build/check report"

Package 40/55HostnameOS / ArchBUILDCHECKBUILD BIN
msdata 0.1.1
Steffen Neumann
Snapshot Date: 2008-04-10 00:02:38 -0700 (Thu, 10 Apr 2008)
URL: https://hedgehog.fhcrc.org/bioc-data/trunk/experiment/pkgs/msdata
Last Changed Rev: 565 / Revision: 624
Last Changed Date: 2008-02-19 12:53:29 -0800 (Tue, 19 Feb 2008)
lamb1 Linux (SUSE 10.1) / x86_64  OK  ERROR 
lemming Windows Server 2003 (32-bit) / x64  OK  ERROR  OK 
pitt Mac OS X Tiger (10.4.11) / i386  OK [ ERROR ] OK 
Package: msdata
Version: 0.1.1
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check msdata_0.1.1.tar.gz
StartedAt: 2008-04-10 01:24:28 -0700 (Thu, 10 Apr 2008)
EndedAt: 2008-04-10 01:25:52 -0700 (Thu, 10 Apr 2008)
EllapsedTime: 84.6 seconds
RetCode: 1
Status: ERROR
CheckDir: msdata.Rcheck
Warnings: NA

Command output

* checking for working latex ... OK
* using log directory '/Users/biocbuild/bbs-2.1-data-experiment/meat/msdata.Rcheck'
* using R version 2.6.2 (2008-02-08)
* checking for file 'msdata/DESCRIPTION' ... OK
* this is package 'msdata' version '0.1.1'
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'msdata' can be installed ... OK
* 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 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 cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking data for non-ASCII characters ... OK
* creating msdata-Ex.R ... OK
* checking examples ... ERROR
Running examples in 'msdata-Ex.R' failed.
The error most likely occurred in:

> ### * msdata
> 
> flush(stderr()); flush(stdout())
> 
> ### 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.1-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
Error in cat("An \"xcmsSet\" object with", length(object@sampnames), "samples\n\n") : 
  no slot of name "sampnames" for this object of class "xcmsSet"
Calls: show -> show -> cat
Execution halted

msdata.Rcheck/00install.out:

* Installing *source* package 'msdata' ...
** R
** data
** inst
** help
 >>> Building/Updating help pages for package 'msdata'
     Formats: text html latex example 
  msdata                            text    html    latex   example
** building package indices ...
* DONE (msdata)