Make sure that R >= 3.5.0 is installed. Then:
Install devtools
by typing the following command line into the R console:
install.packages("devtools")
Run the following commands in R:
library(devtools)
install_git('https://gitlab.com/f.santos/anthropmmd.git')
To start the graphical interface, run the following commands into the R console:
library(AnthropMMD)
start_mmd()
The latest stable version of AnthropMMD is also available on CRAN, and can be installed by typing the following command line into the R console:
install.packages("AnthropMMD", dep = TRUE)
To cite the package in a scientific article, citation information can be found by typing:
citation("AnthropMMD")
into the R console.