Package: ollamar Title: 'Ollama' Language Models Version: 1.2.2.9000 Authors@R: c( person("Hause", "Lin", , "hauselin@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-4590-7039")), person("Tawab", "Safi", , "asaficontact@gmail.com", role = c("aut", "ctb"), comment = c(ORCID = "0009-0000-5659-9890")) ) Description: An interface to easily run local language models with 'Ollama' server and API endpoints (see for details). It lets you run open-source large language models locally on your machine. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: base64enc, crayon, glue, httr2, jsonlite, tibble BugReports: https://github.com/hauselin/ollama-r/issues URL: https://hauselin.github.io/ollama-r/, https://github.com/hauselin/ollama-r VignetteBuilder: knitr Config/pak/sysreqs: libssl-dev Repository: https://hauselin.r-universe.dev Date/Publication: 2025-07-21 13:46:58 UTC RemoteUrl: https://github.com/hauselin/ollama-r RemoteRef: HEAD RemoteSha: e35d163584633b67e40b561c63225ce16b00a8bb NeedsCompilation: no Packaged: 2026-06-17 09:32:47 UTC; root Author: Hause Lin [aut, cre, cph] (ORCID: ), Tawab Safi [aut, ctb] (ORCID: ) Maintainer: Hause Lin