From 880e82688f53d74ae3b4e794792715adecb32816 Mon Sep 17 00:00:00 2001 From: TroyHernandez Date: Fri, 13 Mar 2026 20:55:16 -0500 Subject: [PATCH] Remove fal backend remnants Delete orphaned man page and CLAUDE.md reference. The R code was already removed but these artifacts caused an R CMD check WARNING. --- CLAUDE.md | 1 - man/dot-via_fal.Rd | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 man/dot-via_fal.Rd diff --git a/CLAUDE.md b/CLAUDE.md index abdb8c7..f7f3ac6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -18,7 +18,6 @@ Speech-to-text API client for R. | `whisper` | Native R torch whisper | **No** (text only) | | `audio.whisper` | audio.whisper R package | Yes | | `openai` | OpenAI Whisper API | Yes | -| `fal` | fal.ai Whisper | Yes | | `auto` | Try backends in order | Depends | ### Backend Selection diff --git a/man/dot-via_fal.Rd b/man/dot-via_fal.Rd deleted file mode 100644 index 1cf49f3..0000000 --- a/man/dot-via_fal.Rd +++ /dev/null @@ -1,11 +0,0 @@ -% tinyrox says don't edit this manually, but it can't stop you! -\name{.via_fal} -\alias{.via_fal} -\title{Transcribe via fal.api} -\usage{ -.via_fal(file, model = NULL, language = NULL) -} -\description{ -Transcribe via fal.api -} -\keyword{internal}