Skip to content

Simple problem in R

4 messages · Chaser, Henrique Dallazuanna, Charles C. Berry

#
I found a package on www.bioconductor.com that allows me to install using
this line:

source("http://bioconductor.org/biocLite.R")
biocLite("MassSpecWavelet")

The prompt showed me the following message:

Running biocinstall version 2.1.10 with R version 2.6.2 
Your version of R requires version 2.1 of Bioconductor.
trying URL
'http://bioconductor.org/packages/2.1/bioc/bin/windows/contrib/2.6/MassSpecWavelet_1.4.0.zip'
Content type 'application/zip' length 2129961 bytes (2.0 Mb)
opened URL
downloaded 2.0 Mb

package 'MassSpecWavelet' successfully unpacked and MD5 sums checked

The downloaded packages are in
        C:\Documents and Settings\Yuan\Local
Settings\Temp\RtmpIjgEwP\downloaded_packages
updating HTML package descriptions

In their help package, they have listed commands that will allow a sample
runthrough of their algorithm using a sample dataset. 

I entered these codes in but was returned the following error messages:

data(exampleMS)
Warning message:
In data(exampleMS) : data set 'exampleMS' not found
Error: could not find function "peakDetectionCWT"
Error: object "peakInfo" not found
Error: object "majorPeakInfo" not found
Did I make a mistake somewhere or is the code they wrote flawed?
#
library(MassSpecWavelet)
On 24/03/2008, Chaser <zhang816 at gmail.com> wrote:

  
    
#
On Mon, 24 Mar 2008, Chaser wrote:

            
Did you remember

 	library( MassSpecWavelet )

??

HTH,

Chuck
Charles C. Berry                            (858) 534-2098
                                             Dept of Family/Preventive Medicine
E mailto:cberry at tajo.ucsd.edu	            UC San Diego
http://famprevmed.ucsd.edu/faculty/cberry/  La Jolla, San Diego 92093-0901