rattle

安装R的机器学习GUI工具rattle包

百般思念 提交于 2020-02-26 21:39:02
这可是用R玩机器学习的利器。 安装rattle()包 > install.packages("rattle") > library(rattle) Rattle: A free graphical interface for data science with R. XXXX 5.3.0 Copyright (c) 2006-2018 Togaware Pty Ltd. 键入'rattle()'去轻摇、晃动、翻滚你的数据。 rattle包作者你也太调皮啦😁 运行rattle() 安装RGtk2包 > rattle() Error in rattle() : The RGtk2 package is not available but is required. Please install the package using, for example: install.packages("RGtk2") > install.packages(RGtk2) Error in install.packages : object 'RGtk2' not found > install.packages("RGtk2") trying URL 'https://mirrors.tongji.edu.cn/CRAN/bin/windows/contrib/3.6/RGtk2_2.20.36

Error when installing: cannot coerce type 'closure' to vector of type 'character'

柔情痞子 提交于 2019-12-06 17:52:54
问题 Tried to install all rattle related packages by typing: install.packages(rattle, dependencies = c("Depends","Suggests")) and got this Installing package into ‘C:/Users/Hooman/Documents/R/win-library/3.1’ (as ‘lib’ is unspecified) Error in as.character(x) : cannot coerce type 'closure' to vector of type 'character' I already installed two individual packages in that folder and had no issue. 回答1: @BenBolker posted an answer as a comment, perhaps because he is hoping that you will stare at the

Error when installing: cannot coerce type 'closure' to vector of type 'character'

若如初见. 提交于 2019-12-04 23:10:42
Tried to install all rattle related packages by typing: install.packages(rattle, dependencies = c("Depends","Suggests")) and got this Installing package into ‘C:/Users/Hooman/Documents/R/win-library/3.1’ (as ‘lib’ is unspecified) Error in as.character(x) : cannot coerce type 'closure' to vector of type 'character' I already installed two individual packages in that folder and had no issue. 42- @BenBolker posted an answer as a comment, perhaps because he is hoping that you will stare at the difference between your code and his and get a Zen-moment. He also thinks, being the modest gentleman