Swagato Chatterjee <swagato1...@gmail.com> writes:

> *@Loris: However, you'll probably have to make sure that all the packages
> you*
> *need are installed on the server.*
>
> This is where I need a help.​

Presumably the program 'cron' will be used to run your script.  If the
program is run as root, you will have to ask the admin of the server to
install the packages you need.  If you have a cron entry for your user
on the server, you can simply start R and install the packages in your
home directory with

install.packages(c("pkg1", "pkg2"))

Note that this could fail if your server is behind a firewall and unable
to access a CRAN mirror.

HTH

Loris
-- 
This signature is currently under construction.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to