Error in library(e1071) : there is no package called 'e1071'

学习R语言时,在安装包的时候都是正常的,但当导入包的时候通常会出现下面的情况:

libaray(e1071)

Error in library(e1071) : there is no package called ‘e1071’

网上有些说是包没有装全,需要安装依赖包 , dependencies=TRUE, 但通常这个依旧解决不了问题。

其实大多数情况下R都安装在windows平台,所以我们应该想到是不是文件的执行权限问题。

当我们用管理员身份运行R工具时,就会发现上面的问题消失啦!

PS:每次运行R都要右击鼠标是不是很烦? 这里有个一劳永逸的办法:

右击R图标 -> 选择属性-兼容性选项卡 -> 勾选"以管理员身份运行此程序"

是不是很简单?!

Error in library(e1071) : there is no package called 'e1071'

时间: 2024-10-10 07:36:50

Error in library(e1071) : there is no package called 'e1071'的相关文章

安装postgreSQL出现configure:error:readline library not found解决方法

要安装 readline , readline-dev 开发包,要么使用 --without-readline 选项关闭 readline 功能. #yum install readline; #yum install readline-dev; readline 也就是命令行编辑,关闭的话,你直接用psql 就不能编辑命令行,如果输错指令,不能回滚命令历史记录,只能手工重新输入. 在安装postgreSQL的过程中遇到一个问题,在执行 configure 过程中报以下错误,configure:

configure: error: Jabber library not found

报错:configure: error: Jabber library not found ./configure  --prefix=/usr/local/zabbix --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl --with-openipmi --enable-agent 方法:下载iksemel-1.4.tar.gz 编译安装以后  执行再次配置 ./configure  --prefi

编译安装zabbix error: MySQL library not found

本人用编译方式安装的MySQL ,用编译安装zabbix 报checking for mysql_config... configure: error: MySQL library not found 用--with-mysql=/usr/local/mysql/也不行 由"mysql_config... /usr/local/mysql/"得到启发 查找mysql_config #find / -name "mysql_config*" /usr/local/my

安装nghttp2 报错error: Libtool library used but 'LIBTOOL' is undefined

nghttp2 报错error: Libtool library used but 'LIBTOOL' is undefined 如果重新安装libtool和autoconf升级到2.69后,还是报错, 则进行下面的操作: 1,查看aclocal的路径 aclocal --print-ac-dir 显示/usr/local/share/libtool/m4 ls看看里面没有m4文件. 则copy /usr/share/libtool/m4里面的m4文件到此目录下. 2,cd到nghtt2目录 执

简述“类(class)”,“类库(class library)”,“包(package)”,“jar文件”这四个概念间的关系

(1)类(class)实际上是对某种类型的对象定义变量和方法的原型,它表示对现实生活中的一类具有共同特征的事物的抽象. (2)为了更好地组织类,java提供了包机制.包(package)是类的容器,用于分隔类名空间. (3)类库(class library)是用来实现各种功能的类的集合. (4)jar文件用于发布和使用类库,可以被编译器和jvm直接使用. 原文地址:https://www.cnblogs.com/myhdc/p/8548451.html

安装错误 ERROR: DW050: - Microsoft Visual C++ 2010 Redistributable Package (x86): Install failed

这个问题很可能是你的 Microsoft Visual C++ 2010 Redistributable Package (x86) 太新的缘故,所以无法安装成功,导致最终的失败. 在控制面板-程序和功能 里找到 Microsoft Visual C++ 2010 Redistributable 卸载,再安装即可. 如果同时安装了x86和x64的版本都卸.

安装zabbix报错configure: error: libcurl library not found

libcurl 和libcurl-devel都已经安装 且大于7.13.1 但还是报错,这时需要在configure 指定curl路径即可 ./configure --prefix=/usr/local/zabbix --enable-server --enable-proxy --enable-agent --with-mysql=/usr/bin/mysql_config --with-net-snmp --with-libcurl=/usr/bin/curl-config  --with-

HP StorageWorks MSL2024 Tape Libraries - Tape library Error Codes

Main error codes Error Code Description Details and Solution 80 Can not initialize bar code reader Power-cycle the unit and retry the operation 81 No response from bar code reader 82 No response from EEPROM on robotic controller 83 Robotic controller

Reading package lists... Error! 解决方案

ubuntu 下安装python开发包,执行命令 sudo apt-get install python-dev,报错: Reading package lists... Error! E: Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/AZ.archive.ubuntu.com_ubuntu_dists_natty_main_i18n _Translation