All was done exactly like in manual. After the first try I've installed 'R-bitops' and now error-message looks a little different:
> install.packages("/home/dsel/Documents/BettoR/betfair_1.0.0.tar.gz", repos=NULL)
Installing package(s) into '/home/dsel/R/x86_64-redhat-linux-gnu-library/2.13'
(as 'lib' is unspecified)
During startup - Warning messages:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_TIME failed, using "C"
3: Setting LC_MESSAGES failed, using "C"
4: Setting LC_PAPER failed, using "C"
5: Setting LC_MEASUREMENT failed, using "C"
* installing *source* package 'betfair' ...
** R
** preparing package for lazy loading
** help
*** installing help indices
converting help for package 'betfair'
finding HTML links ... done
Exchange html
ExchangeAU html
Global html
betStatus html
betfair-internal html
betfair-package html
betfair_odds html
cancelBets html
convertCurrency html
courseAbbrev html
filterEvents html
getAccountFunds html
getActiveEventTypes html
getAllCurrencies html
getAllEventTypes html
getAllMarkets html
getBet html
getBetHistory html
getBetLite html
getCompleteMarketPricesCompressed html
getDetailAvailableMktDepth html
getEvents html
getInPlayMarkets html
getLastTimestamp html
getMUBets html
getMarket html
getMarketInfo html
getMarketPrices html
getMarketProfitAndLoss html
getMarketTradedVolumeCompressed html
getSilks html
keepAlive html
login html
logout html
newBet html
placeBets html
plotPrice html
updateBet html
updateBets html
** building package indices ...
** testing if installed package can be loaded
During startup - Warning messages:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_TIME failed, using "C"
3: Setting LC_MESSAGES failed, using "C"
4: Setting LC_PAPER failed, using "C"
5: Setting LC_MEASUREMENT failed, using "C"
Installing package(s) into '/home/dsel/R/x86_64-redhat-linux-gnu-library/2.13'
(as 'lib' is unspecified)
Error : .onLoad failed in loadNamespace() for 'betfair', details:
call: contrib.url(repos, type)
error: trying to use CRAN without setting a mirror
In addition: Warning message:
In utils:::packageDescription("RCurl") : no package 'RCurl' was found
Error: loading failed
Execution halted
ERROR: loading failed
* removing '/home/dsel/R/x86_64-redhat-linux-gnu-library/2.13/betfair'
Warning message:
In install.packages("/home/dsel/Documents/BettoR/betfair_1.0.0.tar.gz", :
installation of package '/home/dsel/Documents/BettoR/betfair_1.0.0.tar.gz' had non-zero exit status
Should I manually install 'RCurl'?