forked from MobilePhoneESSnetBigData/mobloc_v0.1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.01 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
Package: mobloc
Type: Package
Title: Mobile phone location algorithms and tools
Version: 0.1.0
Authors@R: person("Martijn", "Tennekes", email="[email protected]", role=c("aut", "cre"))
Description: CDR and signalling data contain mobile phone events logged at specific cells (antennae). This package provides algorithms and tools to translate antennae properties to gespatial distributions. Depending on the availability of the antenna properties, such as coordinates, direction, and height, different algorithms can be used.
License: EUPL
LazyData: true
Date: 2018-03-02
Depends:
R (>= 3.3)
Imports:
methods,
stats,
graphics,
sp,
sf (>= 0.6-0),
tmap (>= 1.10),
tmaptools (>= 1.1),
shiny,
shinyjs,
dplyr,
parallel,
doParallel,
foreach,
ggplot2,
gridExtra,
leaflet,
raster
Suggests:
lwgeom,
rmarkdown,
knitr
URL: https://github.com/mtennekes/tmaptools
BugReports: https://github.com/mtennekes/tmaptools/issues
VignetteBuilder: knitr
RoxygenNote: 6.0.1