-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.18 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
42
43
44
45
46
47
48
49
50
51
52
Package: beekeeper
Title: Rapidly Scaffold API Client Packages
Version: 0.4.0.9000
Authors@R: c(
person("Jon", "Harmon", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4781-4346")),
person("R Consortium", role = "fnd")
)
Description: Automatically generate R package skeletons from 'application
programming interfaces (APIs)' that follow the 'OpenAPI Specification
(OAS)'. The skeletons implement best practices to streamline package
development.
License: MIT + file LICENSE
URL: https://beekeeper.api2r.org, https://github.com/jonthegeek/beekeeper
BugReports: https://github.com/jonthegeek/beekeeper/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
desc,
fs,
glue,
httptest2,
nectar,
purrr,
rapid (>= 0.0.0.9003),
rlang (>= 1.1.0),
rprojroot,
S7,
snakecase,
stringr,
styler,
testthat,
tibble,
tidyr,
usethis,
utils,
yaml
Suggests:
covr,
knitr,
rmarkdown,
withr
VignetteBuilder:
knitr
Remotes:
jonthegeek/nectar,
jonthegeek/rapid
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1