Commit 8955bbf
authored
### Rationale for this change
CRAN complains about non-API calls
### What changes are included in this PR?
Update those items to use alternative approaches
### Are these changes tested?
Well, if the tests pass I think we're good?
### Are there any user-facing changes?
Nope
### Summary of AI changes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Have added comments inline regarding assumptions behind changes, and where I questioned those to try to verify it.
Sources referenced in approach:
- Rdatatable/data.table#7487 - similar fixes
- https://cran.r-project.org/doc/manuals/r-release/R-ints.html on `DUPLICATE_ATTRIB`
* GitHub Issue: #48631
Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
1 parent b90a2b8 commit 8955bbf
2 files changed
+20
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
577 | | - | |
578 | | - | |
579 | | - | |
| 577 | + | |
| 578 | + | |
580 | 579 | | |
581 | | - | |
| 580 | + | |
582 | 581 | | |
583 | 582 | | |
584 | 583 | | |
| |||
1094 | 1093 | | |
1095 | 1094 | | |
1096 | 1095 | | |
1097 | | - | |
1098 | | - | |
1099 | | - | |
| 1096 | + | |
1100 | 1097 | | |
1101 | 1098 | | |
1102 | 1099 | | |
| |||
1160 | 1157 | | |
1161 | 1158 | | |
1162 | 1159 | | |
1163 | | - | |
1164 | | - | |
| 1160 | + | |
| 1161 | + | |
1165 | 1162 | | |
1166 | 1163 | | |
1167 | 1164 | | |
| |||
1191 | 1188 | | |
1192 | 1189 | | |
1193 | 1190 | | |
1194 | | - | |
1195 | | - | |
| 1191 | + | |
| 1192 | + | |
1196 | 1193 | | |
1197 | 1194 | | |
1198 | 1195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 42 | | |
48 | 43 | | |
49 | 44 | | |
| |||
55 | 50 | | |
56 | 51 | | |
57 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments