List packages and functions supporting futurization
Source:R/futurize_supported_tools.R
futurize_supported_packages.RdList packages and functions supporting futurization
Examples
pkgs <- futurize_supported_packages()
pkgs
#> [1] "BiocParallel" "base" "boot" "caret" "crossmap"
#> [6] "foreach" "glmnet" "lme4" "mgcv" "plyr"
#> [11] "purrr" "stats" "tm"
fcns <- futurize_supported_functions("base")
fcns
#> [1] ".mapply" "Filter" "Map" "apply" "by" "eapply"
#> [7] "lapply" "mapply" "replicate" "sapply" "tapply" "vapply"