Package: biocroxytest 1.3.0
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:
biocroxytest_1.3.0.tar.gz
biocroxytest_1.3.0.zip(r-4.5)biocroxytest_1.3.0.zip(r-4.4)biocroxytest_1.1.0.zip(r-4.3)
biocroxytest_1.3.0.tgz(r-4.4-any)biocroxytest_1.1.0.tgz(r-4.3-any)
biocroxytest_1.3.0.tar.gz(r-4.5-noble)biocroxytest_1.3.0.tar.gz(r-4.4-noble)
biocroxytest_1.3.0.tgz(r-4.4-emscripten)biocroxytest_1.1.0.tgz(r-4.3-emscripten)
biocroxytest.pdf |biocroxytest.html✨
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.1.0(bioc 3.20)biocroxytest-1.0.0(bioc 3.19)
Last updated 26 days agofrom:d07605fbdb. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win | OK | Oct 30 2024 |
R-4.5-linux | OK | Oct 30 2024 |
R-4.4-win | OK | Oct 30 2024 |
R-4.4-mac | OK | Oct 30 2024 |
R-4.3-win | OK | Oct 01 2024 |
R-4.3-mac | OK | Oct 01 2024 |
Exports:longtests_rocletuse_longtests
Dependencies:brewcallrclicommonmarkcpp11descevaluatefsgluehighrknitrlifecyclemagrittrpkgbuildpkgloadprocessxpspurrrR6rlangroxygen2rprojrootstringistringrvctrswithrxfunxml2yaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Roclet for Long Tests | longtests_roclet |
Clean up test files in the 'longtests' directory | roclet_clean.roclet_longtests |
Process blocks for 'longtests' roclet | roclet_output.roclet_longtests |
Process blocks for 'longtests' roclet | roclet_process.roclet_longtests |
Sets up overall longtests infrastructure | use_longtests |