The R Project SVN R-packages

Rev

Rev 4599 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4599 Rev 4798
Line -... Line 1...
-
 
1
2007-09-30 (0.1.30)
-
 
2
- fixed for R 2.6.0+ and devel: CHAR_ELT() now returns const char*, removed
-
 
3
CR in src/Makevars.in
-
 
4
 
1
2007-07-11 (0.1.30)
5
2007-07-11 (0.1.30)
2
- fix for changes in formals() in latest R-devel (cannot do formals() directly
6
- fix for changes in formals() in latest R-devel (cannot do formals() directly
3
on primitive functions like log(), has to do formals(args(log)) )
7
on primitive functions like log(), has to do formals(args(log)) )
4
- fixed renameSdf documentation
8
- fixed renameSdf documentation
5
 
9