Skip to content

Commit dc8a241

Browse files
committed
Statistics::R version 0.26
1 parent 9dc41de commit dc8a241

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension Statistics::R.
22

3+
0.26 2012-01-28
4+
- Support more R installation paths in Windows (patch by Adam Kennedy)
5+
36
0.25 2011-12-21
47
- Fixed a bug in the get() method (reported by Manuel A. Alonso Tarajano,
58
patched by Brian Cassidy)

lib/Statistics/R.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if ( $^O =~ m/^(?:.*?win32|dos)$/i ) {
1414
require Statistics::R::Win32;
1515
}
1616

17-
our $VERSION = '0.25';
17+
our $VERSION = '0.26';
1818

1919
our ($SHARED_BRIDGE, $SHARED_STDIN, $SHARED_STDOUT, $SHARED_STDERR);
2020

0 commit comments

Comments
 (0)