Open lenarddome opened 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
stat_wireframe.R
#' @importFrom dplyr "arrange"
First of all, awesome package! Thank you for making it! 🥇
The error I got was:
Installed it from GitHub. Loading dplyr solved the problem.
stat_wireframe.R
should be amended with