geomarker-io / ecat

Assess exposure to elemental carbon attributable to traffic (ECAT) at specific locations in and around Cincinnati, Ohio
https://geomarker.io/ecat
GNU General Public License v3.0
0 stars 1 forks source link

`raster` package masks `dplyr::select` #3

Closed wolfeclw closed 4 years ago

wolfeclw commented 4 years ago

does raster need to be loaded to the global env? could be frustrating if dplyr::select is used in previous code and you would like to rerun the ecat calculation after including other variables in the data frame

cole-brokamp commented 4 years ago

this is a known issue and it seems that raster is loaded even when we don't library() call it and just invoke it with raster::...(). unfortunately, i think the best case scenario is what we came up with, which was to just give the user a loud warning every time they use it.