-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 943 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
Package: eesyapi
Title: EES-y API
Version: 0.4.0
Authors@R: c(
person("Rich", "Bielby", , "richard.bielby@education.gov.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9070-9969")),
person("Cam", "Race", , "cameron.race@education.gov.uk", role = "aut"),
person("Laura", "Selby", , "laura.selby@education.gov.uk", role = "ctb")
)
Description: An R package with useful utility functions for connecting to,
and processing data from, the DfE's explore education statistics API.
License: MIT + file LICENSE
URL: https://dfe-analytical-services.github.io/eesyapi
Depends:
R (>= 3.5.0)
Imports:
data.table,
dplyr,
httr,
httr2,
jsonlite,
magrittr,
readr,
rlang,
stringr
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2