Skip to content

Commit 7a7ba97

Browse files
fixes for gh actions
1 parent a9e28e5 commit 7a7ba97

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/R-CMD-check.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
dependencies: NA
5151
extra-packages: |
5252
knitr
53+
extraDistr
54+
lubridate
55+
splines2
56+
xts
5357
collapse
5458
rmarkdown
5559
ggplot2

.github/workflows/test-coverage.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
dependencies: NA
3333
extra-packages: |
3434
knitr
35+
extraDistr
36+
lubridate
37+
splines2
38+
xts
3539
collapse
3640
rmarkdown
3741
ggplot2

0 commit comments

Comments
 (0)