[R] Installing packages from RProfile.site file

2012-07-17 Thread abhisarihan
I am trying to install custom packages upon starting R. A lot of the code that is written by us right now is available for editing to the users. To try and protect the code, I am packaging the production level code and having the users install it on their machine during start up. However, when I t

Re: [R] Unexpected input while building package in R

2012-05-08 Thread abhisarihan
I just fixed the issue. I had to do a full re-install of R to get it working. I had initially re-installed Rtools and Perl which did not work. However, upon re-installing R, the error seemed to go away. So I do not really know what corrupted the R install from earlier, but at the moment, I seemed t

[R] Unexpected input while building package in R

2012-05-08 Thread abhisarihan
I am a newbie in R, and I am trying to build an R package but I keep getting an unexpected input error when I try using the build, check or install commands. I used the following command to generate the skeleton: package.skeleton("test") After this I went to the command prompt and to the directory