-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
34 lines (34 loc) · 957 Bytes
/
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: ggplate
Title: Create Layout Plots of Biological Culture Plates and Microplates
Version: 0.1.5
Authors@R: person(given = "Jan-Philipp",
family = "Quast",
role = c("aut", "cre"),
email = "quast@imsb.biol.ethz.ch",
comment = c(ORCID = "0000-0003-2713-778X"))
Description: Enables users to create simple plots of biological culture plates as well as microplates. Both continuous and discrete values can be plotted onto the plate layout.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
ggplot2,
scales,
purrr,
rlang,
stringr,
tidyr,
utils,
forcats,
farver
Suggests:
covr,
testthat (>= 3.0.0)
Depends:
R (>= 4.1.0)
URL: https://github.com/jpquast/ggplate,
https://jpquast.github.io/ggplate/
BugReports: https://github.com/jpquast/ggplate/issues
Config/testthat/edition: 3