If you're on linux or unix, you just need to make sure that your home directory contains subdirectories called "bin", "lib" and "lib/perl5". Then, run:
You'll probably go through a long "first-time start-up" config dialog, in which all the "default" answers are the right answers. Then you'll see a prompt for action:perl -MCPAN -e shell
Once you see that, just type something like this (supposing that your home directory is called "renovatio"):cpan>
Any executables being installed by the module will be placed in your ~/bin directory; various module files will be placed into ~/lib/perl5/...install Statistics::R PREFIX=/home/renovatio
If you have specific problems with installing a module, you can use your shell to go into ~/.cpan/build/{Module-Package-Name}, and try reading the README and/or INSTALL files (if any), and manually doing the sequence:
If you get errors that you can't understand, and the module docs don't help, try posting some of the details here. Good luck!perl Makefile.PL PREFIX=/home/renovatio make make test make install
In reply to Re^5: using R from Perl
by graff
in thread using R from Perl
by renovatio66
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |