# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "biocroxytest" in publications use:' type: software license: GPL-3.0-or-later title: 'biocroxytest: Handle Long Tests in Bioconductor Packages' version: 1.8.0 doi: 10.32614/CRAN.package.biocroxytest abstract: 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. authors: - family-names: Catala-Moll given-names: Francesc email: fcatala@irsicaixa.es orcid: https://orcid.org/0000-0002-2354-8648 repository: https://bioc-release.r-universe.dev repository-code: https://github.com/xec-cm/biocroxytest commit: 7d13fb4848551b1cd2d39c58ef924743cd52a3ca url: https://github.com/xec-cm/biocroxytest date-released: '2026-04-28' contact: - family-names: Catala-Moll given-names: Francesc email: fcatala@irsicaixa.es orcid: https://orcid.org/0000-0002-2354-8648