-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
67 lines (67 loc) · 1.82 KB
/
DESCRIPTION
File metadata and controls
67 lines (67 loc) · 1.82 KB
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
62
63
64
65
66
67
Package: MSMplus
Title: Prepare MSMplus input files and locally deploys the MSMplus app
Version: 0.0.0.9000
Authors@R:
person(given = "Nikolaos",
family = "Skourlis",
role = c("aut", "cre"),
email = "nikolaos.skourlis@ki.se",
comment = c(ORCID = "0000-0002-5003-9611"))
Description: Prepare input files and local deployment of MSMplus. The MSMplus package contains four functions for the automatic derivativation of the json input files for the MSMplus webtool (msboxes_R(), msmjson(),flexsurvjson() and mstatejson()). It also contains function runMSMplus() for the local deployment of the app, runMSMplus_help() which opens a help page that describes the web tool and runMSMplus_sup() which opens a tutorial on how to build the json/csv input files for the MSMplus app. To have access to the vignette, the user needs to type install_github("nskourlis/MSMplus", build_vignettes = TRUE, dependencies=TRUE) and after calling the MSMplus library, then type browseVignettes("MSMplus").
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0)
Depends:
R (>= 2.10)
Imports:
msm,
mstate,
survival,
flexsurv,
visNetwork,
shinyjs,
shiny,
tidyr,
ggplot2,
DiagrammeR,
stringr,
plyr,
dplyr,
gapminder,
DT,
viridis,
cowplot,
magick,
processx,
webshot,
htmlwidgets,
raster,
jsonlite,
devtools,
stringi,
usethis,
shinyMatrix,
dlm,
rsvg,
miniUI,
RJSONIO,
htmltools,
knitr,
markdown,
rmarkdown,
reshape2,
imager,
plotly,
gridExtra,
jsonlite,
githubinstall,
dlm,
htmltools,
formattable,
RJSONIO
Config/testthat/edition: 3
VignetteBuilder: knitr