-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Konrad Rudolph edited this page Nov 14, 2014
·
2 revisions
modules is not hosted on CRAN at the moment1. If you have devtools installed, then installing modules is as easy as
devtools::install_github('klmr/modules')
-
Preliminaries:
-
Windows: Check the devtools documentation
-
Other systems:
install.packages('devtools') devtools::install_github('hadley/devtools')
-
-
Installation
devtools::install_github('klmr/modules')
1 CRAN policies discourage certain things which are required to make
this package work (in particular, using attach
is frowned upon but required by
this package). Furthermore, devtools is by now well-established enough that
the need for CRAN hosting seems to be greatly diminished. Feel free to drop me a
message if you have compelling reasons which prevent you from using devtools,
and I may reconsider the CRAN status.