-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
61 lines (61 loc) · 1.49 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: desc
Title: Manipulate DESCRIPTION Files
Version: 1.4.3.9000
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
person("Kirill", "Müller", role = "aut"),
person("Jim", "Hester", , "james.f.hester@gmail.com", role = "aut"),
person("Maëlle", "Salmon", role = "ctb",
comment = c(ORCID = "0000-0002-2815-0399")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Description: Tools to read, write, create, and manipulate DESCRIPTION
files. It is intended for packages that create or manipulate other
packages.
License: MIT + file LICENSE
URL: https://desc.r-lib.org/, https://github.com/r-lib/desc
BugReports: https://github.com/r-lib/desc/issues
Depends:
R (>= 3.4)
Imports:
cli,
R6,
utils
Suggests:
callr,
covr,
gh,
spelling,
testthat,
whoami,
withr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(r6 = FALSE, load = "installed", markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'assertions.R'
'authors-at-r.R'
'built.R'
'classes.R'
'collate.R'
'constants.R'
'deps.R'
'desc-package.R'
'description.R'
'encoding.R'
'find-package-root.R'
'latex.R'
'non-oo-api.R'
'package-archives.R'
'read.R'
'remotes.R'
'str.R'
'syntax_checks.R'
'urls.R'
'utils.R'
'validate.R'
'version.R'