-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.11 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
Package: boiwsa
Type: Package
Title: Seasonal Adjustment of Weekly Data
Version: 1.1.3
Authors@R: c(
person("Tim", "Ginker", email ="[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-7138-5417")),
person("Jon", "Lachman", role = "ctb", email = "[email protected]"))
Maintainer: Tim Ginker <[email protected]>
Description: Perform seasonal adjustment of weekly data. The package provides a user-friendly interface for computing seasonally adjusted estimates of weekly data and includes functions for the creation of country-specific prior adjustment variables, as well as diagnostic tools to assess the quality of the adjustments. The method is described in more detail in Ginker (2023) <doi:10.13140/RG.2.2.12221.44000>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
forecast,
ggplot2,
Hmisc,
lubridate,
stats,
tidyr,
rlang,
gridExtra
LazyData: true
Depends:
R (>= 2.10)
URL: https://github.com/timginker/boiwsa
BugReports: https://github.com/timginker/boiwsa/issues