NAME

R::Setup::Resolve - Perl extension for resolving R package deps

SYNOPSIS

 use R::Setup::Resolve;

 my @asks = qw/reshape2 ggplot2 caret/;

 my $p = R::Setup::Resolve->new ( packages=>\@asks, verbose=>1 );

 my $list = $p->resolve;
 foreach ( @$list ) { print $_."\n"; }

 exit (0);

DESCRIPTION

R::Setup::Resolve resolves R package dependency for a list of given packages and produces a list for download and installation in an Internet denied cluster running Hadoop.

SEE ALSO

R::Setup R::Setup::Download 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.