Package: biocroxytest 1.9.0

Francesc Catala-Moll

biocroxytest: Handle Long Tests in Bioconductor Packages

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:Francesc Catala-Moll [aut, cre]

biocroxytest_1.9.0.tar.gz
biocroxytest_1.9.0.zip(r-4.7)biocroxytest_1.9.0.zip(r-4.6)biocroxytest_1.9.0.zip(r-4.5)
biocroxytest_1.9.0.tgz(r-4.6-any)biocroxytest_1.9.0.tgz(r-4.5-any)
biocroxytest_1.9.0.tar.gz(r-4.7-any)biocroxytest_1.9.0.tar.gz(r-4.6-any)
biocroxytest_1.9.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
biocroxytest/json (API)
NEWS

# Install 'biocroxytest' in R:
install.packages('biocroxytest', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/xec-cm/biocroxytest/issues

On BioConductor:biocroxytest-1.9.0(bioc 3.24)biocroxytest-1.8.0(bioc 3.23)

softwareinfrastructure

4.30 score 2 stars 3 scripts 235 downloads 2 exports 28 dependencies

Last updated from:d5876a7a5a. Checks:1 NOTE, 9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
bioc-checksNOTE159
linux-devel-x86_64OK221
source / vignettesOK176
linux-release-x86_64OK186
macos-release-arm64OK97
macos-oldrel-arm64OK83
windows-develOK89
windows-releaseOK92
windows-oldrelOK68
wasm-releaseOK115

Exports:longtests_rocletuse_longtests

Dependencies:brewcallrclicommonmarkcpp11descevaluatefsgluehighrknitrlifecyclemagrittrpkgbuildpkgloadprocessxpsR6rlangroxygen2rprojrootstringistringrvctrswithrxfunxml2yaml

Introduction to biocroxytest

Rendered frombiocroxytest.Rmdusingknitr::rmarkdownon May 31 2026.

Last update: 2024-01-17
Started: 2023-12-20