Skip to content

Commit

Permalink
Exclude an example from running
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Oct 30, 2023
1 parent 60dd7e9 commit 2f33bdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/summarise_scores.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
#' @examples
#' data.table::setDTthreads(1) # only needed to avoid issues on CRAN
#' library(magrittr) # pipe operator
#'
#' \dontrun{
#' scores <- score(example_continuous)
#' summarise_scores(scores)
#' }
#'
#'
#' # summarise over samples or quantiles to get one score per forecast
Expand Down
3 changes: 2 additions & 1 deletion man/summarise_scores.Rd

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

0 comments on commit 2f33bdc

Please sign in to comment.