Package: quackingllama Title: Process text with Ollama, retrieve structured results, cache them locally in DuckDB Version: 0.1.0.9001 Authors@R: c(person(given = "Giorgio", family = "Comai", role = c("aut", "cre", "cph"), email = "g@giorgiocomai.eu", comment = c(ORCID = "0000-0002-0515-9542"))) Description: Process text with Ollama, store results in DuckDB. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: base64enc, cld3, cli, dplyr, duckdb, fs, httpuv, httr2, jsonlite, purrr, rlang, stringr, tibble, yyjsonr Depends: R (>= 4.1.0) LazyData: true URL: https://giocomai.github.io/quackingllama/ Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libprotobuf-dev libuv1-dev libssl-dev protobuf-compiler libprotoc-dev xz-utils zlib1g-dev Repository: https://giocomai.r-universe.dev Date/Publication: 2026-06-05 07:01:58 UTC RemoteUrl: https://github.com/giocomai/quackingllama RemoteRef: HEAD RemoteSha: dde09758768923d4c832225ddee608e328160f09 NeedsCompilation: no Packaged: 2026-06-05 07:28:30 UTC; root Author: Giorgio Comai [aut, cre, cph] (ORCID: ) Maintainer: Giorgio Comai