R 包 安装 卸载 查看版本

Posted @old土哥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了R 包 安装 卸载 查看版本相关的知识,希望对你有一定的参考价值。

R 查看包的版本 version
> packageVersion("snow")

卸载包
remove.packages

从源码安装包
install.packages(path_to_file, repos = NULL, type="source")
http://stackoverflow.com/questions/1474081/how-do-i-install-an-r-package-from-source


生成随机数 正太分布
For uniformly distributed (flat) random numbers, use runif(). By default, its range is from 0 to 1.


安装R时出错:
checking for history_truncate_file... no
configure: error: --with-readline=yes (default) and headers/libs are not available
./configure --with-readline=no --with-x=no

http://stackoverflow.com/questions/17473547/error-with-readline-yes-default-and-headers-libs-are-not-available
http://kuxingseng2016.blog.51cto.com/1374617/1846326

以上是关于R 包 安装 卸载 查看版本的主要内容,如果未能解决你的问题,请参考以下文章

R语言-查看加载包卸除加载包及安装包与卸载包

Linux rpm -e卸载命令e是哪个单词

Python及R安装包版本查看方法

mysql安装与卸载

Docker容器安装配置

mac系统卸载okg包命令