[R] Win32 network drive install

2005-09-09 Thread Y Y
I want to install r on a windows network drive so that users who have their own Win2000 machines can run something like x:\bin\rterm.exe CMD BATCH x:\url\prog.r c:\out\prog.Rout I do not want to make n users install their own versions of R; I want to install once, and give users the ability to

[R] package loading smooth.lf (LOCFIT), couldn't find function smooth.lf

2005-07-09 Thread Y Y
After loading locfit, I am unable to access functions within locfit. following http://www.herine.net/locfit/start.html library(locfit) x - 10*runif(100) y - 5*sin(x)+rnorm(100) fit - smooth.lf(x,y) Error: couldn't find function smooth.lf fit - locfit(y~lp(x)) Error in eval(expr, envir,

[R] calling r, from SAS, batch mode

2005-04-14 Thread Y Y
I generally work in SAS but have some graphics features I would like to run in r. I would like to do this 'automatically' from SAS. I'm thinking of something along the lines of putting the r code in a text file and calling system of x on it; r would expect the data in a certain place, and my