-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 899 Bytes
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 899 Bytes
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
Package: objr
Title: Wrapper for Objective APIs
Version: 0.2.1.9000
Authors@R: c(
person("Scottish Government", , , "statistics.enquiries@gov.scot", role = "cph"),
person("Alice", "Hannah", , "alice.hannah@gov.scot", role = c("aut", "cre"))
)
Description: An R package wrapper for Objective APIs including Objective
Connect.
License: MIT + file LICENCE
URL: https://github.com/ScotGovAnalysis/objr,
https://ScotGovAnalysis.github.io/objr/
BugReports: https://github.com/ScotGovAnalysis/objr/issues
Imports:
cli,
curl,
dplyr (>= 1.1.4),
httr2,
lifecycle,
magrittr,
rlang,
rstudioapi,
tidyr (>= 1.3.1)
Suggests:
httptest2,
knitr,
readr,
readxl,
rmarkdown,
testthat (>= 3.0.0),
withr,
writexl
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3