在遵循链接中给出的示例时遇到一些问题 https://cran.r-project.org/web/packages/fscaret/fscaret.pdf
特别是代码
myFirstRES <- fscaret(dataset.train, dataset.test, installReqPckg=FALSE,
preprocessData=FALSE, with.labels=TRUE, classPred=FALSE,
regPred=TRUE, skel_outfile=NULL,
impCalcMet="RMSE&MSE", myTimeLimit=5,
Used.funcRegPred=c("lm","pls","pcr"), Used.funcClassPred=NULL,
no.cores=myCores, method="boot", returnResamp="all",
supress.output=TRUE,saveModel=FALSE)
给出错误:checkForRemoteErrors(val)中的错误: 一个节点产生错误:维数不正确
任何想法可能是什么问题,因为我相应地遵循了这个例子?