Skip to content

Commit

Permalink
CRAN 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danigiro committed May 16, 2023
1 parent 8e9fd74 commit 8f7f900
Show file tree
Hide file tree
Showing 15 changed files with 83 additions and 41 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Added `boot_cs()`, `boot_te()` and `boot_ct()` to draw samples from, respectively, cross-sectional, temporal and cross-temporal joint (block) bootstrap.

##### Minor changes
* Fixed deprecation warnings in [Matrix](https://cran.r-project.org/web/packages/Matrix/news.html) (v. 1.5-0);
* Fixed deprecation warnings in [Matrix](https://CRAN.R-project.org/package=Matrix) (v. 1.5-0);
* Improved docs and bug fixes;
* Fixed `ctbu()` inputs;
* Added `FoReco2matrix()` to trasform FoReco forecasts input and output in a list of matrix/vector class;
Expand Down
4 changes: 2 additions & 2 deletions R/bootstrap.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ boot_cs <- function(fit, boot_size, h, seed = NULL){
#' @references
#' Girolimetto, D., Athanasopoulos, G., Di Fonzo, T., & Hyndman, R. J. (2023),
#' Cross-temporal Probabilistic Forecast Reconciliation,
#' \href{https://doi.org/10.48550/arXiv.2303.17277}{arXiv:2303.17277}.
#' \doi{10.48550/arXiv.2303.17277}.
#'
#' @family bootstrap
#' @importFrom stats residuals simulate
Expand Down Expand Up @@ -178,7 +178,7 @@ boot_te <- function(fit, boot_size, m, h = 1, seed = NULL){
#' @references
#' Girolimetto, D., Athanasopoulos, G., Di Fonzo, T., & Hyndman, R. J. (2023),
#' Cross-temporal Probabilistic Forecast Reconciliation,
#' \href{https://doi.org/10.48550/arXiv.2303.17277}{arXiv:2303.17277}.
#' \doi{10.48550/arXiv.2303.17277}.
#'
#' @family bootstrap
#' @importFrom stats residuals simulate
Expand Down
2 changes: 1 addition & 1 deletion R/octrec.R
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
#'
#' Girolimetto, D., Athanasopoulos, G., Di Fonzo, T., & Hyndman, R. J. (2023),
#' Cross-temporal Probabilistic Forecast Reconciliation,
#' \href{https://doi.org/10.48550/arXiv.2303.17277}{arXiv:2303.17277}.
#' \doi{10.48550/arXiv.2303.17277}.
#'
#' \enc{Schäfer}{Schafer}, J.L., Opgen-Rhein, R., Zuber, V., Ahdesmaki, M.,
#' Duarte Silva, A.P., Strimmer, K. (2017), \emph{Package `corpcor'}, R
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/FoReco_package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/accuracy_indices.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 27 additions & 5 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ articles:
FoReco_package: FoReco_package.html
accuracy_indices: accuracy_indices.html
FoReco_prob: FoReco_prob.html
last_built: 2023-04-13T15:18Z
last_built: 2023-05-16T07:33Z
urls:
reference: https://danigiro.github.io/FoReco/reference
article: https://danigiro.github.io/FoReco/articles
Expand Down
3 changes: 2 additions & 1 deletion docs/reference/boot_ct.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/reference/boot_te.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/reference/octrec.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 39 additions & 22 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,29 +1,46 @@
citHeader("To cite FoReco in publications, please use: ")

citEntry(
entry = "Manual",
title = "FoReco: Point Forecast Reconciliation",
author = c(person(given = "Daniele",
family = "Girolimetto"),
bibentry(
bibtype = "Manual",
title = "FoReco: Point Forecast Reconciliation",
author = c(person(given = "Daniele",
family = "Girolimetto",
role = c("aut", "cre", "fnd")),
person(given = "Tommaso",
family = "Di Fonzo")),
year = 2022,
url = "https://cran.r-project.org/package=FoReco",
textVersion = "Girolimetto, D., Di Fonzo, T. (2022). FoReco: Point Forecast Reconciliation. https://cran.r-project.org/package=FoReco"
family = "Di Fonzo",
role = c("aut", "fnd"))),
note = "R package version 2.6",
year = 2023,
url = "https://cran.r-project.org/package=FoReco"
)

citEntry(
entry = "Article",
title = "Cross-temporal forecast reconciliation: Optimal combination method and heuristic alternatives",
author = c(person(given = "Tommaso",
family = "Di Fonzo"),
person(given = "Daniele",
family = "Girolimetto")),
bibentry(
bibtype = "Article",
title = "Cross-temporal forecast reconciliation: Optimal combination method and heuristic alternatives",
author = c(person(given = "Tommaso",
family = "Di Fonzo"),
person(given = "Daniele",
family = "Girolimetto")),
journal = "International Journal of Forecasting",
year = 2021,
volume = "(in press)",
#number = 1,
#pages = 60--74,
doi = "10.1016/j.ijforecast.2021.08.004",
textVersion = "Di Fonzo T., Girolimetto D. (2021). “Cross-temporal forecast reconciliation: Optimal combination method and heuristic alternatives.” International Journal of Forecasting, (in press). doi: 10.1016/j.ijforecast.2021.08.004"
volume = 39,
year = 2023,
number = 1,
pages = 60--74,
doi = "10.1016/j.ijforecast.2021.08.004"
)

bibentry(
bibtype = "Article",
title = "Cross-temporal forecast reconciliation: Optimal combination method and heuristic alternatives",
author = c(person(given = "Daniele",
family = "Girolimetto"),
person(given = "George",
family = "Athanasopoulos"),
person(given = "Tommaso",
family = "Di Fonzo"),
person(given = "Rob J",
family = "Hyndman")),
journal = "arXiv",
year = 2023,
doi = "10.48550/arXiv.2303.17277"
)
2 changes: 1 addition & 1 deletion man/boot_ct.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/boot_te.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/octrec.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f7f900

Please sign in to comment.