-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.03 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
Package: eesyapi
Title: EES-y API
Version: 0.6.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 (>= 4.1.0)
Imports:
data.table,
dplyr,
httr,
httr2,
jsonlite,
magrittr,
readr,
rlang,
stringr,
tidyr
Suggests:
eesyscreener,
knitr,
rmarkdown,
testthat (>= 3.0.0),
usethis
Remotes:
dfe-analytical-services/eesyscreener
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
LazyData: true