Skip to content

Commit 84e6652

Browse files
committed
use markdown code chunk for preformatted code in docs
1 parent 3d8b5c2 commit 84e6652

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

R/BiocCheck.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
#'
2323
#' To skip installation of the package during the check, set the
2424
#' `install` option to `FALSE` or `NULL`:
25-
#' \preformatted{
25+
#' ```r
2626
#' BiocCheck(package, install=FALSE)
2727
#' ## OR
2828
#' BiocCheck(package, install=NULL)
29-
#' }
29+
#' ```
3030
#' To re-use an existing installation log file, set the `install` option
3131
#' to the name of the installation log file.
3232
#' For example, the following will put the `install_out.txt` log file in the

man/BiocCheck.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)