How to install the PROcess Packages which is a tar file in R? -


I tried to install the package package in the following ways:

  & gt; Install.packages ("/home/R-Packages/PROcess.tar.gz", rpos = NULL)   

Then the following error occurs:

  Error: Dependency â ???? Icens Package is not available for ????   

Then I have tried to install an eKines package:

  & gt; Install.packages ("Icens")   

Then the following error occurs:

  Package "Icensâ" is not available (R version 2.15 For .3)   

So can someone get me out of this problem and give some suggestions so that I can establish the process package.

The Icens package has been moved from CRAN to another repository: BioCoondractor, it tells the following command Can be established by:

  source ("http://bioconductor.org/biocLite.R") biocLite ("Icens")    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -