AtlasOfLivingAustralia / ALA4R

Access data and resources hosted by the Atlas of Living Australia (ALA)
https://atlasoflivingaustralia.github.io/ALA4R/
41 stars 8 forks source link

Image info fix #55

Closed matildastevenson closed 4 years ago

matildastevenson commented 4 years ago

Changed image info function to use new images API. Updated broken tests.

raymondben commented 4 years ago

Just a suggestion, perhaps use rbind instead of bind_rows. That way it's not necessary to "Import" dplyr, it can remain in "Suggests". (It's a big dependency that takes a long time to install from source, so importing it just for one function is perhaps best avoided if possible).