From f3b9968fdacbabddd77eea18e460adbb85375a01 Mon Sep 17 00:00:00 2001 From: aornugent Date: Fri, 14 Aug 2026 22:26:20 +1000 Subject: [PATCH] Pin odelia at v0.3.1, so a dependent can require it phylloptim needs only odelia's headers and asks for >= 0.2.0, but its Remotes pinned v0.2.1 exactly. A dependent that requires a later odelia then presents pak with two pinned refs for one package and the solve fails before anything is built -- which is what blocks traitecoevo/plant#619, where the storage pool's domain check needs odelia's step rejection, added in 0.3.0. Nothing here reads the new interface. odelia 0.3.0 leaves a system that declares neither hook untouched, and phylloptim builds clean against 0.3.1 at -O2 with its own suite passing. Co-authored-by: Claude Opus 5 (1M context) --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index b9266f9..6e77218 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -44,7 +44,7 @@ Suggests: tidyr VignetteBuilder: knitr Remotes: - traitecoevo/odelia@v0.2.1 + traitecoevo/odelia@v0.3.1 Config/testthat/edition: 3 URL: https://github.com/traitecoevo/phylloptim BugReports: https://github.com/traitecoevo/phylloptim/issues