-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.11 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
Package: AcidDevTools
Title: Acid Genomics Developer Tools
Description: Toolkit for R package development.
Version: 0.7.4
Date: 2023-12-13
Authors@R: c(
person(
"Michael", "Steinbaugh",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2403-2221")
),
person(
given = "Acid Genomics",
role = c("cph", "fnd")
))
URL:
https://r.acidgenomics.com/packages/aciddevtools/,
https://github.com/acidgenomics/r-aciddevtools/
BugReports: https://github.com/acidgenomics/r-aciddevtools/issues/
License: AGPL-3
Encoding: UTF-8
Suggests:
AcidBase,
BiocCheck,
BiocManager,
DT,
covr,
desc,
devtools,
drat,
goalie,
lintr,
methods,
parallel,
pipette,
pkgdown,
pkgload,
rcmdcheck,
remotes,
rmarkdown,
rstudioapi,
styler,
syntactic,
testthat,
tools,
urlchecker,
usethis,
utils,
withr
Additional_repositories: https://r.acidgenomics.com
Config/testthat/edition: 3
Config/testthat/parallel: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3