-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 866 Bytes
/
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
Package: HiddenSemiMarkov
Type: Package
Title: Inference for hidden semi-Markov models
Version: 0.1.0
Authors@R: c(
person("Laura", "Symul", email = "[email protected]",role = c("aut", "cre")),
person("Susan", "Holmes", email = "[email protected]",role = c("ctb"))
)
Maintainer: Laura Symul <[email protected]>
Description: This package predicts the sequence of hidden states for multi-variate time-series and estimates parameters of semi-Markov models from the observed time-series.
License: GPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
stringr,
dplyr,
ggplot2,
cowplot,
tidyr,
shiny,
viridis,
ggnewscale,
lifecycle,
geomnet,
ggpubr,
magrittr,
purrr,
tidyselect
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
RdMacros: lifecycle