-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 1.19 KB
/
Copy pathDESCRIPTION
File metadata and controls
29 lines (29 loc) · 1.19 KB
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
Package: future.tests
Title: Test Suite for 'Future API' Backends
Version: 0.9.0-9017
Authors@R: c(
person("Henrik", "Bengtsson", role = c("aut", "cre", "cph"), email = "henrikb@braju.com",
comment = c(ORCID = "0000-0002-7579-5165")),
person(family = "R Consortium", role = "fnd", comment = c(ROR = "01z833950"))
)
Description: Backends implementing the 'Future' API <doi:10.32614/RJ-2021-048>, as defined by the 'future' package, should use the tests provided by this package to validate that they meet the minimal requirements of the 'Future' API. The tests can be performed easily from within R or from outside of R from the command line making it straightforward to include them in package tests and in Continuous Integration (CI) pipelines.
Imports:
future (>= 1.40.0),
cli,
crayon,
prettyunits,
sessioninfo
Suggests:
commonmark,
base64enc,
utils,
tools,
data.table,
ff
VignetteBuilder: future.tests
License: LGPL (>= 2.1)
Encoding: UTF-8
URL: https://future.tests.futureverse.org, https://github.com/futureverse/future.tests
BugReports: https://github.com/futureverse/future.tests/issues
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0