-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.55 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 = "[email protected]",
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