-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.43 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: biocroxytest
Title: Handle Long Tests in Bioconductor Packages
Version: 1.1.0
Authors@R:
c(person(given = "Francesc",
family = "Catala-Moll",
role = c("aut", "cre"),
email = "[email protected]",
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