Package: rollama Title: Communicate with 'Ollama' to Run Large Language Models Locally Version: 0.3.0.9000 Authors@R: c(person(given = "Johannes B.", family = "Gruber", email = "JohannesB.Gruber@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9177-1772")), person(given = "Maximilian", family = "Weber", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-1174-449X"))) Description: Wraps the 'Ollama' API, which can be used to communicate with generative large language models locally. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: callr, cli, dplyr, httr2, jsonlite, methods, prettyunits, purrr, rlang, tibble, withr Suggests: base64enc, covr, glue, knitr, rmarkdown, S7, spelling, testthat (>= 3.0.0) Depends: R (>= 4.1.0) VignetteBuilder: knitr Config/testthat/edition: 3 Language: en-US URL: https://jbgruber.github.io/rollama/, https://github.com/JBGruber/rollama BugReports: https://github.com/JBGruber/rollama/issues Config/pak/sysreqs: libssl-dev Repository: https://jbgruber.r-universe.dev Date/Publication: 2026-03-25 20:58:49 UTC RemoteUrl: https://github.com/jbgruber/rollama RemoteRef: HEAD RemoteSha: 1820b53ef41dbb0340be6bacf7747ddfc8441169 NeedsCompilation: no Packaged: 2026-06-23 07:15:03 UTC; root Author: Johannes B. Gruber [aut, cre] (ORCID: ), Maximilian Weber [aut, ctb] (ORCID: ) Maintainer: Johannes B. Gruber