knitr::opts_chunk$set( collapse = TRUE, comment = "#>", eval = FALSE )
You can install the stable version of {ssd4mosaic}
from CRAN:
install.packages("ssd4mosaic")
The development version of {ssd4mosaic}
can be installed from GitHub using the
{remotes}
package:
remotes::install_gitlab("mosaic-software/mosaic-ssd@master", host = "gitlab.in2p3.fr", build_vignettes = TRUE)
The web application can be launched locally using the run_app()
function. This
will launch the same application as what can be seen on the
MOSAIC website.
library(ssd4mosaic) run_app()
A user guide is available directly in the application for further instructions.
If you are interested in using the functionalities of the SSD web application directly in R, you may want to check the dedicated vignette, "Using ssd4mosaic's functions in R".
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.