Skip to content

Commit

Permalink
internal incohesive parameters to in_disaggr_ctb (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-feldmann authored Jul 20, 2023
1 parent c269041 commit 19bb870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# disaggR 1.0.5.1
* Internal change to check package version with character instead of numeric.
* Internal minor change to in_disaggr (incohesive parameters)

# disaggR 1.0.5
* Breaking change : The order of the output of the `reViewOutput` object has been reversed. reView and rePort can now take a language object as name arguments and return language objects inside their name attributes (PR #86)
Expand Down
2 changes: 1 addition & 1 deletion R/in.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ in_disaggr_notctb <- function(object,type) {

}

in_disaggr_ctb <- function(object,type) UseMethod("in_disaggr_ctb")
in_disaggr_ctb <- function(object) UseMethod("in_disaggr_ctb")

in_disaggr_ctb.threeRuleSmooth <- function(object) {
benchmark <- na.omit(as.ts(object))
Expand Down

0 comments on commit 19bb870

Please sign in to comment.