mpathr is currently under development and is not yet meant for public
use. Please check back later for updates.
You can install the development version of mpathr from Github using the remotes package:
remotes::install_github("m-path-io/mpathr")Alternatively, you can go to the Github repository yourself and download it using either Git or as a zip file. You can then run the following code:
install.packages("path/to/mpathr", repos = NULL, type = "source")This is a basic example which shows you how to solve a common problem:
library(mpathr)
# TODO: Include basic examples hereFor an overview of all functions in this package, see the mpathr Reference Site.
If you encounter a clear bug or need help getting a function to run, please file an issue with a minimal reproducible example on Github.
Please note that the mpathr project is released with a Contributor Code of Conduct. By contributing to this project you agree to abide by its terms.
