You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is quite an easy one, after #317 a number of our dependencies become indirect via etnservice and while there is no real harm in keeping them here, it'll be easier to reduce dependencies if they are only declared on etnservice.
I tried using lintr to detect them, but it seems to be only sensitive to direct calls to library(), another tactic could be to search for namespace declaration ::, or (and this is tempting), removing all dependencies, running R CMD CHECK and looking at the errors.
The text was updated successfully, but these errors were encountered:
This is quite an easy one, after #317 a number of our dependencies become indirect via
etnservice
and while there is no real harm in keeping them here, it'll be easier to reduce dependencies if they are only declared on etnservice.I tried using lintr to detect them, but it seems to be only sensitive to direct calls to
library()
, another tactic could be to search for namespace declaration::
, or (and this is tempting), removing all dependencies, running R CMD CHECK and looking at the errors.The text was updated successfully, but these errors were encountered: