-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
After installing RelimpPCR on Windows10, R4.0 with no error messages, using it fails complaining about ipred being missing. After installing that separately, it did run,
But running the example in the help,
y = mtcars$mpg[1:20]; x = mtcars[1:20,c("cyl","disp")]
pcr_object = RelimpPCR(Y = y, X = x,target_r2 = 0.75, multicore = FALSE,
remove_factors = FALSE, normalize_data = FALSE, plot_this = FALSE)
it fails with the error
Error in split_indices(as.integer(splitv), attr(splitv, "n")) :
function 'Rcpp_precious_remove' not provided by package 'Rcpp'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels