From f9ed0336a6a5b70c1957798641b8c2264c2f7046 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Wed, 18 Dec 2024 15:33:18 -0600 Subject: [PATCH] Fix links --- README.Rmd | 2 +- README.md | 2 +- cran-comments.md | 4 ++++ vignettes/elmer.Rmd | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index 8498659..37cd293 100644 --- a/README.Rmd +++ b/README.Rmd @@ -22,7 +22,7 @@ knitr::opts_chunk$set( elmer makes it easy to use large language models (LLM) from R. It supports a wide variety of LLM providers and implements a rich set of features including streaming outputs, tool/function calling, structured data extraction, and more. -(Looking for something similar to elmer for python? Check out [chatlas](https://github.com/cpsievert/chatlas)!) +(Looking for something similar to elmer for python? Check out [chatlas](https://github.com/posit-dev/chatlas)!) ## Installation diff --git a/README.md b/README.md index ff2ad88..3a8f997 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ features including streaming outputs, tool/function calling, structured data extraction, and more. (Looking for something similar to elmer for python? Check out -[chatlas](https://github.com/cpsievert/chatlas)!) +[chatlas](https://github.com/posit-dev/chatlas)!) ## Installation diff --git a/cran-comments.md b/cran-comments.md index 858617d..a3b9a7f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -3,3 +3,7 @@ 0 errors | 0 warnings | 1 note * This is a new release. + +* openai doesn't seem to allow automated link checkers, but the urls returning + 403s do work from a real browser. Similarly for the plerplexity.ai 403 + and the bluesky 404. diff --git a/vignettes/elmer.Rmd b/vignettes/elmer.Rmd index e4fddd2..f9e6da1 100644 --- a/vignettes/elmer.Rmd +++ b/vignettes/elmer.Rmd @@ -117,7 +117,7 @@ LLMs can also be useful to solve general programming problems. For example: * You could automatically look up the documentation for an R function, and include it in the prompt to make it easier to figure out how to use a specific function. -* You can use LLMs to explain code, or even ask them to [generate a diagram](https://bsky.app/profile/daviddiviny.bsky.social/post/3lb6kjaen4c2u). +* You can use LLMs to explain code, or even ask them to [generate a diagram](https://bsky.app/profile/daviddiviny.com/post/3lb6kjaen4c2u). * You can ask an LLM to analyse your code for potential code smells or security issues. You can do this a function at a time, or explore the entire source code of your package or script in the prompt.