GeneR installation error
1
0
Entering edit mode
vinod.acear ▴ 50
@vinodacear-8884
Last seen 3.6 years ago
India

Hi, i am getting following error on installing GeneR package. It is showing incompatibility with my R version. Please suggest me solution

 

The downloaded source packages are in
	‘/tmp/Rtmp0hTDVB/downloaded_packages’
Warning message:
package ‘GeneR’ is not available (for R version 3.3.0 beta) 
 

>

GeneR • 1.2k views
ADD COMMENT
1
Entering edit mode
@martin-morgan-1513
Last seen 1 day ago
United States

See removed packages; GeneR is no longer available.

ADD COMMENT
0
Entering edit mode

Thanks, Martin, Can you please tell me, is it possible to way to install this package. I need this package to install geneRFold package.

ADD REPLY
0
Entering edit mode

Usually the package is removed because it no longer builds or passes it's checks, and the author is no longer able to update / willing to maintain it; sometimes a package is removed for other reasons, e.g., the author is no longer able / willing to distributed it under an appropriate license. Either way, the package is unlikely to be suitable to your needs.

Nonetheless, you can download the source tar ball from the last known good installation (follow the link on the removed packages page, download the '.tar.gz' file at the bottom of the page, install it from withing R as install.packages("geneR_2.24.0.tar.gz", repos=NULL, type="source"). You don't include your sessionInfo() in your original question; if you are on Windows, you'll need 'Rtools'. You'll also need to manually install any dependencies. And in the end there is a high probability that the software will not work and cannot easily be fixed (else it would still be in Bioconductor). A more extreme approach to create the R installation that the last-known-good package ran under -- R-2.15, Bioconductor 2.10 -- and use biocLite() as normal.

ADD REPLY

Login before adding your answer.

Traffic: 396 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6