-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
36 lines (36 loc) · 1.07 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
33
34
35
36
Package: intensegRid
Type: Package
Title: R Wrapper for the Carbon Intensity API
Version: 0.1.2
Author: Kasia Kulma <[email protected]>
Maintainer: Kasia Kulma <[email protected]>
Description: Electricity is not made equal and it vary in its carbon footprint (or carbon intensity)
depending on its source. This package enables to access and query data provided by the
Carbon Intensity API (<https://carbonintensity.org.uk/>). National Grid’s Carbon Intensity API
provides an indicative trend of regional carbon intensity of the electricity system in Great Britain.
License: CC0
Encoding: UTF-8
LazyData: TRUE
URL: https://github.com/KKulma/intensegRid, https://kkulma.github.io/intensegRid/articles/intro-to-carbon-intensity.html
BugReports: https://github.com/KKulma/intensegRid/issues
RoxygenNote: 7.2.1
Depends:
R (>= 2.10)
Imports:
dplyr,
httr,
jsonlite,
lubridate,
magrittr,
tidyr,
tibble,
rlang,
purrr
Suggests:
utils,
knitr,
rmarkdown,
testthat (>= 2.1.0),
covr,
vcr
VignetteBuilder: knitr