-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1016 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
50
51
Package: stackr
Type: Package
Title: Run stacks pipeline for RADseq analysis inside R
Version: 2.2.2
Date: 2025-04-02
Encoding: UTF-8
Authors@R: c(
person("Thierry", "Gosselin", email = "thierrygosselin@icloud.com", role = c("aut", "cre"))
)
Maintainer: Thierry Gosselin <thierrygosselin@icloud.com>
Description: stackr: an R package to run stacks pipeline.
biocViews:
Depends:
R (>= 3.4.0)
Imports:
dplyr (>= 1.0.0),
magrittr,
pbmcapply,
ShortRead,
stringdist,
tidyverse
Suggests:
assertthat,
cli,
future,
ggplot2 (>= 3.0.0),
grDevices,
furrr,
knitr,
listenv,
parallel,
progressr,
purrr,
methods,
readr,
vroom,
rlang,
rmarkdown,
stats,
stringi,
tibble,
tidyr,
tidyselect,
utils
Remotes: thierrygosselin/standart
License: GPL (>=2)
LazyLoad: yes
VignetteBuilder: knitr
RoxygenNote: 7.3.2
URL: https://thierrygosselin.github.io/stackr/
BugReports: https://github.com/thierrygosselin/stackr/issues