-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1 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
Package: mobest
Title: Spatiotemporal Ancestry Interpolation and Search
Description:
Types and functions for spatiotemporal interpolation of human genetic ancestry components,
similarity search and the calculation of a derived measure of mobility.
Version: 1.0.0
Authors@R:
c(
person(given = "Clemens",
family = "Schmid",
role = c("aut", "cre", "cph"),
email = "clemens@nevrome.de",
comment = c(ORCID = "0000-0003-3448-5715")),
person(given = "Stephan",
family = "Schiffels",
role = "ths",
comment = c(ORCID = "0000-0002-1017-9150"))
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Depends: R (>= 3.2.0)
Imports:
laGP (>= 1.5-5),
checkmate (>= 2.1.0),
dplyr (>= 1.0.0),
fractional (>= 0.1.3),
magrittr,
progress (>= 1.2.2),
purrr (>= 0.3.4),
reshape2 (>= 1.4.4),
rlang (>= 1.0.0),
stats,
tibble (>= 3.0.0),
tidyselect (>= 1.1.2),
tidyr (>= 1.0.2)
Suggests:
sf