-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1.3 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
Package: labVisualizeR
Title: labVisualizeR - an interactive web application to visualize
measurements from SQL databases
Version: 0.0.3.9002
Authors@R: c(
person("Lorenz A.", "Kapsner", , "lorenz.kapsner@uk-erlangen.de", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1866-860X")),
person("Jakob", "Zierk", role = "ctb"),
person("MIRACUM - Medical Informatics in Research and Care in University Medicine", role = "fnd"),
person("Universitätsklinikum Erlangen", role = "cph")
)
Description: The R tool 'labVisualizeR' provides a shiny web application
that aims to interactively visualize measurements from SQL databases.
It has primarily been developed to visualize laboratory mesaurements,
but can in principal be used to visualize any continuous and discrete
values.
License: GPL-3
URL: https://github.com/miracum/labor-labvisualizer
BugReports: https://github.com/miracum/labor-labvisualizer/issues
Imports:
data.table,
DBI,
DIZtools,
DIZutils,
DT,
e1071,
ggplot2,
graphics,
magrittr,
shiny,
shinydashboard,
stats,
utils
Suggests:
jsonlite,
lintr,
processx,
testthat
Remotes:
github::miracum/misc-dizutils@development
Date/Publication: 2022-06-22 11:10:10 UTC
Encoding: UTF-8
RoxygenNote: 7.2.0