Title: | Easily Install and Load the 'ICTML' |
---|---|
Description: | The 'ICTML' is a software suite implementing the Interpretable Causal Targeted Machine Learning ('ICTML') Project <https://www.ictml.org>. |
Authors: | Henrik Bengtsson [aut, cre, cph] |
Maintainer: | Henrik Bengtsson <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.1 |
Built: | 2024-11-05 22:19:54 UTC |
Source: | https://github.com/ictml-project/ictml |
List all ICTML dependencies
ictml_deps(recursive = FALSE, repos = getOption("repos"))
ictml_deps(recursive = FALSE, repos = getOption("repos"))
recursive |
If |
repos |
The repositories to use to check for updates.
Defaults to |
A base::data.frame with columns package
, cran
, local
, and behind
.
List all packages in the ICTML
ictml_packages(include_self = TRUE)
ictml_packages(include_self = TRUE)
include_self |
Include ictml in the list? |
Returns a character vector of package names.
ictml_packages()
ictml_packages()
This will check to see if all ICTML packages (and optionally, their dependencies) are up-to-date, and will install after an interactive confirmation.
ictml_update(recursive = FALSE, repos = getOption("repos"))
ictml_update(recursive = FALSE, repos = getOption("repos"))
recursive |
If |
repos |
The repositories to use to check for updates.
Defaults to |
Returns nothing; outputs installation instructions, if needed.
## Not run: ictml_update() ## End(Not run)
## Not run: ictml_update() ## End(Not run)