-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.03 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
Package: mpxtractor
Type: Package
Title: Process microplate reader output files into a tidy dataframe
Version: 1.0.0
Authors@R: person("Martin", "Banchero", email = "martinbbanchero@gmail.com", role = c("aut", "cre"))
URL: https://github.com/MartinBanchero/mpxtractor
BugReports: https://github.com/MartinBanchero/mpxtractor/issues
Description: Extract data from microplate output files into tidy dataframe. This package is focus in process
output files from spectraMax, multiscanGO and fluorStar machines.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
tidyverse (>= 1.3.0),
ggplot2 (>= 3.2.1),
signal (>= 0.7.6),
plyr (>= 1.8.5),
purrr (>= 0.3.3),
viridis (>= 0.5.1),
Rdpack (>= 0.11.1),
tidyr (>= 1.0.2),
rlang (>= 0.4.5),
stringr (>= 1.4.0),
dplyr (>= 0.8.4),
imputeTS (>= 3.0),
hms (>= 0.5.3),
zoo (>= 1.8.8)
RdMacros: Rdpack
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
htmlTable (>= 1.13.3),
testthat (>= 2.3.1)
VignetteBuilder: knitr
Depends:
R (>= 2.10)