jeffreyhorner / Rook

A web server interface for R
161 stars 30 forks source link

Clean up dependencies #7

Closed jeroen closed 11 years ago

jeroen commented 11 years ago

Would it be possible to move some dependencies out of the Depends field and into Imports? It is usually better to avoid depends, because you are cluttering the search path of the user with packages he hasn't asked for. If you just need some functions internally for Rook, importing them is probably better.

Also it would be better if brew would be loaded only if it is actually used?

jeroen commented 11 years ago

Done.