biocroxytest
Handle Long Tests in Bioconductor Packages
Bioconductor version: 3.23 · Package version: 1.8.0
This package provides a roclet for roxygen2 that identifies and processes code blocks in your documentation marked with `@longtests`. These blocks should contain tests that take a long time to run and thus cannot be included in the regular test suite of the package. When you run `roxygen2::roxygenise` with the `longtests_roclet`, it will extract these long tests from your documentation and save them in a separate directory. This allows you to run these long tests separately from the rest of your tests, for example, on a continuous integration server that is set up to run long tests.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("biocroxytest") Details
| Maintainer | Francesc Catala-Moll <fcatala@irsicaixa.es> |
| Author | Francesc Catala-Moll [aut, cre] (ORCID: <https://orcid.org/0000-0002-2354-8648>) |
| License | GPL (>= 3) |
| URL | https://github.com/xec-cm/biocroxytest |
| Bug Reports | https://github.com/xec-cm/biocroxytest/issues |
| Downloads rank | 154 |
| Source branch | RELEASE_3_23 |
| biocViews | Infrastructure, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.4.0)
Imports: cli, glue, roxygen2, stringr
Suggests: BiocStyle, here, knitr, rmarkdown, testthat (>= 3.0.0)