PELVIS
Installation of the R package PELVIS using devtools
Install prerequisites
Install devtools by typing the following command line into the R console:
install.packages("devtools")
Install build environment
Installing PELVIS
Run the following commands in R:
library(devtools)
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)
StartPELVIS()
For most devices, it will be advisable to decrease the zoom level in your web browser.
Citing PELVIS
The users of PELVIS who are willing to cite the package in a scientific article can find citation information by typing:
citation("PELVIS")
into the R console, after installing the package.