-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.09 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
Package: SuperPlotR
Title: Making SuperPlots in R
Version: 0.0.5
Authors@R:
person(given = "Stephen J",
family = "Royle",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8927-6967"))
Maintainer: Stephen Royle <[email protected]>
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.2
Depends:
R (>= 2.10)
Config/rcmdcheck/ignore-inconsequential-notes: true
LazyData: true
Imports:
ggplot2,
dplyr,
ggforce,
cowplot
URL: https://github.com/quantixed/SuperPlotR, https://quantixed.github.io/SuperPlotR/
BugReports: https://github.com/quantixed/SuperPlotR/issues
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr