-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.56 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
55
Package: Dyn4cast
Title: Dynamic Modeling and Machine Learning Environment
Version: 11.11.24
Authors@R:
person(given = "Job",
family = "Nmadu",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1320-8957"))
Description: Estimates, predict and forecast dynamic models as well as Machine Learning metrics which assists in model selection for further analysis. The package also have capabilities to provide tools and metrics that are useful in machine learning and modeling. For example, there is quick summary, percent sign, Mallow's Cp tools and others. The ecosystem of this package is analysis of economic data for national development. The package is so far stable and has high reliability and efficiency as well as time-saving.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
stats,
forecast,
lubridate,
splines,
Metrics,
tidyr,
ggplot2,
magrittr,
formattable,
utils,
lifecycle,
zoo,
ModelMetrics,
broom,
dplyr,
modelsummary,
caret,
corrplot,
marginaleffects,
tibble,
purrr
Depends:
tidyverse,
R (>= 2.10)
Suggests:
testthat (>= 3.0.0),
rmarkdown,
covr,
qpdf,
readr,
kableExtra,
knitr,
spelling,
psych
Config/testthat/edition: 3
URL: https://github.com/JobNmadu/Dyn4cast, https://jobnmadu.github.io/Dyn4cast/
BugReports: https://github.com/JobNmadu/Dyn4cast/issues
VignetteBuilder: knitr
Language: en-US