The R Project SVN R-packages

Rev

Rev 4590 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4590 Rev 4599
Line -... Line 1...
-
 
1
2007-07-11 (0.1.30)
-
 
2
- 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)) )
-
 
4
- fixed renameSdf documentation
-
 
5
 
1
2007-07-10 (0.1.27-0.1.29)
6
2007-07-10 (0.1.27-0.1.29)
2
- created method _make_row_index(), similar to R that creates an index
7
- created method _make_row_index(), similar to R that creates an index
3
vector, so that methods no longer have to consider the type of passed index
8
vector, so that methods no longer have to consider the type of passed index
4
- added [<-.sqlite.vector, tests for that
9
- added [<-.sqlite.vector, tests for that
-
 
10
- fix builds for windows, *bsd (mac)
5
 
11
 
6
2007-02-18 (0.1.26)
12
2007-02-18 (0.1.26)
7
- updated to sqlite-3.3.13
13
- updated to sqlite-3.3.13
8
- added R function sdfSelect, added tests for that
14
- added R function sdfSelect, added tests for that
9
- fixes & enhancements on _get_factor_levels1, _get_vector_index_typed_result,
15
- fixes & enhancements on _get_factor_levels1, _get_vector_index_typed_result,