Statistics::R::Win32(3pm) | User Contributed Perl Documentation | Statistics::R::Win32(3pm) |
Statistics::R::Win32 - Helper functions for Statistics::R on MS Windows platforms
Do not use this module directly. Use Statistics::R instead.
Helper functions to deal with environment variables and escape file paths on MS Windows platforms.
if ( $^O =~ m/^(?:.*?win32|dos)$/i ) { require Statistics::R::Win32; }
C:\Program Files\R\bin\x64
becomes
"C:\Program Files\R\bin\x64"
C:\Program Files\R\bin\x64
becomes
C:\Program\ Files\R\bin\x64
C:\Program Files\R\bin\x64
becomes
C:\\Program Files\\R\\bin\\x64
Florent Angly <florent.angly@gmail.com> (2011 rewrite)
Graciliano M. P. <gm@virtuasites.com.br> (original code)
Florent Angly <florent.angly@gmail.com>
Brian Cassidy <bricas@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
All complex software has bugs lurking in it, and this program is no exception. If you find a bug, please report it on the CPAN Tracker of Statistics::R: <http://rt.cpan.org/Dist/Display.html?Name=Statistics-R>
Bug reports, suggestions and patches are welcome. The Statistics::R code is developed on Github (<http://github.com/bricas/statistics-r>) and is under Git revision control. To get the latest revision, run:
git clone git@github.com:bricas/statistics-r.git
2022-09-17 | perl v5.34.0 |