We hope to see our package in Bioconductor eventually, so currently we keep the package in our own installation repository.
GenonetriCorr requires gplots, RCurl, tcltk from CRAN, rtracklayer, and TxDb.Hsapiens.UCSC.hg19.knownGene from Bioconductor. They all can be installed using Bioconductor. After you have then installed, we can install GenometriCorr. We did not put it on CRAN because we hope to put it in Bioconductor somewhen. To install the GenometriCorr package grom github (we like this way), install devtools and run these commands:library(devtools) install_github('favorov/GenometriCorr')You can also install it in oldschool R manner:
install.packages('GenometriCorr',repos='http://genometricorr.sourceforge.net/R/',type='source')Enjoy!