Skip to content

[Bioc-devel] package cannot be loaded

3 messages · Mueller, Arne, Martin Morgan

#
On 02/24/2012 07:14 AM, Mueller, Arne wrote:
interactive R-session (and grid and Biobase, too). Any idea how to
figure out where the problem is?

My guess is either that you are using a different R, or that in your 
interactive session you have (implicitly?) source'd a startup file 
(.Rprofile, .RData, ..., see ?Startup) that is not source'd at the 
command line. If you are using the same R, then starting with R 
--vanilla would be more like installation at the command line; I'd look 
to the definition of .libPaths().

Martin

  
    
3 days later
#
Hello - thanks for the hint, it did source the .Rprofile!

  Arne
On 2/24/12 5:45 PM, "Martin Morgan" <mtmorgan at fhcrc.org> wrote: