|
Software
Packages we host for friends:
Download R-packages from our R repository
All R-packages from our group are available from the CompDiag R repository.
In R, you can directly download a package by
library(reposTools)
pck = "stam" # or "twilight" or "macat" or ...
rep = getReposEntry("http://compdiag.molgen.mpg.de/software/Rrepos")
install.packages2(pck,rep)
|