Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Oct 8, 2024
1 parent 3ee38e5 commit 92dec7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/crew_options_metrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' @param seconds_interval Positive number, seconds between resource metric
#' log entries written to `path`.
#' @examples
#' crew_options_metrics(path = "/dev/stdout")
#' crew_options_metrics()
crew_options_metrics <- function(path = NULL, seconds_interval = 5) {
out <- structure(
list(path = path, seconds_interval = seconds_interval),
Expand Down
2 changes: 1 addition & 1 deletion man/crew_options_metrics.Rd

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

0 comments on commit 92dec7d

Please sign in to comment.