emrehanks / R-ArcGIS-LSM_ToolPack

This tool is to develop an easy-to-use tool package called Landslide Susceptibility Mapping Tool Pack (LSM Tool Pack) for producing landslide susceptibility maps based on integrating R with ArcMap Software. The proposed tool contains 5 main modules namely: (1) Data Preparation (DP), (2) Feature (Factor) Selection (FS), (3) Logistic Regression (LR), (4) Random Forest (RF), (5) Performance Evaluation (PE) and (6) Create Raster Stack (Multi-Bands).
Apache License 2.0
40 stars 11 forks source link

"Error in do.call : ...." error based on new version of FSelector Package #9

Open emrehanks opened 2 years ago

emrehanks commented 2 years ago

Dear friends, If you meet an error given below when you run the Feature Selection module, you have to install an old package of FSelector in your system.

error message***

Error in do.call : second argument must be a list

**** install old version of FSelector code example

packageurl <- "https://cran.r-project.org/src/contrib/Archive/FSelector/FSelector_0.31.tar.gz" install.packages(packageurl, repos=NULL, type="source")

FSelector_error