-
Notifications
You must be signed in to change notification settings - Fork 25
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
kuenm_ceval does not generate output files for windows #49
Comments
I have a similiar issue. Error in .checkLevels(levels(x)[[1]], value) : I don't know if this can help. Regards Francisco. |
Also, I get this error with the test files of the package :( |
|
Hi!! I solved it reinstalling Rtools. Can you try it? Regards |
I am having a trouble with the kuenm_ceval function. The script works correctly if I run it on Mac OS, but if I run it on Windows the progress stops at 0.34%. I don't know if it is a Windows compatibility problem with the Maxent executable. I would appreciate any help with this issue.
Here is the code I am using:
`## argumentos
setwd("D:/kuenm/P_goudotiana")
occ_joint <- "Pgoudotiana_joint.csv"
occ_tra <- "Pgoudotiana_train.csv"
batch_cal <- "Candidate_models"
out_dir <- "Candidate_Models"
occ_test <- "Pgoudotiana_test.csv"
out_eval <- "Calibration_results"
threshold <- 5
rand_percent <- 50
iterations <- 500
kept <- TRUE
selection <- "OR_AICc"
paral_proc <- FALSE
maxent_path <- "D:/kuenm/P_goudotiana"
función
cal_eval <- kuenm_ceval(path = out_dir, occ.joint = occ_joint, occ.tra = occ_tra, occ.test = occ_test, batch = batch_cal,
out.eval = out_eval, threshold = threshold, rand.percent = rand_percent, iterations = iterations,
kept = kept, selection = selection, parallel.proc = paral_proc)`
Thanks,
Laura
The text was updated successfully, but these errors were encountered: