From bf75d5bc8b3e4208e1b47f64f475cee3de3f8ddc Mon Sep 17 00:00:00 2001 From: Rainer M Krug Date: Fri, 29 May 2026 18:19:26 +0200 Subject: [PATCH] fix: correct maintainer email (was placeholder you@example.org) r-universe uses maintainer email to link the package to the right universe; the placeholder prevented it from appearing in builds. Co-Authored-By: Claude Sonnet 4.6 --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6fcf19a..14e5079 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,12 +3,12 @@ Type: Package Title: Embedding Vectorization and Distance-Based Scoring Workflows Version: 0.3.0 Authors@R: c( - person(given = "Rainer", family = "Krug", role = c("aut", "cre"), email = "you@example.org"), + person(given = "Rainer", family = "Krug", role = c("aut", "cre"), email = "Rainer@krugs.de"), person(given = "ChatGPT", family = "Assistant", role = "ctb") ) Author: Rainer Krug [aut, cre], ChatGPT Assistant [ctb] -Maintainer: Rainer Krug +Maintainer: Rainer Krug Description: R-first orchestration for text vectorization (embeddings), embedding distance computation, and distance-based scoring workflows. Supports backend-neutral embedding providers (HF, OpenAI, TEI),