Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Dec 27, 2023
1 parent 8691823 commit ec74c2c
Show file tree
Hide file tree
Showing 11 changed files with 202 additions and 185 deletions.
10 changes: 7 additions & 3 deletions R/misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,15 @@ contains_vi <- function(object) {!is_empty(object$importance)}
#' beautify time
#'
#' @description
#' Used to make time printouts more readable with verbose progress
#' Used to make time printouts more readable with verbose progress.
#' Based on the beautifyTime function in ranger package.
#'
#' @param seconds a difftime value
#' @param seconds time in seconds.
#'
#' @return
#' @noRd
#'
#' @return a string with formatted times

beautifyTime <- function(seconds) {

result <- ""
Expand Down
2 changes: 1 addition & 1 deletion man/aorsf-package.Rd

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

43 changes: 22 additions & 21 deletions man/orsf.Rd

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

24 changes: 11 additions & 13 deletions man/orsf_control.Rd

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

111 changes: 51 additions & 60 deletions man/orsf_ice_oob.Rd

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

Loading

0 comments on commit ec74c2c

Please sign in to comment.