forked from SomaLogic/SomaPlotr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
63 lines (63 loc) · 1.71 KB
/
DESCRIPTION
File metadata and controls
63 lines (63 loc) · 1.71 KB
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
Type: Package
Package: SomaPlotr
Title: Bioinformatics Graphics and Visualization of 'SomaScan' Data
Version: 0.0.1
Authors@R: c(
person(given = "Amanda",
family = "Hiser",
role = c("aut", "cre"),
email = "ahiser@somalogic.com"),
person(given = "Caleb",
family = "Scheidel",
role = "ctb",
email = "cscheidel@somalogic.com"),
person(given = "Leigh",
family = "Alexander",
role = "ctb",
email = "lalexander@somalogic.com"),
person(given = "Stu",
family = "Field",
role = c("aut", "ctb"),
email = "stu.g.field@gmail.com",
comment = c(ORCID = "0000-0002-1024-5859")),
person(given = "SomaLogic Operating Co., Inc.", role = c("cph", "fnd"))
)
Description: A highly specialized suite of standardized
plotting routines based on the "Grammar of Graphics" framework of
mapping variables to aesthetics used in 'ggplot2'. Graphics types
are biased towards visualizing SomaScan (proteomic) data.
License: MIT + file LICENSE
URL: https://somalogic.github.io/SomaPlotr/, https://somalogic.com,
https://ggplot2.tidyverse.org/
BugReports: https://github.com/SomaLogic/SomaPlotr/issues
Depends:
R (>= 4.0.0)
Imports:
SomaDataIO,
dplyr,
ggplot2,
lifecycle (>= 1.0.0),
rlang,
tidyr
Suggests:
gplots,
gridExtra,
knitr,
MASS,
plotly,
rmarkdown,
scales,
seriation,
spelling,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
LazyLoad: true
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1