-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.27 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
Package: lwdataexplorer
Type: Package
Title: Access to data from the LifeWatch Data Explorer
Version: 0.0.0.9000
Date: 2021-07-01
Authors@R: c(
person(given = "Francisco",
family = "Hernandez",
role = c("aut"),
email = "[email protected]"
),
person(given = "Nick",
family = "Dillen",
role = c("ctb", "aut"),
email = "[email protected]"
),
person(given = "Salvador",
family = "Fernández-Bejarano",
role = c("ctb", "cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0535-7677")),
person("LifeWatch Belgium", role = "fnd", comment = "https://lifewatch.be")
)
Author: Francisco Hernandez, Nick Dillen, Salvador Fernandez
Maintainer: Salvador Fernandez <[email protected]>
Description: Function for easy access to the LifeWatch data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Imports:
jsonlite,
httr,
utils,
tibble,
checkmate,
glue,
lubridate
Suggests:
testthat (>= 2.1.0),
knitr,
markdown,
rmarkdown,
lwdataserver
VignetteBuilder: knitr, rmarkdown
URL: https://lifewatch.github.io/lwdataexplorer/
BugReports: https://github.com/lifewatch/lwdataexplorer/issues