Skip to content

Commit

Permalink
explicit import memoise::memoise
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Mar 27, 2024
1 parent d176596 commit 47f4c57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashboard
Title: What the Package Does (One Line, Title Case)
Version: 0.1.2.012
Version: 0.1.2.013
Authors@R:
person(given = "First",
family = "Last",
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export(editor_status)
export(editor_vacation_status)
export(review_history)
export(review_status)
importFrom(memoise,memoise)
1 change: 1 addition & 0 deletions R/dashboard-package.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#' @keywords internal
#' @importFrom memoise memoise
"_PACKAGE"

# The following block is used by usethis to automatically manage
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "dashboard: What the Package Does (One Line, Title Case)",
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.2.012",
"version": "0.1.2.013",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit 47f4c57

Please sign in to comment.