raven helps to conduct DAG-based simulations
The pkgdown website for this project is located at https://raven.opens.science. If the development version also has a pkgdown website, that’s located at https://r-packages.gitlab.io/raven.
Installation
You can install the released version of raven from CRAN with:
install.packages('raven');You can install the development version of raven from GitLab with:
remotes::install_gitlab('r-packages/raven');(assuming you have remotes installed; otherwise, install that first using the install.packages function)
You can install the cutting edge development version (own risk, don’t try this at home, etc) of raven from GitLab with:
remotes::install_gitlab('r-packages/raven@dev');