-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 969 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 969 Bytes
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
Package: statespacer
Version: 0.5.0
Date: 2023-01-27
Title: State Space Modelling in 'R'
Description: A tool that makes estimating models in state space form
a breeze. See "Time Series Analysis by State Space Methods" by
Durbin and Koopman (2012, ISBN: 978-0-19-964117-8) for details
about the algorithms implemented.
Authors@R: person("Dylan", "Beijers", email = "dylanbeijers@gmail.com",
role = c("aut", "cre"))
URL: https://DylanB95.github.io/statespacer/,
https://github.com/DylanB95/statespacer/
BugReports: https://github.com/DylanB95/statespacer/issues/
License: MIT + file LICENSE
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
RdMacros: Rdpack
Depends: R (>= 3.6)
Imports:
Rdpack,
stats,
Rcpp
Suggests:
datasets,
graphics,
knitr,
numDeriv (>= 2016.8-1.1),
optimx (>= 2020-4.2),
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
LinkingTo:
Rcpp,
RcppArmadillo