File tree Expand file tree Collapse file tree 6 files changed +209
-118
lines changed Expand file tree Collapse file tree 6 files changed +209
-118
lines changed Original file line number Diff line number Diff line change 1
1
# For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
2
2
# https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
3
3
on :
4
- schedule :
5
- - cron : " 0 6 * * *"
4
+ push :
5
+ branches :
6
+ - dev
7
+ pull_request :
8
+ branches :
9
+ - dev
10
+
11
+ name : R-CMD-check-dev
6
12
7
13
jobs :
8
- R-CMD-check :
14
+ R-CMD-check-dev :
15
+
9
16
runs-on : ${{ matrix.config.os }}
10
17
11
18
name : ${{ matrix.config.os }} (${{ matrix.config.r }})
Original file line number Diff line number Diff line change 1
1
Package: intensegRid
2
2
Type: Package
3
3
Title: R Wrapper for the Carbon Intensity API
4
- Version: 0.1.1
4
+ Version: 0.1.2
5
5
Author: Kasia Kulma <katarzyna.kulma@gmail.com>
6
6
Maintainer: Kasia Kulma <katarzyna.kulma@gmail.com>
7
7
Description: Electricity is not made equal and it vary in its carbon footprint (or carbon intensity)
@@ -13,7 +13,7 @@ Encoding: UTF-8
13
13
LazyData: TRUE
14
14
URL: https://github.com/KKulma/intensegRid, https://kkulma.github.io/intensegRid/articles/intro-to-carbon-intensity.html
15
15
BugReports: https://github.com/KKulma/intensegRid/issues
16
- RoxygenNote: 7.1 .1
16
+ RoxygenNote: 7.2 .1
17
17
Depends:
18
18
R (>= 2.10)
19
19
Imports:
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ export(get_postcode_ci)
9
9
export(get_regional_ci)
10
10
export(get_stats)
11
11
importFrom(magrittr,"%>%")
12
- importFrom(rlang,.data )
12
+ importFrom(purrr,map )
Original file line number Diff line number Diff line change 6
6
# ' @return a data.frame with 1/2-hourly carbon intensity data for specified time period
7
7
# ' @export
8
8
# ' @importFrom rlang .data
9
+ # ' @importFrom purrr map
9
10
# '
10
11
# ' @examples \dontrun{
11
12
# ' get_british_ci()
You can’t perform that action at this time.
0 commit comments