Getting started

Installing {ssd4mosaic}

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)

Launching the web application

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”.