Skip to content

[Bioc-devel] Add OrgDb class to slot, warning during build

8 messages · Martin Morgan, Jesper Gådin, Dan Tenenbaum

#
Hi Jesper --
On 12/22/2012 05:09 PM, Jesper G?din wrote:
Thanks for reporting this. I have updated AnnotationDbi to export the OrgDb 
class. This is in AnnotationDbi 1.21.9, in the 'devel' version of Bioconductor 
(available when using the devel version of R). Version 1.21.9 will be available 
with biocLite after about 10am PST Monday.

You will also need to add

   importClassesFrom(AnnotationDbi, AnnotationDb, OrgDb)

to your NAMESAPCE.

Best,

Martin

  
    
#
On 12/23/2012 05:07 PM, Jesper G?din wrote:
You'll need to use R-devel aka R-3.0; this will likely mean 'starting from 
scratch' with installing bioc packages, so they'll all then be up-to-date and 
most (all?) of these warnings will go away. Right now, you have a mix of 'devel' 
and release Bioc packages (note the even (release) and odd (devel) 'y' part of 
the x.y.z version numbers in your Bioc packages), which is a recipe for 
disaster. Some of the warnings might persist, but that's life in the devel lanes 
-- there is some code re-organization going on at the moment, and things may be 
in a temporary state of flux.

Martin

  
    
4 days later
#
On Fri, Dec 28, 2012 at 11:01 AM, Jesper G?din <jesper.gadin at gmail.com> wrote:
Hmm, this does seem somehow broken, Does the file
$R_HOME/include/R_ext/RConverters.h
exist?
Are you using the same version of R interactively as you are on the
command line (rdev)? If not, does this work when you do?

Dan
#
On Fri, Dec 28, 2012 at 12:29 PM, Jesper G?din <jesper.gadin at gmail.com> wrote:
R_HOME is set by R. So you find out its value from within R, for example:

Sys.getenv("R_HOME")

Try this from your various R installations.
It appears that R was not installed correctly. The file RConverters.h
should be present. How did you install R? Might want to try again.

Dan