【发布时间】:2017-09-20 04:30:57
【问题描述】:
我首先从最近的镜像下载 Rserve,然后加载给我这个错误的库
> install.packages("Rserve")
Installing package into ‘C:/Users/abc/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
trying URL 'http://ftp.iitm.ac.in/cran/bin/windows/contrib/3.4/Rserve_1.7-3.zip'
Content type 'application/zip' length 632080 bytes (617 KB)
downloaded 617 KB
package ‘Rserve’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\abc\AppData\Local\Temp\RtmpmGy9pG\downloaded_packages
> Rserve()
Error in Rserve() : could not find function "Rserve"
【问题讨论】:
-
调用
Rserve函数前需要先导入包:library(Rserve); Rserve()。