-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.13 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
Package: iobed.shiny
Title: I.O.BED UBEP data collection
Version: 0.2.4
Authors@R:
person("Corrado", "Lanera", , "[email protected]", role = c("cre", "aut"))
Description: Data collection interface for devices used by UBEP for the
I.O.BED project.
License: MIT + file LICENSE
URL: https://github.com/UBESP-DCTV/iobed.shiny
BugReports: https://github.com/UBESP-DCTV/iobed.shiny/issues
Imports:
config (>= 0.3.1),
DT,
fs,
future,
glue,
golem (>= 0.3.1),
here,
iobed.bed (>= 0.2.0),
iobed.video (>= 0.1.0),
iobed.watch (>= 0.2.0),
promises,
readr,
rlang (>= 0.4.11),
Rvision (>= 0.6.2),
serial,
shiny (>= 1.7.1),
shinydashboard,
shinyjs,
stringr,
tibble,
usethis,
withr
Suggests:
attempt,
checkmate,
covr,
htmltools,
processx,
roxygen2,
spelling,
testthat (>= 3.0.0),
thinkr
Remotes:
swarm-lab/Rvision,
UBESP-DCTV/iobed.bed,
UBESP-DCTV/iobed.shiny,
UBESP-DCTV/iobed.video,
UBESP-DCTV/iobed.watch
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.1