I am a newbie on Perl and I have a problem with the module Statitics::R.
I have to install a software (Sowhat:https://github.com/josephryan/sowhat) on a mac. For this I need Statistics::R. I downloaded it and put the compressed directory on my sowhat directory. After this I decompressed my directory and install my Module. I tried to install my software and then I obtained this answer
Error:
Can't locate Statistics/R.pm in @INC (you may need to install the Statistics::R module) (@INC contains: /Users/UMR7205/Documents/sowhat-master/blib/lib /Users/UMR7205/Documents/sowhat-master/blib/arch /Users/UMR7205/Documents/sowhat-master/blib/lib/Statistics-R0.34/lib/Statistics/R.pm /Users/UMR7205/Documents/sowhat-master/blib/lib/Statistics-R0.34/lib/Statistics/R.pm /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18 .) at (eval 4) line 2. BEGIN failed--compilation aborted at (eval 4) line 2.
But:
- The directory which contains the Statistics/R.pm" is listed here
- When I checked the installation of Statistics::R I have the same answer
- I had no error message when I install the package
Could someone help me?