-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.16 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
Package: wellr
Title: Utilities for Working With Plate Based Data
Version: 0.3.4
Authors@R:
person(given = "Brady",
family = "Johnston",
role = c("aut", "cre"),
email = "brady.johnston@me.com",
comment = c(ORCID = "0000-0001-6301-2269"))
Description: Provides a range of utility functions for working with
plate-based data from microtitre plates such as enzyme assays, bacterial
growth assays and protein binding experiments. Working with column IDs, row
numbers and letters and transforming between a matrix and a data frame are
all made simpler.
License: MIT + file LICENSE
Suggests:
covr,
devtools,
rmarkdown,
roxygen2,
testthat (>= 3.0.0),
usethis
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends: R (>= 3.6.0)
Imports:
stringr,
tibble,
rlang,
tidyr,
dplyr,
ggplot2,
scales,
plater,
janitor,
purrr,
readr,
readxl,
lifecycle,
cli
URL: https://github.com/bradyajohnston/wellr
BugReports: https://github.com/bradyajohnston/wellr/issues