-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.15 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
Package: future.tests
Title: Test Suite for 'Future API' Backends
Version: 0.7.0-9002
Authors@R: c(
person("Henrik", "Bengtsson", role = c("aut", "cre", "cph"), email = "[email protected]"),
person(family = "The R Consortium", comment = "Project was awared an Infrastructure Steering Committee (ISC) grant in 2017", role = "fnd"))
Description: Backends implementing the 'Future' API, 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.22.1),
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
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)