Package: biocroxytest
Title: Handle Long Tests in Bioconductor Packages
Version: 1.7.0
Authors@R: 
    c(person(given = "Francesc",
             family = "Catala-Moll",
             role = c("aut", "cre"),
             email = "fcatala@irsicaixa.es",
             comment = c(ORCID = "0000-0002-2354-8648"))
    )
Description: 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.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("rd", "collate",
        "namespace"))
RoxygenNote: 7.3.0
URL: https://github.com/xec-cm/biocroxytest
BugReports: https://github.com/xec-cm/biocroxytest/issues
biocViews: Software, Infrastructure
Imports: cli, glue, roxygen2, stringr
Suggests: BiocStyle, here, knitr, rmarkdown, testthat (>= 3.0.0)
Depends: R (>= 4.4.0)
Config/testthat/edition: 3
Config/testthat/parallel: false
VignetteBuilder: knitr
Config/pak/sysreqs: make libicu-dev libxml2-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2025-10-29 15:27:36 UTC
RemoteUrl: https://github.com/bioc/biocroxytest
RemoteRef: HEAD
RemoteSha: 10bd2271a370a8072a4f393199b5afb0d6570e7c
NeedsCompilation: no
Packaged: 2026-01-22 18:33:31 UTC; root
Author: Francesc Catala-Moll [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-2354-8648>)
Maintainer: Francesc Catala-Moll <fcatala@irsicaixa.es>
Built: R 4.6.0; ; 2026-01-22 18:36:05 UTC; unix
