-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 988 Bytes
/
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
Package: conbenchcoms
Title: An API wrapper for conbench communications
Version: 0.0.10
Authors@R: c(
person("Jonathan", "Keane", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-7087-9776")),
person("Sam", "Albers", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9270-7884")),
person("Edward", "Visel", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-2811-6254")),
person("Austin", "Dickey", , "[email protected]", role = c("aut", "ctb")),
person(given = "Voltron Data",
role = c("cph", "fnd"))
)
Description: An R interface to the conbench API.
License: Apache License (>= 2)
Depends:
R (>= 4.1.0)
Imports:
dplyr,
glue,
httr2 (>= 0.2.2),
yaml
Suggests:
httptest2,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3