-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.15 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
Package: devel
Type: Package
Title: R Development Scripts
Version: 0.0.0.9999
Authors@R: c(
person(given = "Stu",
family = "Field",
role = c("aut", "cre", "cph"),
email = "stu.g.field@gmail.com",
comment = c(ORCID = "0000-0002-1024-5859"))
)
Description: This "package" is the development package.
Do not attempt to load it as you would a typical package.
It contains a loose testing ground of functionality that,
if deemed sufficiently useful, will eventually be migrated
into an existing package.
License: GPL-3 | file LICENSE
Depends:
R (>= 4.4.0),
helpr
Imports:
graphics,
crayon,
cli,
lobstr,
dplyr (>= 1.0.0),
ggplot2 (>= 3.3.0),
purrr (>= 0.3.3),
rlang (>= 0.4.9),
tibble (>= 3.0.1),
withr
Suggests:
bench,
covr,
devtools (>= 2.0.1),
knitr (>= 1.17),
rmarkdown (>= 1.10),
roxygen2 (>= 6.1.0),
patchwork,
spelling (>= 1.2),
testthat (>= 2.0.0),
fastICA,
VignetteBuilder:
knitr
LazyLoad: true
LazyData: true
Language: en-US
URL: www.somalogic.com
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Encoding: UTF-8