The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Installation
git clone git://github.com/d-/MTS.git
R CMD build MTS/
This will create a file named “MTS_VERSION.tar.gz”.
Then move the file into your working directory in R and type:
install.packages("MTS_VERSION.tar.gz",repos=NULL,type="source")
library(MTS)
Alternatively, a simpler solution is to use the ‘devtools’ package.
install.packages("devtools")
library(devtools)
install_github('MTS','d-')
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.