[R] WAR file installation

2009-10-26 Thread Madan Mohan
Hi Friends, Currently i am using R-2.9.1. I am new to R and i am in learning stage. Can any one tell me whether R allows WAR file installation? Other concerns i have are: 1. Does R allows WAR file installation? 2. Does R has a web server or application server concept? 3. Can we create login crede

[R] R connectivity with Oracle DB

2009-05-28 Thread Madan Mohan
Hi Friends, I am working on R-2.9.0 and i want to connect oracle through R, but i could not find ROracle (zip file for windows) on CRAN Packages. Can anyone suggest me how to connect Oracle from R in windows platform? I would be grateful if u can provide me code aswell. Thanks & Regards, Madan -

[R] Error in importing table from SQL to R

2009-05-21 Thread Madan Mohan
Hi Friends, I am trying to import a table from SQL server to R(2.9.0), however i am getting errors while running the below codes. Can anyone identify and let me know where did i go wrong??? Thanks in anticipation :) library(RODBC) myconn <- odbcConnect("RDATABASE") myconn RODB Connection 6 D

[R] Working with R from Remote desktop

2009-05-05 Thread Madan Mohan
Hi Friends, Kindly let me know whether is it possible to install R project in a Server (Remote) desktop, which can be accessed by many users by logging in with their credentials... Another concern is if i want to work with huge dataset (millions of records) what should be the system configuration?