Skip to content

Commit 931086f

Browse files
rootcoder007claude
andcommitted
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_01GVZR4QjrTXCv55j4qdo6E2
1 parent 858fa49 commit 931086f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION_INVENTORY.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ File,Line,Status,Version,Context
282282
./r-package/morie/DESCRIPTION,38,STALE_OR_DEP,4.3.0,"Note: Tested on R 4.3.0; 4.4.x; 4.5.2; 4.5.3 (CRAN). Use CRAN R on Apple"
283283
./r-package/morie/DESCRIPTION,38,STALE_OR_DEP,4.3.0,"Note: Tested on R 4.3.0; 4.4.x; 4.5.2; 4.5.3 (CRAN). Use CRAN R on Apple"
284284
./r-package/morie/DESCRIPTION,46,STALE_OR_DEP,0.3.8,"rmoriebricklayer (>= 0.3.8);"
285-
./r-package/morie/DESCRIPTION,47,STALE_OR_DEP,0.3.2,"rmoriedata (>= 0.3.2);"
285+
./r-package/morie/DESCRIPTION,47,STALE_OR_DEP,0.3.2,"rmoriedata (>= 0.3.2)"
286286
./r-package/morie/DESCRIPTION,175,STALE_OR_DEP,3.0.0,"testthat (>= 3.0.0);"
287287
./r-package/morie/DESCRIPTION,202,STALE_OR_DEP,8.0.0,"Config/roxygen2/version: 8.0.0"
288288
./r-package/morie/NEWS.md,1,STALE_OR_DEP,1.2.5,"# morie 1.2.5 - 2026-09-18"

r-package/morie/DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Imports:
4444
graphics,
4545
Rcpp,
4646
rmoriebricklayer (>= 0.3.8),
47-
rmoriedata (>= 0.3.2),
48-
here
47+
rmoriedata (>= 0.3.2)
4948
LinkingTo: Rcpp, RcppArmadillo, rmoriebricklayer
5049
SystemRequirements: libcurl: libcurl-devel (rpm) or libcurl4-openssl-dev (deb)
5150
Suggests:
@@ -99,6 +98,7 @@ Suggests:
9998
grf,
10099
gstat,
101100
harmonicmeanp,
101+
here,
102102
HonestDiD,
103103
httr2,
104104
iml,

0 commit comments

Comments
 (0)