2013-05-17 60 views
0

我無法安裝fPortfolioBacktestfPortfolioBacktest無法安裝

因爲缺少link。只有Linux和Mac可用。

安裝:

install.packages("fPortfolioBacktest", repos="http://R-Forge.R-project.org") 

我有下面的錯誤消息:

package ‘fPortfolioBacktest’ is available as a source package but not as a binary 

警告消息:

包 'fPortfolioBacktest' 不可用(對於R版本3.0。 0)

任何人都可以幫助我嗎?

回答

0

有R 3.0.0,如果你把所有的依賴已安裝fPortfolioBacktest,你可以從源代碼通過指定type=source安裝:

install.packages("fPortfolioBacktest", repos="http://r-forge.r-project.org", 
       type="source")