It is not the recommended way to use PELVIS, but it is possible to use it online as a web application: https://f-santos.shinyapps.io/pelvis/
This does not require anything else than a web browser and an access to the Internet (in particular, you do not even need to install R), but it might be slower, and the web app will not be updated in a regular basis. This way of using PELVIS should be reserved to non-R users who are not willing to install R on their computer. In any other case, it is better to use PELVIS as an R package, as detailed below.
remotes
by typing the following
command line into the R console:install.packages("remotes")
Run the following command in R:
::install_git('https://gitlab.com/f-santos/pelvis.git') remotes
The latest stable version of PELVIS is also available on CRAN, and can be installed by typing the following command line into the R console :
install.packages("PELVIS", dep = TRUE)
To start the graphical interface, run the following commands into the R console:
library(PELVIS)
start_pelvis()
For most devices, it will be advisable to decrease the zoom level in your web browser.
To cite the package in a scientific article, type:
citation("PELVIS")
into the R console, after installing the package.