Skip to content

Commit 2913af1

Browse files
committed
update code comment for #5
1 parent 0f130de commit 2913af1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

R/gh-queries.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ gh_issue_assignees_qry <- function (org = "ropensci",
129129
if (!is.null (end_cursor)) {
130130
after_txt <- paste0 (", after:\"", end_cursor, "\"")
131131
}
132-
# Vitally important (see issue #5):
132+
# See issue #5:
133133
order_txt <-
134134
", orderBy: {field: CREATED_AT, direction: ASC}"
135135

codemeta.json

+2-2
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.0.1",
9+
"version": "0.0.1.001",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",
@@ -90,7 +90,7 @@
9090
},
9191
"sameAs": "https://CRAN.R-project.org/package=lubridate"
9292
},
93-
"SystemRequirements": null
93+
"SystemRequirements": {}
9494
},
9595
"fileSize": "31.106KB"
9696
}

0 commit comments

Comments
 (0)