NAME
R::Setup::Install - Perl extension for installing R packages offline
SYNOPSIS
use R::Setup::Install;
my $inst = R::Setup::Install->new ( file=>$filename, verbose=>1 );
OR $inst = R::Setup::Install->new ( list=>\@list, verbose=>1 );
$inst->install;
exit (0);
DESCRIPTION
R::Setup::Install installs R packages offline in an Internet denied cluster running Hadoop.
SEE ALSO
R::Setup R::Setup::Resolve R::Setup::Download R::Setup::Bootstrap
AUTHOR
Snehasis Sinha, <lt>snehasis@cpan.org<gt>
COPYRIGHT AND LICENSE
Copyright (C) 2015 by Snehasis Sinha
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.