AckerDWM / gg3D

A ggplot2 extension enabling 3D projections
103 stars 11 forks source link

Computation failed in `stat_wireframe()`: could not find function "arrange" #9

Open lenarddome opened 3 years ago

lenarddome commented 3 years ago

First of all, awesome package! Thank you for making it! 🥇

The error I got was:

Warning message:
Computation failed in `stat_wireframe()`:
could not find function "arrange"

Installed it from GitHub. Loading dplyr solved the problem.

stat_wireframe.R should be amended with

#' @importFrom dplyr "arrange"