knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.