-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 838 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
35
36
37
38
39
40
Package: luminary
Title: Tools for Working with xMAP INTELLIFLEX Data
Version: 0.0.9
Authors@R:
person(
given = "Hefin",
family = "Rhys",
email = "hefin.i.rhys@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-7385-9014")
)
Description: An R package for importing and working with Luminex data acquired
using the xMAP INTELLIFLEX instrument.
License: GPL (>= 3) + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RdMacros: mathjaxr
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
dplyr,
ggplot2,
readxl,
rlang,
tidyr,
plotly,
stats,
scales,
nplr,
utils,
mathjaxr,
S7
Config/testthat/edition: 3
Depends:
R (>= 3.0)
LazyData: true