From 2d9c93a17a8848150a4a502b1f28cb07725fb26c Mon Sep 17 00:00:00 2001 From: mpadge Date: Wed, 11 Dec 2024 12:00:18 +0100 Subject: [PATCH] suppress no vis binding note --- DESCRIPTION | 2 +- R/data-gh-user.R | 2 ++ codemeta.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e6ee9d1..d39976d 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: repometrics Title: Metrics for Your Code Repository -Version: 0.1.3.015 +Version: 0.1.3.016 Authors@R: person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")) diff --git a/R/data-gh-user.R b/R/data-gh-user.R index b14fff4..38ee893 100644 --- a/R/data-gh-user.R +++ b/R/data-gh-user.R @@ -388,6 +388,8 @@ gh_user_commits_internal <- function (login, started_at <- dat$data$user$contributionsCollection$startedAt ended_at <- dat$data$user$contributionsCollection$endedAt + # suppress no visible binding note: + repo <- date <- NULL res <- data.frame ( repo = repos, num_commits = num_commits, diff --git a/codemeta.json b/codemeta.json index 1cbbcca..3cc289a 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci-review-tools/repometrics", "issueTracker": "https://github.com/ropensci-review-tools/repometrics/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.3.015", + "version": "0.1.3.016", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",