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
dplyr: Only used once in the package (see below) so we could really remove the dependency altogether.
matrixStats: only used for matrixStats::rowProds. Should be removed completely
ggplot2: The plotting features are not very central for the package so we could move the dependency from Imports to Suggests
laeken: Used for example data (eusilc), gini() and weightedMedian(). Probably we should keep this dependency as-is. Otherwise, we would have to host our own copy of the laeken::eusilc data
matrixStats::rowProds
. Should be removed completelygini()
andweightedMedian()
. Probably we should keep this dependency as-is. Otherwise, we would have to host our own copy of thelaeken::eusilc
datasurveysd/R/demo.eusilc.R
Line 74 in 8c64f39
The text was updated successfully, but these errors were encountered: