-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 907 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
32
33
34
35
36
37
38
39
40
41
Package: nectar
Title: A Framework for Web API Packages
Version: 0.0.0.9005
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: An opinionated framework for use within api-wrapping R
packages.
License: MIT + file LICENSE
URL: https://nectar.api2r.org, https://github.com/jonthegeek/nectar
BugReports: https://github.com/jonthegeek/nectar/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
curl,
fs,
glue,
httr2 (>= 1.0.0),
jsonlite,
lifecycle,
purrr,
rlang,
stbl,
stringr,
utils,
vctrs
Suggests:
covr,
stringi,
testthat (>= 3.0.0),
tibble,
tibblify
Remotes:
jonthegeek/stbl
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2