Package: drat 0.2.5
drat: 'Drat' R Archive Template
Creation and use of R Repositories via helper functions to insert packages into a repository, and to add repository information to the current R session. Two primary types of repositories are support: gh-pages at GitHub, as well as local repositories on either the same machine or a local network. Drat is a recursive acronym: Drat R Archive Template.
Authors:
drat_0.2.5.tar.gz
drat_0.2.5.zip(r-4.7)drat_0.2.5.zip(r-4.6)drat_0.2.5.zip(r-4.5)
drat_0.2.5.tgz(r-4.6-any)drat_0.2.5.tgz(r-4.5-any)
drat_0.2.5.tar.gz(r-4.7-any)drat_0.2.5.tar.gz(r-4.6-any)
drat_0.2.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
drat/json (API)
NEWS
| # Install 'drat' in R: |
| install.packages('drat', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/drat/issues
Last updated from:c331455ebc. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 158 | ||
| source / vignettes | OK | 166 | ||
| linux-release-x86_64 | OK | 107 | ||
| macos-release-arm64 | OK | 87 | ||
| macos-oldrel-arm64 | OK | 87 | ||
| windows-devel | OK | 128 | ||
| windows-release | OK | 77 | ||
| windows-oldrel | OK | 76 | ||
| wasm-release | OK | 80 |
Exports:addRepoarchivePackagesarchivePackagesForAllRversionsgetRepoInfoinitRepoinsertPackageinsertPackagespruneRepopruneRepoForAllRversionsupdateRepo
Dependencies:
Combining Drat and Travis CI
Rendered fromCombiningDratAndTravis.mdusingsimplermarkdown::mdweave_to_htmlon Jun 06 2026.Last update: 2023-10-09
Started: 2021-11-28
Drat Basics for Package Authors: Distributing Packages
Rendered fromDratForPackageAuthors.mdusingsimplermarkdown::mdweave_to_htmlon Jun 06 2026.Last update: 2023-10-09
Started: 2021-11-28
Drat Basics for Package Users: Installing or Updating Packages
Rendered fromDratForPackageUsers.mdusingsimplermarkdown::mdweave_to_htmlon Jun 06 2026.Last update: 2021-12-02
Started: 2021-11-28
Drat Frequently Asked Questions
Rendered fromDratFAQ.mdusingsimplermarkdown::mdweave_to_htmlon Jun 06 2026.Last update: 2022-10-20
Started: 2021-11-28
Drat Step-by-Step
Rendered fromDratStepByStep.mdusingsimplermarkdown::mdweave_to_htmlon Jun 06 2026.Last update: 2021-11-28
Started: 2021-11-28
Why Drat?
Rendered fromWhyDrat.mdusingsimplermarkdown::mdweave_to_htmlon Jun 06 2026.Last update: 2021-11-28
Started: 2021-11-28
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Easy-to-use package repository creation and access | drat-package drat |
| Add a (drat) repository to the current session | add addRepo drat:::add |
| Move older copies of packages to an archive | archivePackages archivePackagesForAllRversions |
| Get information from a binary package | getPackageInfo |
| Identifies the package type from a filename | identifyPackageType |
| Intialize a git repo for drat | initRepo |
| Insert a package source or binary file into a drat repository | drat:::insert insert insertPackage insertPackages |
| Prune repository from older copies of packages | getRepoInfo pruneRepo pruneRepoForAllRversions updateRepo |
