Skip to content

Commit 13f8f93

Browse files
committed
update pre-commit-config
1 parent aad7fa6 commit 13f8f93

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.4.3.9009
5+
rev: v0.4.3.9020
66
hooks:
77
- id: style-files
88
args: [--style_pkg=spaceout, --style_fun=spaceout_style]
99
additional_dependencies:
1010
- ropensci-review-tools/spaceout
11-
# - id: roxygenize
11+
# - id: roxygenize
1212
# codemeta must be above use-tidy-description when both are used
1313
# - id: codemeta-description-updated
1414
- id: use-tidy-description
@@ -42,16 +42,16 @@ repos:
4242
\.github/workflows/.*|
4343
data/.*|
4444
)$
45-
# - id: lintr
45+
# - id: lintr
4646
- id: readme-rmd-rendered
4747
- id: parsable-R
4848
- id: no-browser-statement
49-
# - id: no-print-statement
49+
- id: no-print-statement
5050
- id: no-debug-statement
5151
- id: deps-in-desc
52-
# - id: pkgdown
52+
# - id: pkgdown
5353
- repo: https://github.com/pre-commit/pre-commit-hooks
54-
rev: v5.0.0
54+
rev: v6.0.0
5555
hooks:
5656
- id: check-added-large-files
5757
args: ['--maxkb=200']
@@ -79,4 +79,4 @@ repos:
7979

8080
ci:
8181
autoupdate_schedule: monthly
82-
# skip: [pkgdown]
82+
# skip: [pkgdown]

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

codemeta.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
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.085",
9+
"version": "0.2.2.86",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",
1313
"url": "https://r-project.org"
1414
},
15-
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
15+
"runtimePlatform": "R version 4.5.2 (2025-10-31)",
1616
"author": [
1717
{
1818
"@type": "Person",
@@ -135,9 +135,10 @@
135135
},
136136
"sameAs": "https://CRAN.R-project.org/package=tidyr"
137137
},
138-
"SystemRequirements": {}
138+
"SystemRequirements": null
139139
},
140140
"fileSize": "NAKB",
141141
"relatedLink": "https://dashboard.ropensci.org",
142-
"readme": "https://github.com/ropensci-review-tools/dashboard/blob/main/README.md"
142+
"readme": "https://github.com/ropensci-review-tools/dashboard/blob/main/README.md",
143+
"keywords": ["dashboard", "r"]
143144
}

0 commit comments

Comments
 (0)