test-dont {pkgdown}R Documentation

Test case: don't

Description

Test case: don't

See Also

Other tests: test-crayon, test-figures, test-links, test-lists, test-output-styles, test-params, test-verbatim

Examples

## Not run: 
  stop("This is an error!", call. = FALSE)

## End(Not run)

# Inline \donttest is silently ommitted
message("Hi!")

# Block \donttest indicated with comments

# This is a comment
1 + 3


# And works even when not at the top level
if (TRUE) {
  
  1 + 2
  
}

answer <- 1

answer # should be 42

[Package pkgdown version 1.4.0 Index]