PELVIS
Installation of the R package PELVIS from GitLab
Install prerequisites
- Install the R package
remotesby typing the following command line into the R console:
install.packages("remotes")- Install build environment
Installing PELVIS
Run the following command in R:
remotes::install_git('https://gitlab.com/f-santos/pelvis.git')Installation of the R package PEVIS from CRAN
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)Running PELVIS
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.
Citing PELVIS
To cite the package in a scientific article, type:
citation("PELVIS")into the R console, after installing the package.