Skip to content

Commit 88bc0ae

Browse files
committed
explicit import of memoise fn for #11
1 parent 737384b commit 88bc0ae

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: githist
22
Title: Code analyses traced along the 'git' history of a package
3-
Version: 0.1.0.042
3+
Version: 0.1.0.043
44
Authors@R:
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265"))

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
export(ghist_dashboard)
44
export(githist)
5+
importFrom(memoise,memoise)

R/githist-package.R

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#' @keywords internal
2+
#' @importFrom memoise memoise
23
#' @aliases githist-package
34
"_PACKAGE"
45

codemeta.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/githist",
99
"issueTracker": "https://github.com/ropensci-review-tools/githist/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.0.42",
11+
"version": "0.1.0.43",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -201,7 +201,7 @@
201201
},
202202
"SystemRequirements": null
203203
},
204-
"fileSize": "88.905KB",
204+
"fileSize": "88.964KB",
205205
"readme": "https://github.com/ropensci-review-tools/githist/blob/main/README.md",
206206
"contIntegration": ["https://github.com/ropensci-review-tools/githist/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci-review-tools/githist"],
207207
"developmentStatus": "https://www.repostatus.org/#active"

0 commit comments

Comments
 (0)