Skip to content

Commit

Permalink
need to explicitly import memoise::memoise
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Sep 20, 2023
1 parent 85cdd7c commit d269a94
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: ushardship
Title: Hardship Index from United States Census Data
Version: 0.0.1.017
Version: 0.0.1.018
Authors@R:
person(given = "Mark",
family = "Padgham",
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(hs_get_census_data)
export(hs_hardship_index)
importFrom(memoise,memoise)
1 change: 1 addition & 0 deletions R/ushardship-package.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#' @keywords internal
#' @aliases ushardship-package
#' @importFrom memoise memoise
"_PACKAGE"

# The following block is used by usethis to automatically manage
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/UrbanAnalyst/us-hardship-index",
"issueTracker": "https://github.com/UrbanAnalyst/us-hardship-index/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.0.1.17",
"version": "0.0.1.018",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -91,7 +91,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=tidycensus"
},
"SystemRequirements": null
"SystemRequirements": {}
},
"fileSize": "17.381KB"
}

0 comments on commit d269a94

Please sign in to comment.