Skip to content

Commit

Permalink
fix typo in review-history for #21
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Apr 16, 2024
1 parent 4fac10f commit dc1d64a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashboard
Title: What the Package Does (One Line, Title Case)
Version: 0.1.8
Version: 0.1.8.001
Authors@R:
person(given = "First",
family = "Last",
Expand Down
2 changes: 1 addition & 1 deletion R/review-history.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ review_history <- function (quiet = FALSE) {
labels <- labels [pkg_index]
assignees <- assignees [pkg_index]

assignees <- vapply (assignees, function (i) i [1], character (1L))
assignee <- vapply (assignees, function (i) i [1], character (1L))

# labels are then only used to identify stats submissions:
stats <- vapply (labels, function (i) "stats" %in% i, logical (1L))
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "dashboard: What the Package Does (One Line, Title Case)",
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.8",
"version": "0.1.8.001",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit dc1d64a

Please sign in to comment.