-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.52 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
62
63
Config/testthat/edition: 3
Package: lancer
Title: Linearity Assessment and Curve Explorer
Version: 0.1.1
Authors@R:
c(person(given = "Jeremy",
family = "Selva",
role = c("aut", "cre"),
email = "bchjjs@nus.edu.sg",
comment = c(ORCID = "0000-0002-4498-2662")),
person(given = "Federico",
family = "Torta",
role = c("aut"),
comment = c(ORCID = "0000-0001-7545-7484")),
person(given = "Bo",
family = "Burla",
role = c("aut"),
comment = c(ORCID = "0000-0002-5918-3249")),
person(given = "Markus",
family = "Wenk",
role = c("aut"),
comment = c(ORCID = "0000-0001-5447-7881")))
Description: Validate if a curve is linear or has signal
suppression by statistical analysis
and plots.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
spelling,
testthat,
roxygen2,
covr,
knitr,
rmarkdown,
grid,
vdiffr
Language: en-GB
URL: https://slinghub.github.io/lancer/, https://github.com/SLINGhub/lancer
BugReports: https://github.com/SLINGhub/lancer/issues
Depends:
R (>= 4.1.0)
Imports:
broom,
dplyr,
purrr,
rlang (>= 0.1.2),
tibble,
tidyr,
assertable,
openxlsx,
strex,
plotly,
glue,
ggplot2,
trelliscopejs,
scales,
gridExtra,
patchwork,
performance,
lifecycle
VignetteBuilder: knitr