NAME
R::Setup::Local - Perl extension for R package download from local repo
SYNOPSIS
# download locally
my $d = R::Setup::Local->new;
my $d = R::Setup::Local->new ( binary=>'R-3.1.2.tar.gz' );
my $d = R::Setup::Local->new ( binary=>'R-3.1.2.tar.gz', packagelist=>'tarlist' );
$d->download_local;
DESCRIPTION
R::Setup::Download resolves all package list with tar files and download from CRAN repo for further offline installation in an Internet denied cluster running Hadoop.
SEE ALSO
R::Setup R::Setup::Install 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.