Skip to content

Commit 641ab7c

Browse files
committed
update renv.lock with extra pkgs needed for quarto
1 parent f0da2aa commit 641ab7c

File tree

4 files changed

+441
-3
lines changed

4 files changed

+441
-3
lines changed

.github/workflows/publish.yaml

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

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.104
3+
Version: 0.2.2.105
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.104",
9+
"version": "0.2.2.105",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",

0 commit comments

Comments
 (0)