Commit 931086f
fix(r-arm): keep here optional, not an import [skip auto-tag]
The previous commit put here in Imports to mirror rmorie, which makes it a hard dependency. It is only ever reached inside tryCatch(here::here(), error = function(e) NULL), so it is optional by construction and belongs in Suggests, where it still satisfies the undeclared-import check. The vendored arm gains no hard dependency from any of this work: the other seven entries are Suggests, which are never installed or loaded with the package. tools:::.check_packages_used remains clean.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GVZR4QjrTXCv55j4qdo6E21 parent 858fa49 commit 931086f
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments