Skip to content

ClimateOperators masks dplyr::select #4

@jimjam-slam

Description

@jimjam-slam

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions