trashbirdecology / bbsAssistant

An R package for downloading and handling data and information from the North American Breeding Bird Survey.
Creative Commons Zero v1.0 Universal
27 stars 13 forks source link

if on winOS force binary install of `stringi` #115

Open trashbirdecology opened 2 years ago

trashbirdecology commented 2 years ago

For at least R package stringi, check if winOS and force insatll binary

install.packages ("stringi", type = "win.binary")

Maybe also readr (which has vroom dependency)