R 查看包的版本 version
> packageVersion("snow")dom
卸載包
remove.packagesorm
從源碼安裝包
install.packages(path_to_file, repos = NULL, type="source")
http://stackoverflow.com/questions/1474081/how-do-i-install-an-r-package-from-sourceblog
生成隨機數 正太分佈
For uniformly distributed (flat) random numbers, use runif(). By default, its range is from 0 to 1.rem
安裝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/1846326it