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.