-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 1.64 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
55
56
57
58
59
60
61
Package: mpathsenser
Title: Process and Analyse Data from m-Path Sense
Version: 1.2.3.9000
Authors@R: c(
person("Koen", "Niemeijer", , "koen.niemeijer@kuleuven.be", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0816-534X")),
person("Kristof", "Meers", , "kristof.meers@kuleuven.be", role = "ctb",
comment = c(ORCID = "0000-0002-9610-7712")),
person("KU Leuven", role = c("cph", "fnd"))
)
Description: Overcomes one of the major challenges in mobile (passive)
sensing, namely being able to pre-process the raw data that comes from
a mobile sensing app, specifically 'm-Path Sense' <https://m-path.io>.
The main task of 'mpathsenser' is therefore to read 'm-Path Sense'
JSON files into a database and provide several convenience functions
to aid in data processing.
License: GPL (>= 3)
URL:
https://gitlab.kuleuven.be/ppw-okpiv/researchers/u0134047/mpathsenser/,
https://ppw-okpiv.pages.gitlab.kuleuven.be/researchers/u0134047/mpathsenser/
BugReports:
https://gitlab.kuleuven.be/ppw-okpiv/researchers/u0134047/mpathsenser/-/issues/
Depends:
R (>= 4.0.0)
Imports:
DBI,
dbplyr,
dplyr,
furrr,
jsonlite,
lifecycle,
lubridate,
purrr,
rlang,
RSQLite,
stats,
tibble,
tidyr
Suggests:
cli,
curl,
ggplot2,
httr,
kableExtra,
knitr,
lintr,
progressr,
rmarkdown,
rvest,
sodium,
spelling,
testthat (>= 3.0.0),
vroom
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Language: en-GB