- Home
- Bioconductor 3.22
- Software Packages
- biocroxytest
biocroxytest
This is the released version of biocroxytest; for the devel version, see biocroxytest.
Handle Long Tests in Bioconductor Packages
Bioconductor version: Release (3.22)
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.
Author: Francesc Catala-Moll [aut, cre] ORCID iD ORCID: 0000-0002-2354-8648
Maintainer: Francesc Catala-Moll <fcatala at irsicaixa.es>
citation("biocroxytest")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("biocroxytest")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("biocroxytest")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.