Skip to content

Commit f0da2aa

Browse files
committed
pre-install extra pkgs in initial renv install
1 parent 1996c61 commit f0da2aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
with:
4848
cache-version: 1
4949
r-version: 'renv'
50+
extra-packages: any::ggplot2, any::knitr, any::ggiraph, any::gfonts, any::gdtools
5051
env:
5152
GITHUB_TOKEN: ${{ secrets.MY_GH_TOKEN }}
5253

@@ -58,7 +59,6 @@ jobs:
5859
with:
5960
target: gh-pages
6061
path: quarto
61-
extra-packages: any::ggplot2, any::knitr, any::ggiraph, any::gfonts, any::gdtools
6262
env:
6363
AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}
6464
GITHUB_TOKEN: ${{ secrets.MY_GH_TOKEN }}

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashboard
22
Title: What the Package Does (One Line, Title Case)
3-
Version: 0.2.2.103
3+
Version: 0.2.2.104
44
Authors@R:
55
person(given = "First",
66
family = "Last",

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "dashboard: What the Package Does (One Line, Title Case)",
77
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
88
"license": "https://spdx.org/licenses/MIT",
9-
"version": "0.2.2.103",
9+
"version": "0.2.2.104",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",

0 commit comments

Comments
 (0)