Commit b0ca437
authored
Remove
* Initial plan
* fix: remove cutoff package dependency (removed from CRAN)
The `cutoff` package was removed from CRAN, causing the CI build to fail
when resolving dependencies. The package was loaded but never actually
used in the tutorial code (the cutoff calculation uses base R's median()).
Closes #301
* fix: use GitHub version of cutoff package (choisy/cutoff) since it was removed from CRAN
Instead of removing the cutoff dependency entirely, switch to installing
from GitHub to keep the tutorial unchanged.
Closes #301
* fix: add GitHub remotes for fastStat transitive deps (set, do, tmcn)
These packages were also removed from CRAN, causing pak to fail when
resolving the dependency chain: fastStat → set → do → tmcn.
* fix: add set, do, tmcn as direct Imports so pak resolves them from Remotes
pak only resolves Remotes for packages listed as direct dependencies.
Adding these as Imports ensures pak looks for them in our Remotes field
instead of failing to find them on CRAN.
* Remove fastStat and its broken deps (set, do, tmcn) — unused and incompatible with current data.table
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>cutoff package dependency (removed from CRAN) (#302)1 parent 0cc33b7 commit b0ca437
3 files changed
Lines changed: 6 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
| |||
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
265 | | - | |
266 | 264 | | |
267 | 265 | | |
268 | 266 | | |
| |||
280 | 278 | | |
281 | 279 | | |
282 | 280 | | |
283 | | - | |
| 281 | + | |
| 282 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 35 | | |
39 | | - | |
| 36 | + | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
52 | | - | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 35 | | |
39 | | - | |
| 36 | + | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
52 | | - | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| |||
0 commit comments