From e8df0e95c76ba70520e12bcaca9f716c738b084d Mon Sep 17 00:00:00 2001 From: TroyHernandez Date: Thu, 19 Mar 2026 10:49:24 -0500 Subject: [PATCH] Add ORCID to Authors@R --- DESCRIPTION | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index b67d533..c35b5d2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,8 @@ Package: stt.api Title: 'OpenAI' Compatible Speech-to-Text API Client Version: 0.2.0 Authors@R: - person("Troy", "Hernandez", email = "troy@cornball.ai", role = c("aut", "cre")) + person("Troy", "Hernandez", email = "troy@cornball.ai", role = c("aut", "cre"), + comment = c(ORCID = "0009-0005-4248-604X")) Description: A minimal-dependency R client for 'OpenAI'-compatible speech-to-text APIs with optional local fallbacks. Supports 'OpenAI', local servers, and the 'whisper' package for local transcription.