-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.15 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.15 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
Package: SuperPlotR
Title: Making SuperPlots in R
Version: 0.1.1
Authors@R:
person(given = "Stephen J",
family = "Royle",
role = c("cre", "aut"),
email = "admin@quantixed.org",
comment = c(ORCID = "0000-0001-8927-6967"))
Maintainer: Stephen Royle <admin@quantixed.org>
Description: SuperPlots are a way to show experimental data in a way that
communicates the individual variability as well as the experimental
reproducibility. They were described in Lord et al. "SuperPlots, Communicating
reproducibility and variability in cell biology". J. Cell Biol. (2020) 219(6)
e202001064. (doi 10.1083/jcb.202001064).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 2.10)
Config/rcmdcheck/ignore-inconsequential-notes: true
LazyData: true
Imports:
ggplot2,
dplyr,
ggforce,
cowplot,
rlang
URL: https://github.com/quantixed/SuperPlotR, https://quantixed.github.io/SuperPlotR/
BugReports: https://github.com/quantixed/SuperPlotR/issues
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3