Skip to content

Commit

Permalink
rm dont run
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Nov 25, 2024
1 parent 40df3cd commit 2a20cfc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ validate_spec <- function(spec) {
#' spec_file <- system.file("spec.yml", package = "autoslider.core")
#' spec <- spec_file %>% read_spec()
#' ## Keep only outputs belonging to batch 2
#' \dontrun{
#' filter_spec(spec, batch == 2)
#' }
#'
#' ## Keep only the t_dm_IT output
#' filter_spec(spec, output == "t_dm_IT")
Expand Down

0 comments on commit 2a20cfc

Please sign in to comment.