Dear R Community,
  I am in process of developing an R package which in turn depends on a
package that is not available in CRAN but has to be downloaded from a web
source (as follows). Could someone guide me on how to include the package
listed in "Depends" of the Description file. I have the package installed
in my computer:

Source of Package:
source(“http://bioconductor.org/biocLite.R”)
biocLite(“Packagename”)
library(Packagename)

Thank you in advance,
Milan

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to