Commit c94bbab
Update
* Update `r-oxbow` dependencies and replace deprecated APIs
* fix(r-oxbow): repair unverified `partition_from_index_file` impl
The implementation introduced in `5c329a6` attempted to return a
`Vec<(u64, u16)>`, which is incompatible with `extendr` and was merged
without verification. The function now correctly returns an R-compatible
List with named components (`compressed_offset`, `bin_index`).
---------
Co-authored-by: Trevor Manz <[email protected]>r-oxbow dependencies and replace deprecated APIs (#66)1 parent 0df1395 commit c94bbab
3 files changed
+425
-166
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
119 | 118 | | |
0 commit comments