Skip to content

Commit

Permalink
Merge pull request #39 from m-jahn/dev
Browse files Browse the repository at this point in the history
fix: fix bug with wrong cell sorting/labeling, closes #29
  • Loading branch information
m-jahn authored Oct 16, 2023
2 parents 82c1697 + eca398e commit afaf416
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 afaf416

Please sign in to comment.