----- Original Message -----
> From: "Yinming Jiao" <20907...@zju.edu.cn>
> To: bioc-devel@r-project.org
> Sent: Thursday, October 9, 2014 7:46:38 PM
> Subject: [Bioc-devel] package ‘FEM’ is not available (for R version 3.0.2)
> 
> 
> Dear All,
> 
> 
> I have a package, FEM, which is published few days ago.
> 
> 
> The link is
> :http://www.bioconductor.org/packages/devel/bioc/html/FEM.html
> 
> 
> But when I try to install it,
> 
> 
>      source("http://bioconductor.org/biocLite.R";)
>      biocLite("FEM")
> 
> 
> R reports: package ��FEM�� is not available (for R version 3.0.2).
> 
> 
> So How  can I resolve this problem.
> 
> 
> I also noted that "Bioconductor version: Development (3.0)"
> 
> 
> 
> What does this mean?

Bioconductor is versioned and Bioconductor versions are meant to work with 
specific versions of R.

Bioconductor 3.0 which will be released next week, and which will contain your 
package, only works with R-3.1.x.

Currently both Bioconductor 2.14 (the current release version) and Bioconductor 
3.0 (the devel version, soon to be release) work with this version of R. So if 
you want to install FEM, you need to install R-3.1.1.

If you want to install FEM before the release you need to do the following:

source("http://bioconductor.org/biocLite.R";)
useDevel()
biocLite("FEM")

If you wait till after the release, you won't need to do the second line. 

BTW, as a package developer, it's a good idea to develop your package using the 
same (devel) version of Bioconductor that your package will be added to (and of 
course the appropriate version of R). R may change, and other packages that you 
depend on may change, and you want to make sure your package will work as 
expected for end users.

Dan




> 
> 
> 
> 
> Thanks very much.
> 
> 
> Yinming Jiao
> 
> 
> --
> 
> CAS-MPG Partner Institute for Computational Biology
> 320 Yue Yang Road
> Shanghai 200031
> China
> Email: 20907...@zju.edu.cn or jiaoyinm...@picb.ac.cn
> Mob: +86 1852139 6188
>       [[alternative HTML version deleted]]
> 
> 
> _______________________________________________
> Bioc-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
> 

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to