Skip to content

Commit

Permalink
fix: fix bug with wrong cell sorting/labeling, closes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
m-jahn committed Oct 16, 2023
1 parent 82c1697 commit eca398e
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 100 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Imports:
grid,
methods,
dplyr,
tibble,
sp,
sf,
scales,
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ importFrom(colorspace,lighten)
importFrom(colorspace,rainbow_hcl)
importFrom(dplyr,"%>%")
importFrom(dplyr,any_vars)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,filter_all)
importFrom(dplyr,group_by)
Expand Down Expand Up @@ -53,6 +54,7 @@ importFrom(sp,spsample)
importFrom(stats,median)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(tibble,deframe)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(WeightedTreemaps, .registration = TRUE)
Loading

0 comments on commit eca398e

Please sign in to comment.