Skip to content

Commit 2d9c93a

Browse files
committed
suppress no vis binding note
1 parent 5734c7d commit 2d9c93a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: repometrics
22
Title: Metrics for Your Code Repository
3-
Version: 0.1.3.015
3+
Version: 0.1.3.016
44
Authors@R:
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265"))

R/data-gh-user.R

+2
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@ gh_user_commits_internal <- function (login,
388388
started_at <- dat$data$user$contributionsCollection$startedAt
389389
ended_at <- dat$data$user$contributionsCollection$endedAt
390390

391+
# suppress no visible binding note:
392+
repo <- date <- NULL
391393
res <- data.frame (
392394
repo = repos,
393395
num_commits = num_commits,

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/repometrics",
99
"issueTracker": "https://github.com/ropensci-review-tools/repometrics/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.3.015",
11+
"version": "0.1.3.016",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

0 commit comments

Comments
 (0)