Skip to content

Commit

Permalink
explicit import of memoise fn for #11
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Nov 13, 2024
1 parent 737384b commit 88bc0ae
Show file tree
Hide file tree
Showing 4 changed files with 5 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: githist
Title: Code analyses traced along the 'git' history of a package
Version: 0.1.0.042
Version: 0.1.0.043
Authors@R:
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265"))
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

export(ghist_dashboard)
export(githist)
importFrom(memoise,memoise)
1 change: 1 addition & 0 deletions R/githist-package.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#' @keywords internal
#' @importFrom memoise memoise
#' @aliases githist-package
"_PACKAGE"

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci-review-tools/githist",
"issueTracker": "https://github.com/ropensci-review-tools/githist/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.0.42",
"version": "0.1.0.43",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -201,7 +201,7 @@
},
"SystemRequirements": null
},
"fileSize": "88.905KB",
"fileSize": "88.964KB",
"readme": "https://github.com/ropensci-review-tools/githist/blob/main/README.md",
"contIntegration": ["https://github.com/ropensci-review-tools/githist/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci-review-tools/githist"],
"developmentStatus": "https://www.repostatus.org/#active"
Expand Down

0 comments on commit 88bc0ae

Please sign in to comment.