-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels