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

Error in checkForRemoteErrors(val) : one node produced an error: comparison of these types is not implemented #120

Open
KamnaPokhariya opened this issue May 23, 2022 · 1 comment

Comments

@KamnaPokhariya
Copy link

Hey! I am new to R and running the following code.

model_SSDM <- stack_modelling(c('GLM', 'RF'), Occ , envir, rep = 1 , ensemble.thresh = 0 ,
Xcol = "long" , Ycol = "lat" ,
Spcol = "species" , method = "PRR.MEM", verbose = FALSE)

While doing stack modelling I am getting error
"Error in checkForRemoteErrors(val) : one node produced an error: comparison of these types is not implemented"
but when I am running SDM with the same datasets with SSDM package it worked perfectly.

Please let me know it any solution available to this. '

@sylvainschmitt
Copy link
Owner

Could you make a reproducible example with the package data? It seems a local error, not sure I can help.

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

No branches or pull requests

2 participants