-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.15 KB
/
DESCRIPTION
File metadata and controls
56 lines (56 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: tread
Type: Package
Title: Read Tecan Infinite 200 Pro Data
Version: 0.5.3
Authors@R: c(
person(
given = "Gleb G.",
family = "Ebert",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7734-3824")
),
person(
given = "ETH Zurich",
role = c("fnd", "cph")
)
)
Description: Read Excel files generated by a Tecan Infinite 200 Pro plate
reader. The data is returned in tidy format ready for downstream analysis
or plotting.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Imports:
cli,
data.table,
dplyr,
fs,
janitor,
lifecycle,
lubridate,
purrr,
readxl,
rlang (>= 1.1.0),
stringr,
tibble,
tidyr,
tidyselect,
withr
Suggests:
cffr,
covr,
ggbeeswarm,
ggplate,
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 4.1.0)
URL: https://www.gl-eb.me/tread/, https://github.com/gl-eb/tread
BugReports: https://github.com/gl-eb/tread/issues
VignetteBuilder: knitr