From e76d29b86e0cb3f99b2fccb215e23a15ee7bb229 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Tue, 28 Jan 2025 16:25:03 -0600 Subject: [PATCH] Add missing namespace --- R/provider-ollama.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/provider-ollama.R b/R/provider-ollama.R index b0c4bc5..153305f 100644 --- a/R/provider-ollama.R +++ b/R/provider-ollama.R @@ -63,7 +63,7 @@ chat_ollama <- function(system_prompt = NULL, chat_ollama_test <- function(..., model = "llama3.3") { if (!has_ollama()) { - skip("ollama not found") + testthat::skip("ollama not found") } chat_ollama(..., model = model)