how to install ENmix github master branch on Ubuntu machine?
1
1
Entering edit mode
avilella ▴ 10
@avilella-6893
Last seen 7.5 years ago
United Kingdom

Hi,

I am trying to figure out how to install ENmix github master branch on Ubuntu machine.

The master branch seems to have the recently added code I want to try:

https://github.com/Bioconductor-mirror/ENmix/blob/e31fc0e29eb4b8e09d38024ca5b8fa8c8a691862/R/oxBS.MLE.R

Is there an install recipe to go from the github repo to an installed package that would work for Ubuntu 14.04 or 12.04?

Thanks

ENmix • 963 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 2 days ago
United States

This version is available in the 'devel' branch of Bioconductor

BiocInstaller::useDevel()
biocLite("ENmix")

(this will update a number of packages, but is the recommended solution).

Installing packages from github can also be accomplished with BiocInstaller::biocLite("Bioconductor-mirror/ENmix") or devtools::install_github().

If you install directly from github and are not using the devel branch of Bioconductor, then you will mix package versions and will be asking here, in the not too distant future, why some package fails to load or install with some cryptic error message about unexported symbols or similar. The solution will be to follow the advice of BiocInstaller::biocValid() (downgrade packages to the release version) or to useDevel() and update packages. Either way, you're further ahead in the long run by using the version of Bioconductor needed for the features you wish to use.

ADD COMMENT

Login before adding your answer.

Traffic: 494 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