Closed LHBO closed 7 months ago
Note that several more can be removed if one use e.g. data.table::copy
instead of just copy
. Currently there is no consistency across methods when to include the library prefix and not. Discuss with Martin.
Also, sourceCpp
is no longer needed, but removing that makes the checks give a lot of warnings.
Should remove whitespace around the number of features.
Error in check_approach(internal) :
approachmust be one of the following: categorical, copula, ctree, empirical, gaussian, independence, regression_separate, timeseries, vaeac or a vector of length one less than the number of features ( 3 ), with only the above strings.
Do this in #391
In this pull request, we remove imports that are no longer needed in the
shapr-package.R
file. These imports were important at an earlier version of theshapr
package, but were not removed when the corresponding dependencies were removed.