Installation consists of three steps:
install.packages("devtools")
devtools::install_github("benrosche/rmm")
In some cases, dependencies must be installed or are updated before rmm can be installed.
If you get Error: (converted from warning) ...
, you can
set
Sys.setenv("R_REMOTES_NO_ERRORS_FROM_WARNINGS" = "true")