請問 RExcel

578 views
Skip to first unread message

Hen-Chao Chang

unread,
Jun 18, 2013, 3:02:31 AM6/18/13
to taiwa...@googlegroups.com
請問有人知道 RExcel (http://rcom.univie.ac.at/download.html#RExcel)嗎?
我找不到 RExcelInstaller 這個package。求助!謝謝!

DataScientist

unread,
Jun 18, 2013, 11:48:37 AM6/18/13
to taiwa...@googlegroups.com
Hi,

建議使用R Commander即可,因為介面其實相同!
如果真的要裝RExcel,建議移除R後以RAndFriendsSetup2152V3.2-9-1整合安裝檔安裝。

WEPA ^_^

unread,
Jun 18, 2013, 11:49:04 AM6/18/13
to taiwa...@googlegroups.com
Hi friend,
 
Please try:
 

# 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


Hen-Chao Chang於 2013年6月18日星期二UTC+8下午3時02分31秒寫道:

Hen-Chao Chang

unread,
Jun 24, 2013, 10:32:50 PM6/24/13
to taiwa...@googlegroups.com
謝謝 WEPA !
但是好像還要安裝 Rcmdr package。
請教 WEPA兄,對於完全不懂 R 的人,要如何寫 Rcmdr 的安裝步驟。 


WEPA ^_^於 2013年6月18日星期二UTC+8下午11時49分04秒寫道:

Hen-Chao Chang

unread,
Jun 24, 2013, 10:39:24 PM6/24/13
to taiwa...@googlegroups.com, 張亨兆
謝謝 WEPA! 但是好像還要安裝 Rcmdr package。
請教 WEPA 兄,如果要給完全不會 R 的人看,該如何寫 Rcmdr 的安裝步驟。
謝謝!


WEPA ^_^於 2013年6月18日星期二UTC+8下午11時49分04秒寫道:

WEPA ^_^

unread,
Jun 26, 2013, 1:58:19 AM6/26/13
to taiwa...@googlegroups.com, 張亨兆
Hi Hen-Chao,

安裝 R Commander(Rcmdr 套件)只要一行指令:

install.packages("Rcmdr")
或直接在R: 選取 程式套件 \ 安裝程式套件 \ 選取 Taiwan \ 選取 Rcmdr 即可.

詳細說明參考以下文章:
Rcmdr package - 圖形化使用介面

Hen-Chao Chang於 2013年6月25日星期二UTC+8上午10時39分24秒寫道:

Hen-Chao Chang

unread,
Jul 8, 2013, 11:52:05 PM7/8/13
to taiwa...@googlegroups.com
請教 RExcel  是否有商業版本呢?謝謝!


Hen-Chao Chang於 2013年6月18日星期二UTC+8下午3時02分31秒寫道:

WEPA ^_^

unread,
Jul 9, 2013, 10:30:18 AM7/9/13
to taiwa...@googlegroups.com

Hi Hen-Chao,

 
參考 RExcel 網頁提供的價格表, 價格不便宜:
一般採用RExcel 之主要功能是利用 Excel 之環境, 但 Excel 會有資料筆數限制等限制(1048576列), 如果使用者習慣 Excel 工作表方式, 則採用 Rcmdr 或直接在 RStudio 讀取(網路)資料亦可, 以上提供參考.
 

 

Hen-Chao Chang於 2013年7月9日星期二UTC+8上午11時52分05秒寫道:

Hen-Chao Chang

unread,
Jul 9, 2013, 10:48:06 AM7/9/13
to taiwa...@googlegroups.com
謝謝!果然很貴。
再多問一點,之前您所提供的安裝步驟的 RExcel 是哪種版本呢?在 import SAS xport file 時好像有問題?謝謝!


WEPA ^_^於 2013年7月9日星期二UTC+8下午10時30分18秒寫道:

WEPA ^_^

unread,
Jul 9, 2013, 1:10:01 PM7/9/13
to taiwa...@googlegroups.com
Hi Hen-Chao,
 
Please try:
 
1. RExcel 經由該公司網站安裝應該只有一種非商業個人使用版本, 且目前僅支援 32位元的 Office Excel, 64位元 Office Excel 不可執行(ps: 我有試過!)
 
2. 為了避免其他錯誤, R 是安裝在 C:\R 之目錄中, 而不是 C:\Program Files\R
 
3. RExcel 在匯入 SAS 資料檔時, 基本仍是採用 Rcmdr 方式,即使用 foreign 套件方式執行.
 
4. 因目前無 SAS 資料, 因此亦無法測試, 當然如果在 SAS可以匯出成文字檔, 應該匯入至R時錯誤會較少.
 
Hen-Chao Chang於 2013年7月9日星期二UTC+8下午10時48分06秒寫道:

Hen-Chao Chang

unread,
Oct 6, 2013, 10:27:42 PM10/6/13
to taiwa...@googlegroups.com
繼續請教諸位一個問題,最近R出新版了(3.0.2)?
如何將RExcel的R版本更新呢?
除了移除重新安裝外,有其他方法嗎?
非常謝謝!


Hen-Chao Chang於 2013年7月9日星期二UTC+8下午10時48分06秒寫道:
Reply all
Reply to author
Forward
0 new messages