-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
50 lines (49 loc) · 991 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
41
42
43
44
45
46
47
48
49
Package: stackr
Type: Package
Title: Run stacks software pipeline for RADseq analysis inside R
Version: 2.2.0
Date: 2020-11-05
Encoding: UTF-8
Authors@R: c(
person("Thierry", "Gosselin", email = "[email protected]", role = c("aut", "cre"))
)
Maintainer: Thierry Gosselin <[email protected]>
Description: stackr: an R package to run stacks software pipeline.
biocViews:
Depends:
R (>= 3.4.0)
Imports:
dplyr (>= 0.7.0),
magrittr,
pbmcapply,
ShortRead,
stringdist,
tidyverse
Suggests:
assertthat,
future,
ggplot2 (>= 3.0.0),
grDevices,
furrr,
knitr,
listenv,
parallel,
progressr,
purrr,
methods,
readr,
vroom,
rlang,
rmarkdown,
stats,
stringi,
tibble,
tidyr,
tidyselect,
utils
License: GPL (>=2)
LazyLoad: yes
VignetteBuilder: knitr
RoxygenNote: 7.1.1
URL: http://thierrygosselin.github.io/stackr/
BugReports: https://github.com/thierrygosselin/stackr/issues