-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.19 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
Package: ukcovid19
Title: UK Coronavirus Data 'API'
Version: 1.2.0
Date: 2020-08-19
Authors@R: person(
given = "Pouria",
family = "Hadjibagheri",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2739-4161")
)
Author: Pouria Hadjibagheri [aut, cre]
Maintainer: Pouria Hadjibagheri <[email protected]>
Description: This is an R Software Programming Kit (SDK) for the 'COVID-19' 'API' (Application Programming Interface), as
published by Public Health England (PHE) on Coronavirus ('COVID-19') in the UK dashboard service. 'API' documentations
are available on the official website on '<https://coronavirus.data.gov.uk/developers-guide>'.
License: MIT + file LICENSE
Copyright: Public Health England
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat,
knitr,
rmarkdown
Imports:
httr,
jsonlite
VignetteBuilder: knitr
URL: https://coronavirus.data.gov.uk/developers-guide, https://github.com/publichealthengland/coronavirus-dashboard-api-r-sdk/
BugReports: https://github.com/publichealthengland/coronavirus-dashboard-api-r-sdk/issues