-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.44 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
Package: gDRstyle
Type: Package
Title: A package with style requirements for the gDR suite
Version: 1.5.3
Date: 2025-02-04
Authors@R: c(
person("Allison", "Vuong", role=c("aut")),
person("Dariusz", "Scigocki", role=c("aut")),
person("Marcin", "Kamianowski", role=c("aut")),
person("Aleksander", "Chlebowski", role=c("ctb")),
person("Janina", "Smola", role="aut"),
person("Arkadiusz", "Gladki", role=c("cre", "aut"), email="[email protected]",
comment = c(ORCID = "0000-0002-7059-6378")),
person("Bartosz", "Czech", role=c("aut"),
comment = c(ORCID = "0000-0002-9908-3007")))
Description: Package fills a helper package role for whole gDR suite. It helps to
support good development practices by keeping style requirements and style tests for
other packages. It also contains build helpers to make all package requirements met.
License: Artistic-2.0
LazyLoad: yes
Depends:
R (>= 4.2)
Imports:
BiocCheck,
BiocManager,
BiocStyle,
checkmate,
desc,
git2r,
lintr (>= 3.0.0),
rcmdcheck,
remotes,
yaml,
rjson,
pkgbuild,
withr
Suggests:
knitr,
testthat (>= 3.0.0)
URL: https://github.com/gdrplatform/gDRstyle, https://gdrplatform.github.io/gDRstyle/
BugReports: https://github.com/gdrplatform/gDRstyle/issues
biocViews: Software, Infrastructure
VignetteBuilder: knitr
ByteCompile: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Encoding: UTF-8