Skip to content

Commit

Permalink
Thx Jiaying and switch to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Feb 17, 2023
1 parent d49039f commit 8502d83
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 37 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c ("namespace", "rd", "srr::srr_stats_roclet"))
RoxygenNote: 7.2.2
RoxygenNote: 7.2.3
LinkingTo:
Rcpp,
RcppArmadillo
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# aorsf 0.0.8

* Fixed an issue where an uninformative error message would occur when `pred_horizon` was too high when used in `orsf_summarize_uni`. Thanks to @DustinMLong for finding this!
* Fixed an issue where an uninformative error message would occur when `pred_horizon` was > max(time) for `orsf_summarize_uni`. Thanks to @JyHao1 and @DustinMLong for finding this!

# aorsf 0.0.7

Expand Down
12 changes: 7 additions & 5 deletions man/orsf_control_custom.Rd

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

25 changes: 13 additions & 12 deletions man/orsf_ice_oob.Rd

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

39 changes: 21 additions & 18 deletions man/orsf_pd_oob.Rd

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

0 comments on commit 8502d83

Please sign in to comment.