The package can be installed directly from GitHub using devtools or the remotes package with the following command:
::install_github("lebebr01/mars") remotes
To ensure that the vignettes are build, add the
build_vignettes
argument:
::install_github("lebebr01/mars",
remotesbuild_vignettes = TRUE)
You can then explore the vignettes which give the basic functionality of the package. The two vignettes can be accessed with the following code:
vignette(package = 'mars')