Skip to content
David Lawrence Miller edited this page Nov 8, 2013 · 1 revision

Getting the latest version of mrds

CRAN only allows packages to be updated infrequently (due to them having to be checked by hand) but bugs can often be fixed more quickly than that.

To ensure you have the latest version of mrds, install Hadley's devtools package:

install.packages("devtools")

then install mrds from github:

library(devtools)
install_github("mrds","jlaake",subdir="mrds")

Then you have a shiny new version of mrds on your computer.

Clone this wiki locally