-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
54 lines (54 loc) · 1.11 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
Package: assigner
Type: Package
Title: Assignment Analysis with RADseq Data
Version: 0.6.0
Date: 2024-11-06
Encoding: UTF-8
Authors@R: c(
person("Thierry", "Gosselin", email = "[email protected]", role = c("aut", "cre")),
person("Eric C.", "Anderson", role = "ctb"),
person("Ian", "Bradbury", role = "ctb")
)
Maintainer: Thierry Gosselin <[email protected]>
Description: Set of R tools for assignment analysis tailored for RADseq data.
Depends:
R (>= 3.5.0)
Imports:
adegenet,
data.table,
dplyr (>= 1.0.0),
furrr (>= 0.2.0),
magrittr,
radiator
Suggests:
BiocManager,
carrier,
devtools,
future,
ggplot2,
knitr,
modelr,
parallel,
png,
purrr,
progressr,
readr (>= 1.4.0),
rlang,
rmarkdown,
stats,
stringi,
tibble,
tidyr,
tidyselect,
tidyverse,
vroom,
utils
Remotes: thierrygosselin/radiator
License: GPL-3
LazyLoad: yes
LazyData: true
VignetteBuilder:
knitr
RoxygenNote: 7.3.2
URL: http://thierrygosselin.github.io/assigner/
BugReports: https://github.com/thierrygosselin/assigner/issues