From 8123e26a1dcf4deab37c7b6207eb6982f6bd2dfc Mon Sep 17 00:00:00 2001 From: TroyHernandez Date: Wed, 22 Jul 2026 22:52:06 -0500 Subject: [PATCH] cran-comments: source weights use the hfhub cache, artifacts use R_user_dir --- cran-comments.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 7a3f66b..421781d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -23,8 +23,9 @@ package. * Model weights are never bundled and never downloaded without consent: every download function prompts interactively with the size stated, and non-interactive sessions require - options(diffuseR.consent = TRUE). Weights land under - tools::R_user_dir("diffuseR", "data"). + options(diffuseR.consent = TRUE). Downloaded source weights use + hfhub's user cache; locally derived quantized artifacts are stored + under tools::R_user_dir("diffuseR", "data"). * torch is in Imports; all tests, examples, and vignette code degrade gracefully when torch's backend (lantern) is not installed, as on win-builder.