# title: Rexcel in R 3.0.1
# date: 2013.6.18
# step 1 下載並安裝 statconn DCOM server
# file: statconnDCOM.latest.exe (約6.97MB)
# link: http://rcom.univie.ac.at/download/current/statconnDCOM.latest.exe
# 直接按滑鼠左鍵二下安裝, 採用預設值安裝即可.
# step2 安裝rscproxy, rcom 套件
在R視窗中執行以下指令:
install.packages(c("rscproxy", "rcom"), repos = "http://rcom.univie.ac.at/download", lib = .Library)
library(rcom)
comRegisterRegistry()
# step 3 下載並安裝 RExcel installer
# file: RExcelInst.latest.exe (約3.87MB)
# link: http://rcom.univie.ac.at/download/RExcel.distro/RExcelInst.latest.exe
# step 4
RExcel \ Set R Server \ Foreground 打勾 \ RGui visible 打勾 \ 按 [check server] \ 如果可以連線 按 [save] \ 按 [close]
# step 5
Excel \ 增益集 \ RExcel 可以使用
# end
Hi Hen-Chao,