bluegreen-labs / snotelr

a snow data network (SNOTEL) R package
https://bluegreen-labs.github.io/snotelr/
GNU Affero General Public License v3.0
14 stars 10 forks source link

Fix test for required packages (Issue #14) #15

Closed potterzot closed 2 years ago

potterzot commented 2 years ago

Use sapply to loop through the list of required packages to test. Previous test only tested the first package in the list. Also quote package names separately.

khufkens commented 2 years ago

Thanks for the submission, didn't know this was used (so much).