-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.29 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
47
48
49
50
51
52
53
Package: ScatMatch
Type: Package
Title: Functions to aid with processing mass array data
Version: 1.0.0
Authors@R: c(
person("Bart", "Huntley", email = "[email protected]",
role = c("aut", "cre", "prg", "res"),
comment = c(ORCID = "0000-0002-9519-4105")),
person("Kym", "Ottewell", email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-4273-3224")),
person("Rujiporn", "Thavornkanlapachai", email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-9870-1969")))
URL: https://github.com/dbca-wa/ScatMatch
BugReports: https://github.com/dbca-wa/ScatMatch/issues
Description: Functions in this package will assist with error calculations,
the determination of groups and majority cases, some visualisations and
export to other formats.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
janitor,
readr,
stringr,
dplyr,
tidyr,
tibble,
ggplot2,
cowplot,
here,
ggdendro,
heatmaply,
dendextend,
birdring,
kableExtra,
sf,
rlang,
leaflet,
htmlwidgets,
zoo,
ICSNP,
prettydoc,
lubridate
Depends:
R (>= 4.0.0)
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
markdown
VignetteBuilder: knitr