-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
42 lines (41 loc) · 1004 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
Package: homelocator
Title: Inferring Home Locations for Social Media Users
Version: 0.1.0
Authors@R:
c(person(given = "Qingqing",
family = "Chen",
role = c("aut", "cre"),
email = "qchen47@buffalo.edu"),
person(given = "Ate",
family = "Poorthuis",
role = c("aut"),
email = "ate.poorthuis@kuleuven.be"))
Description: Inferring users' potential home(s) based on location and timestampe information from social media data.
License: MIT + file LICENSE
Remotes:
hadley/emo
Imports:
chron (>= 2.3-54),
lubridate (>= 1.7.4),
plyr (>= 1.8.4),
purrr (>= 0.3.3),
readr (>= 1.3.1),
rlang (>= 0.4.1),
tidyverse (>= 1.3.0),
dplyr (>= 0.8.3),
here (>= 0.1),
tictoc (>= 1.0),
usethis (>= 1.6.0),
emo
Suggests:
devtools,
furrr,
knitr,
roxygen2,
rmarkdown,
testthat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr