Skip to content

Commit

Permalink
Merge pull request #57 from AQLT/simplify_print
Browse files Browse the repository at this point in the history
Simplify print output for x13/regarima
  • Loading branch information
TanguyBarthelemy authored Aug 19, 2024
2 parents a32274b + 98cefd0 commit e0a5200
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 188 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Remotes:
SystemRequirements: Java (>= 17)
License: EUPL
URL: https://github.com/rjdverse/rjd3x13, https://rjdverse.github.io/rjd3x13/
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
BugReports: https://github.com/rjdverse/rjd3x13/issues
Encoding: UTF-8
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ S3method(print,JD3_X11_SPEC)
S3method(print,JD3_X13_OUTPUT)
S3method(print,JD3_X13_RSLTS)
S3method(print,JD3_X13_SPEC)
S3method(print,summary.JD3_X13_RSLTS)
S3method(remove_outlier,JD3_X13_SPEC)
S3method(remove_ramp,JD3_X13_SPEC)
S3method(residuals,JD3_REGARIMA_OUTPUT)
Expand All @@ -41,6 +42,8 @@ S3method(set_transform,JD3_X13_SPEC)
S3method(set_x11,JD3_X11_SPEC)
S3method(set_x11,JD3_X13_SPEC)
S3method(summary,JD3_REGARIMA_OUTPUT)
S3method(summary,JD3_X13_OUTPUT)
S3method(summary,JD3_X13_RSLTS)
S3method(vcov,JD3_REGARIMA_OUTPUT)
S3method(vcov,JD3_X13_OUTPUT)
export(.jd2r_spec_regarima)
Expand Down
Loading

0 comments on commit e0a5200

Please sign in to comment.