Skip to content

Commit 669b787

Browse files
committed
add no-error-from-warnings env to rcmdcheck workflow
Coz clipper generates compiler warnings on Windows only
1 parent 01fb7ae commit 669b787

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- {os: ubuntu-latest, r: 'oldrel-1'}
2727

2828
env:
29+
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
2930
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
3031
R_KEEP_PKG_SOURCE: yes
3132

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: uaengine
22
Title: Routing and aggregation engine for 'Urban Analyst'
3-
Version: 0.3.2.017
3+
Version: 0.3.2.018
44
Authors@R:
55
person(given = "Mark",
66
family = "Padgham",

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/UrbanAnalyst/uaengine",
88
"issueTracker": "https://github.com/UrbanAnalyst/uaengine/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.3.2.017",
10+
"version": "0.3.2.018",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

0 commit comments

Comments
 (0)