-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.85 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: PvSTATEM
Type: Package
Title: Reading, Quality Control and Preprocessing of MBA (Multiplex Bead Assay) Data
Description: Speeds up the process of loading raw data from MBA (Multiplex Bead Assay) examinations, performs quality control checks, and automatically normalises the data, preparing it for more advanced, downstream tasks. The main objective of the package is to create a simple environment for a user, who does not necessarily have experience with R language. The package is developed within the project of the same name - 'PvSTATEM', which is an international project aiming for malaria elimination.
BugReports: https://github.com/mini-pw/PvSTATEM/issues
Version: 0.2.1
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Authors@R: c(
person("Tymoteusz", "Kwiecinski", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0006-7362-9821")),
person("Jakub", "Grzywaczewski", email = "[email protected]", role = c("aut")),
person("Mateusz", "Nizwantowski", email = "[email protected]", role = c("aut")),
person("Przemyslaw", "Biecek", email = "[email protected]", role = c("ths"),
comment = c(ORCID = "0000-0001-8423-1823")),
person("Nuno", "Sepulveda", email = "[email protected]", role = c("ths"),
comment = c(ORCID = "0000-0002-8542-1706")))
LazyData: true
RoxygenNote: 7.3.2
Imports:
dplyr,
ggplot2,
nplr,
R6,
readr,
readxl,
stringi,
stringr,
grid,
png,
tools,
ggrepel,
lubridate,
R.utils,
svglite,
fs,
scales
Suggests:
knitr,
qpdf,
rmarkdown,
testthat (>= 3.0.0)
Config/testfhat/edition: 3
Roxygen: list(markdown = TRUE, r6 = TRUE)
VignetteBuilder: knitr
URL: https://github.com/mini-pw/PvSTATEM, https://mini-pw.github.io/PvSTATEM/