Skip to content

Commit

Permalink
import from palette to fix loading bug
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherkenny committed Jun 27, 2024
1 parent 0d934c7 commit d2ebbfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export(stat_district_coordinates)
export(stat_interstates)
export(stat_places)
export(theme_map)
importFrom(palette,palette)
importFrom(stats,approx)
importFrom(stats,optim)
importFrom(stats,weighted.mean)
Expand Down
1 change: 1 addition & 0 deletions R/ggredist-package.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## usethis namespace: start
#' @importFrom palette palette
#' @importFrom stats optim weighted.mean approx
#' @importFrom utils head
## usethis namespace: end
Expand Down

0 comments on commit d2ebbfe

Please sign in to comment.