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:Dirk Eddelbuettel [aut, cre], Felix Ernst [ctb], Neal Fultz [ctb], Colin Gillespie [ctb], Christoph Stepper [ctb], Thomas Leeper [ctb], Mark van der Loo [ctb], Jan Gorecki [ctb], Joey Reid [ctb], Arne Johannes Holmin [ctb]

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
DESCRIPTION |NEWS
card.svg |card.png
drat/json (API)

# 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

On CRAN:

Conda:

repositoryrepository-tools

11.04 score 156 stars 13 packages 122 scripts 2.3k downloads 10 exports 0 dependencies

Last updated from:c331455ebc. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK158
source / vignettesOK166
linux-release-x86_64OK107
macos-release-arm64OK87
macos-oldrel-arm64OK87
windows-develOK128
windows-releaseOK77
windows-oldrelOK76
wasm-releaseOK80

Exports:addRepoarchivePackagesarchivePackagesForAllRversionsgetRepoInfoinitRepoinsertPackageinsertPackagespruneRepopruneRepoForAllRversionsupdateRepo

Dependencies:

Combining Drat and Travis CI
title: "Combining Drat and Travis CI"author: "Colin Gillespie and Dirk Eddelbuettel"date: "Written 2015-04-14, updated 2021-03-29"css: "water.css" | What is Travis CI? | Preliminaries | Workflow | Example deploy.sh script

Last update: 2023-10-09
Started: 2021-11-28

Drat Basics for Package Authors: Distributing Packages
title: "Drat Basics for Package Authors: Distributing Packages"author: "Dirk Eddelbuettel"date: "2015-05-24"css: "water.css" | Drat Overview | Case 1: Using GitHub | GitHub as a Web Server | Place Files into the Local Repo | GitHub and Travis Integration | Case 2: Using Another Server or Local Storage | Summary

Last update: 2023-10-09
Started: 2021-11-28

Drat Frequently Asked Questions
title: "Drat Frequently Asked Questions"author: "Dirk Eddelbuettel"date: "2016-10-27"css: "water.css" | What is drat? | Why use drat? | Where is drat? | What other documentation is there? | Why the focus on GitHub? | What if not GitHub? | Why could install_github be wrong? | Can drat work with binaries? | Can drat act as an Additional_repositories ? | What about the miniCRAN package? | Is there a suggested commit message convention?

Last update: 2022-10-20
Started: 2021-11-28

Drat Basics for Package Users: Installing or Updating Packages
title: "Drat Basics for Package Users: Installing or Updating Packages"author: "Dirk Eddelbuettel"date: "2015-05-24"css: "water.css" | Drat Overview | Case 1: Using GitHub | Case 2: Using Another Repo | Summary

Last update: 2021-12-02
Started: 2021-11-28

Drat Step-by-Step
title: Drat Step-By-Stepauthor: Roman Hornung and Dirk Eddelbuetteldate: "Written 2021-Apr-04, updated 2021-Jul-09"css: "water.css" | Overview, Scope and Background | Steps | Prepare the dependent package | Create the drat repository | Create a local copy of your fork | Ensure you have the drat package | Finalising | Test it | Use the drat repo | Additional step | Summary

Last update: 2021-11-28
Started: 2021-11-28

Why Drat?
title: "Why Drat?"author: "Steven Pav and Dirk Eddelbuettel"date: "2015-03-27"css: "water.css" | Demo | Use cases | My wish list

Last update: 2021-11-28
Started: 2021-11-28