|
13 | 13 | #' vignette also provides detailed explanations of all the checks performed by |
14 | 14 | #' `BiocCheck`. |
15 | 15 | #' |
16 | | -#' `BiocCheck` is called within R with \preformatted{ BiocCheck(<package>) |
17 | | -#' } where `package` points to the source directory or the `.tar.gz` |
| 16 | +#' `BiocCheck` is called within R with `BiocCheck("package")` |
| 17 | +#' where `package` points to the source directory or the `.tar.gz` |
18 | 18 | #' tarball that was created using `R CMD build`. |
19 | 19 | #' |
20 | 20 | #' \emph{Note} that `BiocCheck` is complementary to `R CMD check`. |
|
31 | 31 | #' to the name of the installation log file. |
32 | 32 | #' For example, the following will put the `install_out.txt` log file in the |
33 | 33 | #' `<package_name>.BiocCheck` directory: |
34 | | -#' \preformatted{ BiocCheck(package, install="check:install_out.txt") } |
| 34 | +#' `BiocCheck(package, install="check:install_out.txt")` |
35 | 35 | #' |
36 | 36 | #' @section dot-options: |
37 | 37 | #' To use the dot-options, `BiocCheck` can be called with named arguments |
38 | 38 | #' corresponding to the options below. Typically, these options are set to |
39 | 39 | #' `TRUE` to disable specific checks, e.g., |
40 | | -#' \preformatted{ BiocCheck(package, `no-check-vignettes`=TRUE) }. Unless |
| 40 | +#' `BiocCheck(package, 'no-check-vignettes'=TRUE)`. Unless |
41 | 41 | #' otherwise stated, these options can be left unset (i.e., `NULL`) to enable |
42 | 42 | #' checks but `FALSE` can also be used to explicitly enable them. The available |
43 | 43 | #' options are: |
|
0 commit comments