The R Project SVN R-packages

Rev

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

Rev 3458 Rev 3471
Line -... Line 1...
-
 
1
2006-08-23 (10:27 Manila)
-
 
2
- added [], [n], [,] indexing for sdf. added tests for those
-
 
3
- added Prof. Bates print.sqlite.data.frame with modifications,
-
 
4
print.sqlite.vector
-
 
5
- changed inameSdf to return filename too
-
 
6
- changed some Rprintf to error() and warning()
-
 
7
- added doc for rbindSdf
-
 
8
- fixed bug in sort.sqlite.vector
-
 
9
- fixed bug in sdf_get_index, where a new sdf is added to the workspace twice
-
 
10
(one in _create_sdf_skeleton2 and another in sdf_get_index)
-
 
11
- sort() still does not work for 2.3.x (not generic)
-
 
12
 
1
2006-08-23 (00:20 Manila)
13
2006-08-23 (00:20 Manila)
2
- added all.equal.sqlite.vector
14
- added all.equal.sqlite.vector
3
- added == for character
15
- added == for character
4
- updated test script
16
- updated test script
5
- used conditional on NAMESPACE for sort
17
- used conditional on NAMESPACE for sort