Skip to content

Commit 549dfb6

Browse files
committedOct 14, 2024
also need 'libcairo2-dev' for 'gdtools' pkg in publish workflow
1 parent b4b5ada commit 549dfb6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

‎.github/workflows/publish.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
libfreetype6-dev \
3838
libpng-dev \
3939
libtiff5-dev \
40-
libjpeg-dev
40+
libjpeg-dev \
41+
libcairo2-dev
4142
4243
- name: Install R Dependencies
4344
uses: r-lib/actions/setup-renv@v2

‎DESCRIPTION

+1-1
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.055
3+
Version: 0.2.2.056
44
Authors@R:
55
person(given = "First",
66
family = "Last",

‎codemeta.json

+1-1
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.055",
9+
"version": "0.2.2.056",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",

0 commit comments

Comments
 (0)