-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
38 lines (38 loc) · 1.06 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
Package: mapmixture
Title: Spatial Visualisation of Admixture on a Projected Map
Version: 1.1.4
Authors@R: person("Tom", "Jenkins", , "[email protected]", role = c("aut", "cre","cph"))
Description: Visualise admixture as pie charts on a projected map, admixture as traditional structure barplots or facet barplots, and scatter plots from genotype principal components analysis. A 'shiny' app allows users to create admixture maps interactively. Jenkins TL (2024) <doi:10.1111/1755-0998.13943>.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/Tom-Jenkins/mapmixture
BugReports: https://github.com/Tom-Jenkins/mapmixture/issues
Imports:
bslib (>= 0.5.0),
colourpicker,
dplyr,
ggplot2,
ggspatial,
grid,
htmltools,
purrr,
rlang,
rnaturalearthdata,
sf,
shiny,
shinyFeedback,
shinyjs,
shinyWidgets,
stringr,
tidyr,
waiter
Suggests:
shinytest2,
terra,
testthat (>= 3.2.0)
Config/testthat/edition: 3
Depends:
R (>= 4.2)
LazyData: true