码迷,mamicode.com
首页 > 其他好文 > 详细

R 包 安装 卸载 查看版本

时间:2016-11-18 12:23:55      阅读:485      评论:0      收藏:0      [点我收藏+]

标签:from   blog   trunc   and   his   over   head   file   ble   

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 包 安装 卸载 查看版本

标签:from   blog   trunc   and   his   over   head   file   ble   

原文地址:http://www.cnblogs.com/ifykwf/p/6076891.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!