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)
StartMMD()
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)
The users of AnthropMMD that are willing to cite the package in a scientific article can find citation information by typing:
citation("AnthropMMD")
into the R console.