Package: automagic 0.5.1
automagic: Automagically Document and Install Packages Necessary to Run R Code
Parse R code in a given directory for R packages and attempt to install them from CRAN or GitHub. Optionally use a dependencies file for tighter control over which package versions to install.
Authors:
automagic_0.5.1.tar.gz
automagic_0.5.1.zip(r-4.7)automagic_0.5.1.zip(r-4.6)automagic_0.5.1.zip(r-4.5)
automagic_0.5.1.tgz(r-4.6-any)automagic_0.5.1.tgz(r-4.5-any)
automagic_0.5.1.tar.gz(r-4.7-any)automagic_0.5.1.tar.gz(r-4.6-any)
automagic_0.5.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
automagic/json (API)
NEWS
| # Install 'automagic' in R: |
| install.packages('automagic', repos = c('https://cole-brokamp.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cole-brokamp/automagic/issues
Last updated from:4d703b5cb6. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 111 | ||
| source / vignettes | OK | 159 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 72 | ||
| macos-oldrel-arm64 | OK | 81 | ||
| windows-devel | OK | 71 | ||
| windows-release | OK | 79 | ||
| windows-oldrel | OK | 70 | ||
| wasm-release | OK | 112 |
Exports:%>%automagicget_dependent_packagesget_package_detailsinstall_deps_fileinstall_package_guessmake_deps_fileparse_packages
Dependencies:clidplyrevaluateformatRgenericsgluehighrknitrlifecyclemagrittrpillarpkgconfigpurrrR6remotesrlangtibbletidyselectutf8vctrswithrxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Pipe imported from magrittr | %>% |
| Automagically install all required R packages | automagic |
| get packages required to run R code | get_dependent_packages |
| get package details | get_package_details |
| Install R packages from a package dependencies ('deps.yaml') file | install_deps_file |
| Install latest version of package from CRAN | install_package_guess |
| Make a package dependencies ('deps.yaml') file | make_deps_file |
| Parse R code for required packages | parse_packages |
