Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two issues #2

Open
JKPeck opened this issue Jun 7, 2022 · 2 comments
Open

Two issues #2

JKPeck opened this issue Jun 7, 2022 · 2 comments

Comments

@JKPeck
Copy link

JKPeck commented Jun 7, 2022

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'

@mhernan88
Copy link
Owner

Thanks - I'll look into it.

@mhernan88
Copy link
Owner

It's taken me about 18 months, but I'm looking at this.

  • I did an initial test on Windows on 4.3.0. I'm unable to replicate the error on that. I'll install 4.0.5 to test on that as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants