File tree 6 files changed +21
-4
lines changed
6 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 12
12
^data-raw$
13
13
^\./tests/testthat/dataForTests/generate_weeklyTestData\.R$
14
14
^bayesRecon\.Rproj$
15
+ ^tests/testthat/dataForTests/generate_monthlyCountData\.R$
Original file line number Diff line number Diff line change 1
1
Package: bayesRecon
2
2
Type: Package
3
- Date: 2024-08-28
3
+ Date: 2024-11-04
4
4
Title: Probabilistic Reconciliation via Conditioning
5
- Version: 0.3.1
5
+ Version: 0.3.2
6
6
Authors@R: c(person(given = "Dario",
7
7
family = "Azzimonti",
8
8
role = c("aut","cre"),
Original file line number Diff line number Diff line change
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
+
1
9
# bayesRecon 0.3.1
2
10
3
11
* IMPORTANT CHANGE IN THE API OF THE ` reconc_* ` functions: they now require the aggregation matrix A and not the summing matrix S.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ knitr::opts_chunk$set(
24
24
[ ![ ] ( http://cranlogs.r-pkg.org/badges/grand-total/bayesRecon )] ( https://cran.r-project.org/package=bayesRecon )
25
25
[ ![ Lifecycle: experimental] ( https://img.shields.io/badge/lifecycle-experimental-orange.svg )] ( https://lifecycle.r-lib.org/articles/stages.html#experimental )
26
26
[ ![ 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 )
28
28
<!-- badges: end -->
29
29
30
30
The package ` bayesRecon ` implements several methods for probabilistic reconciliation of hierarchical time series forecasts.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ status](https://www.r-pkg.org/badges/version/bayesRecon)](https://CRAN.R-project
16
16
experimental] ( https://img.shields.io/badge/lifecycle-experimental-orange.svg )] ( https://lifecycle.r-lib.org/articles/stages.html#experimental )
17
17
[ ![ License: LGPL (\> =
18
18
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 )
20
20
<!-- badges: end -->
21
21
22
22
The package ` bayesRecon ` implements several methods for probabilistic
You can’t perform that action at this time.
0 commit comments