-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
72 lines (72 loc) · 1.63 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: ampvis2
Type: Package
Title: Tools for visualising amplicon data
Description: ampvis2 is a small set of tools that allows effortless visualisation of amplicon data.
Version: 2.8.9
Authors@R: c(
person(
c("Kasper", "Skytte"), "Andersen",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5423-0958")),
person(
"Mads", "Albertsen",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6151-190X")),
person(
c("Rasmus", "Hansen"), "Kirkegaard",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3349-3617")))
Maintainer: Kasper Skytte Andersen <[email protected]>
Reference: Andersen, K.S., Kirkegaard, R.H., Karst, S.M., Albertsen, M., (2018).
ampvis2: an R package to analyse and visualise 16S rRNA amplicon data
bioRxiv, https://doi.org/10.1101/299537
License: AGPL-3 + file LICENSE
URL: https://kasperskytte.github.io/ampvis2
BugReports: https://github.com/kasperskytte/ampvis2/issues
LazyData: true
LazyDataCompression: bzip2
Encoding: UTF-8
Depends:
R (>= 3.5.0),
ggplot2
Imports:
utils,
plyr,
dplyr,
magrittr,
vegan,
tidyr,
purrr,
data.table,
plotly,
stringr,
scales,
RColorBrewer,
ggrepel,
ape,
crayon,
cli,
parallel
Remotes:
github::kasperskytte/biomformat
Suggests:
testthat (>= 3.0.0),
devtools,
usethis,
tidyverse,
readxl,
jsonlite,
digest,
GGally,
network,
sna,
lubridate,
biomformat,
doParallel,
foreach,
patchwork
RoxygenNote: 7.3.1
Config/testthat/edition: 3