Package: biocroxytest
Title: Handle Long Tests in Bioconductor Packages
Version: 1.6.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
git_url: https://git.bioconductor.org/packages/biocroxytest
git_branch: RELEASE_3_22
git_last_commit: bbd5ac6
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-10-29
NeedsCompilation: no
Packaged: 2025-10-30 02:08:03 UTC; biocbuild
Author: Francesc Catala-Moll [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-2354-8648>)
Maintainer: Francesc Catala-Moll <fcatala@irsicaixa.es>
Built: R 4.5.1; ; 2025-10-30 09:17:23 UTC; unix
