Bioc2026 Registration Open!

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

MaintainerFrancesc Catala-Moll <fcatala@irsicaixa.es>
AuthorFrancesc Catala-Moll [aut, cre] (ORCID: <https://orcid.org/0000-0002-2354-8648>)
LicenseGPL (>= 3)
URLhttps://github.com/xec-cm/biocroxytest
Bug Reportshttps://github.com/xec-cm/biocroxytest/issues
Downloads rank154
Source branchRELEASE_3_23
biocViewsInfrastructure, Software

Documentation

Download

Dependencies

Depends: R (>= 4.4.0)

Imports: cli, glue, roxygen2, stringr

Suggests: BiocStyle, here, knitr, rmarkdown, testthat (>= 3.0.0)