Skip to content

Commit bc56eae

Browse files
committed
Bumped package version to 0.3.2 pluxs small fixes.
1 parent 8a374a6 commit bc56eae

6 files changed

+21
-4
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
^data-raw$
1313
^\./tests/testthat/dataForTests/generate_weeklyTestData\.R$
1414
^bayesRecon\.Rproj$
15+
^tests/testthat/dataForTests/generate_monthlyCountData\.R$

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: bayesRecon
22
Type: Package
3-
Date: 2024-08-28
3+
Date: 2024-11-04
44
Title: Probabilistic Reconciliation via Conditioning
5-
Version: 0.3.1
5+
Version: 0.3.2
66
Authors@R: c(person(given = "Dario",
77
family = "Azzimonti",
88
role = c("aut","cre"),

NEWS.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# bayesRecon 0.3.2
2+
3+
* Fixed issues in tests that would run into compatibility issues with the new version of waldo.
4+
5+
* Added new tests for some limit usage of mixCond, TDcond and BUIS.
6+
7+
* Added GitHub URL and BugReports URL to DESCRIPTION.
8+
19
# bayesRecon 0.3.1
210

311
* IMPORTANT CHANGE IN THE API OF THE `reconc_*` functions: they now require the aggregation matrix A and not the summing matrix S.

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ knitr::opts_chunk$set(
2424
[![](http://cranlogs.r-pkg.org/badges/grand-total/bayesRecon)](https://cran.r-project.org/package=bayesRecon)
2525
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
2626
[![License: LGPL (>= 3)](https://img.shields.io/badge/license-LGPL (>= 3)-yellow.svg)](https://www.gnu.org/licences/lgpl-3.0)
27-
[![coverage](https://coveralls.io/repos/github/IDSIA/bayesRecon/badge.svg)](https://coveralls.io/r/IDSIA/bayesRecon?branch=main)
27+
[![coverage](https://coveralls.io/repos/github/IDSIA/bayesRecon/badge.svg)](https://coveralls.io/github/IDSIA/bayesRecon)
2828
<!-- badges: end -->
2929

3030
The package `bayesRecon` implements several methods for probabilistic reconciliation of hierarchical time series forecasts.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ status](https://www.r-pkg.org/badges/version/bayesRecon)](https://CRAN.R-project
1616
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
1717
[![License: LGPL (\>=
1818
3)](https://img.shields.io/badge/license-LGPL%20(%3E=%203)-yellow.svg)](https://www.gnu.org/licences/lgpl-3.0)
19-
[![coverage](https://coveralls.io/repos/github/IDSIA/bayesRecon/badge.svg)](https://coveralls.io/r/IDSIA/bayesRecon?branch=main)
19+
[![coverage](https://coveralls.io/repos/github/IDSIA/bayesRecon/badge.svg)](https://coveralls.io/github/IDSIA/bayesRecon)
2020
<!-- badges: end -->
2121

2222
The package `bayesRecon` implements several methods for probabilistic

man/bayesRecon-package.Rd

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)