diff --git a/DESCRIPTION b/DESCRIPTION index 5193efd..1d31ed0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,9 @@ Version: 1.0.0 Authors@R: person("Hause", "Lin", , "hauselin@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-4590-7039")) -Description: Provides an interface to easily run local language models with Ollama server. +Description: An interface to easily run local language models with Ollama server. + Ollama is a tool that allows you to run open-source large language models + like Llama 3 and Mistral 7B locally on your machine. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) @@ -17,4 +19,4 @@ Imports: httr2, jsonlite, tibble -URL: https://hauselin.github.io/ollamar/ +URL: https://hauselin.github.io/ollama-r/ diff --git a/cran-comments.md b/cran-comments.md index 858617d..dc29e34 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -3,3 +3,11 @@ 0 errors | 0 warnings | 1 note * This is a new release. + +## revdepcheck results + +We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 0 packages +