[BioC] make check with Biobase 2.18.0
Martin Morgan
mtmorgan at fhcrc.org
Fri Mar 8 21:08:48 CET 2013
On 03/08/2013 11:57 AM, Dan Tenenbaum wrote:
> On Fri, Mar 8, 2013 at 11:53 AM, Nigel Horne <nigel_horne at hotmail.com> wrote:
>>
>>
>>
>>
>>
>>
>>
>>
>> Folks,
>>
>>
>> I'm new to biobase and have been asked to install it on behalf of a
>> programmer.
>>
>>
>> The checking stage is failing with the following error:
>>
>>
>> ### Name: cache
>> ### Title: Evaluate an expression if its value is not already cached.
>> ### Aliases: cache
>> ### Keywords: manip array
>>
>>
>> ### ** Examples
>>
>>
>> bigCalc <- function() runif(10)
>> cache(myComplicatedObject <- bigCalc())
>> Error in file.path(dir, paste0(prefix, name, ".RData")) :
>> could not find function "paste0"
>>
>>
>>
>>
>> What is wrong and how do I fix it? This is on CentOS6.3.
>> Sorry if you've seen more than one copy of this, but I don't know that my postings are getting through so I'm now trying with a different e-mail address.
>>
>
> Can you send your sessionInfo()?
>
> My guess is your version of R is too old--Biobase 2.18.0 requires R 2.15.
Also the recommended route to installing packages, without worrying about
dependencies, is just
source("http://bioconductor.org/biocLite.R")
biocLite("Biobase")
>
> Dan
>
>
>
>>
>> Regards,
>>
>>
>> -Nigel
>>
>>
>> --
>> Nigel Horne (NIH, Bethesda, MD, USA)
>> http://www.ncbi.nlm.nih.gov/
>> [[alternative HTML version deleted]]
>>
>> _______________________________________________
>> Bioconductor mailing list
>> Bioconductor at r-project.org
>> https://stat.ethz.ch/mailman/listinfo/bioconductor
>> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
>
--
Computational Biology / Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N.
PO Box 19024 Seattle, WA 98109
Location: Arnold Building M1 B861
Phone: (206) 667-2793
More information about the Bioconductor
mailing list