Package: ollamar
Title: 'Ollama' Language Models
Version: 1.2.2
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' <https://ollama.com> server
    and API endpoints (see <https://github.com/ollama/ollama/blob/main/docs/api.md> for details). It lets 
    you run open-source large language models locally on your machine. 
License: MIT + file LICENSE
Encoding: UTF-8
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
NeedsCompilation: no
Packaged: 2025-01-08 05:08:27 UTC; hause
Author: Hause Lin [aut, cre, cph] (<https://orcid.org/0000-0003-4590-7039>),
  Tawab Safi [aut, ctb] (<https://orcid.org/0009-0000-5659-9890>)
Maintainer: Hause Lin <hauselin@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-08 05:40:09 UTC
Built: R 4.5.2; ; 2025-11-08 03:43:27 UTC; windows
