Package: drat Type: Package Title: 'Drat' R Archive Template Version: 0.2.5 Date: 2024-10-21 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Felix", "Ernst", role="ctb", comment = c(ORCID = "0000-0001-5064-0928")), person("Neal", "Fultz", role="ctb"), person("Colin", "Gillespie", role="ctb", comment = c(ORCID = "0000-0003-1787-0275")), person("Christoph", "Stepper", role="ctb"), person("Thomas", "Leeper", role="ctb", comment = c(ORCID = "0000-0003-4097-6326")), person("Mark", "van der Loo", role="ctb", comment = c(ORCID = "0000-0002-9807-4686")), person("Jan", "Gorecki", role="ctb"), person("Joey", "Reid", role="ctb"), person("Arne Johannes", "Holmin", role="ctb")) Depends: R (>= 3.6.0) Imports: utils Suggests: git2r, simplermarkdown VignetteBuilder: simplermarkdown Description: 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. License: GPL (>= 2) URL: https://github.com/eddelbuettel/drat, https://dirk.eddelbuettel.com/code/drat.html BugReports: https://github.com/eddelbuettel/drat/issues Encoding: UTF-8 RoxygenNote: 6.0.1 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2025-12-08 00:47:52 UTC RemoteUrl: https://github.com/eddelbuettel/drat RemoteRef: HEAD RemoteSha: c331455ebc5e87bac47846da2664eb48bc3e658e NeedsCompilation: no Packaged: 2026-06-06 07:04:47 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Felix Ernst [ctb] (ORCID: ), Neal Fultz [ctb], Colin Gillespie [ctb] (ORCID: ), Christoph Stepper [ctb], Thomas Leeper [ctb] (ORCID: ), Mark van der Loo [ctb] (ORCID: ), Jan Gorecki [ctb], Joey Reid [ctb], Arne Johannes Holmin [ctb] Maintainer: Dirk Eddelbuettel