r-modules: drop broken irkernel package set

We can no longer update that package set since, apparently, it has moved
to a different packaging scheme.
This commit is contained in:
Peter Simons
2017-03-07 14:56:46 +01:00
parent 3dc4e12ff0
commit f4595fa555
4 changed files with 2 additions and 24 deletions
@@ -10,7 +10,6 @@ mirrorUrls <- list( bioc=paste0("http://bioconductor.statistik.tu-dortmund.de/pa
, "bioc-annotation"=paste0("http://bioconductor.statistik.tu-dortmund.de/packages/", rVersion, "/data/annotation/src/contrib/")
, "bioc-experiment"=paste0("http://bioconductor.statistik.tu-dortmund.de/packages/", rVersion, "/data/experiment/src/contrib/")
, cran=paste0("http://mran.revolutionanalytics.com/snapshot/", snapshotDate, "/src/contrib/")
, irkernel="http://irkernel.github.io/src/contrib/"
)
mirrorType <- commandArgs(trailingOnly=TRUE)[1]