Package: biocroxytest Title: Handle Long Tests in Bioconductor Packages Version: 1.9.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: cmake make libicu-dev libuv1-dev libxml2-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:02:17 UTC RemoteUrl: https://github.com/bioc/biocroxytest RemoteRef: HEAD RemoteSha: d5876a7a5aa55e70f05109335a2b464870e885bc NeedsCompilation: no Packaged: 2026-07-04 21:51:05 UTC; root Author: Francesc Catala-Moll [aut, cre] (ORCID: ) Maintainer: Francesc Catala-Moll