BiologicalRecordsCentre / BRCindicators

An R package for creating indicators from trends data
4 stars 11 forks source link

Noting dependency on car #20

Closed drnickisaac closed 6 years ago

drnickisaac commented 6 years ago

The package depends on the car package being preinstalled, such that the install_github() comment throws an error if it's not installed. Can we do something to prevent this happening?

An easy solution would be to note it on the instructions, but I imagine there is a more foolproof way.

AugustT commented 6 years ago

I just needed to add it to the description file. Tested and works

remove.packages('car')
library(devtools)
install_github('biologicalrecordscentre/brcindicators')