# future.tools: Tools for Working with Futures ## Installation The **future.tools** package is not, yet, on CRAN. In the meanwhile, it can be installed from the R Universe as: ``` r options(repos = c("https://futureverse.r-universe.dev", getOption("repos"))) install.packages("future.tools") ``` ### Pre-release version To install the pre-release version that is available in Git branch `develop` on GitHub, use: ``` r remotes::install_github("futureverse/future.tools", ref = "develop") ``` This will install the package from source. # Package index ## All functions - [`capture_journals()`](https://future.tools.futureverse.org/reference/capture_journals.md) : Evaluate an R expression while collecting journals from completed futures - [`ggjournal()`](https://future.tools.futureverse.org/reference/ggjournal.md) : Create a Future Journal Plot