ClimateOperators icon indicating copy to clipboard operation
ClimateOperators copied to clipboard

ClimateOperators masks dplyr::select

Open jimjam-slam opened this issue 2 years ago • 0 comments

Hi there! I've noticed that loading {ClimateOperators} after {tidyverse} or {dplyr} masks dplyr::select. I think this is a result of the package attaching {raster}, which has raster::select.

Given ClimateOperators only uses a couple of raster functions (I think only raster::raster! Is griddes a {raster} function too?), would it be possible to namespace those function calls within the package directly and move {raster} from Depends to Imports, so that it doesn't attach {raster} on load?

jimjam-slam avatar Jul 28 '23 05:07 jimjam-slam