Skip to content

Commit

Permalink
Fix NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Mar 14, 2022
1 parent c3e61b9 commit 27f4858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# R 3.3 compatibility:
importFrom("grDevices", "rgb", "convertColor")
importFrom("grDevices", "rgb", "convertColor", 'col2rgb')

importFrom("graphics", "axis", "legend", "mtext", "rect", "segments",
"text", "plot", 'col2rgb')
"text", "plot")

importFrom("stats", "aggregate", "complete.cases", "na.omit", "as.formula", "splinefun", "weighted.mean")

Expand Down

0 comments on commit 27f4858

Please sign in to comment.