We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5f6e6 commit e217ca8Copy full SHA for e217ca8
.github/workflows/R-CMD-check.yaml
@@ -46,7 +46,7 @@ jobs:
46
plotly_api_key: ${{ secrets.PLOTLY_API_KEY }}
47
48
steps:
49
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
50
with:
51
persist-credentials: false
52
DESCRIPTION
@@ -82,6 +82,7 @@ RoxygenNote: 7.3.2
82
Encoding: UTF-8
83
Roxygen: list(markdown = TRUE)
84
Config/Needs/check:
85
+ tidyverse/ggplot2,
86
rcmdcheck,
87
devtools,
88
reshape2,
0 commit comments