我正在尝试将库数据集加载到 Rattle 中,但我不断收到以下错误:
“ifelse(pmmlCanExport(variables[i]), “”, Rtxt(“.No code export”)) 中的错误:
找不到函数“pmmlCanExport”
有时它不会抛出错误,但只会加载第一列,而不是整个数据集。
我已经pmml
安装并加载了软件包。
我也尝试加载一个R数据框和一个 CSV,同样的问题......
有人遇到这种情况吗?
使用 Windows 7 Professional 64 位,尝试使用R版本 3.01 和 3.02。同样的错误。
回溯显示:
> traceback()
9: ifelse(pmmlCanExport(variables[i]), "", Rtxt(". No code export"))
8: createVariablesModel(colnames(crs$dataset))
7: executeDataTab()
6: dispatchExecuteButton()
5: doTryCatch(return(expr), name, parentenv, handler)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
3: tryCatchList(expr, classes, parentenv, handlers)
2: tryCatch(dispatchExecuteButton(), interrupt = function(m) setStatusBar(Rtxt("Processing interrupted by user.")),
finally = set.cursor())
1: (function (action, window)
{
if (!is.null(crv$executing) && crv$executing)
return()
crv$executing <- TRUE
on.exit(crv$executing <- FALSE)
setStatusBar()
theWidget("rattle_window")$setFocus()
set.cursor("watch")
tryCatch(dispatchExecuteButton(), interrupt = function(m) setStatusBar(Rtxt("Processing interrupted by user.")),
finally = set.cursor())
return()
})(<pointer: 0x000000000fa38c80>)