Package: rollama 0.3.0.9000

rollama: Communicate with 'Ollama' to Run Large Language Models Locally
Wraps the 'Ollama' <https://ollama.com> API, which can be used to communicate with generative large language models locally.
Authors:
rollama_0.3.0.9000.tar.gz
rollama_0.3.0.9000.zip(r-4.7)rollama_0.3.0.9000.zip(r-4.6)rollama_0.3.0.9000.zip(r-4.5)
rollama_0.3.0.9000.tgz(r-4.6-any)rollama_0.3.0.9000.tgz(r-4.5-any)
rollama_0.3.0.9000.tar.gz(r-4.7-any)rollama_0.3.0.9000.tar.gz(r-4.6-any)
rollama_0.3.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
rollama/json (API)
| # Install 'rollama' in R: |
| install.packages('rollama', repos = c('https://jbgruber.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jbgruber/rollama/issues
Pkgdown/docs site:https://jbgruber.github.io
Last updated from:1820b53ef4. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 174 | ||
| source / vignettes | OK | 174 | ||
| linux-release-x86_64 | OK | 114 | ||
| macos-release-arm64 | OK | 76 | ||
| macos-oldrel-arm64 | OK | 85 | ||
| windows-devel | OK | 158 | ||
| windows-release | OK | 173 | ||
| windows-oldrel | OK | 223 | ||
| wasm-release | OK | 116 |
Exports:chatchat_historycheck_model_installedcopy_modelcreate_modelcreate_schemadelete_modelembed_textlist_modelslist_running_modelsmake_querynew_chatping_ollamapull_modelpush_modelqueryshow_modeltype_arraytype_booleantype_enumtype_integertype_numbertype_objecttype_string
Dependencies:askpasscallrclicurldplyrgenericsgluehttr2jsonlitelifecyclemagrittropensslotelpillarpkgconfigprettyunitsprocessxpspurrrR6rappdirsrlangsystibbletidyselectutf8vctrswithr
Last update: 2026-03-23
Started: 2025-08-23
Last update: 2026-03-23
Started: 2026-03-15
Last update: 2026-03-16
Started: 2024-12-05
Last update: 2024-12-06
Started: 2024-01-03
Last update: 2024-12-06
Started: 2024-01-07
Last update: 2024-12-06
Started: 2024-01-26
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Handle conversations | chat_history new_chat |
| Check if one or several models are installed on the server | check_model_installed |
| Create a model from a Modelfile | create_model |
| Create a structured output schema | create_schema type_array type_boolean type_enum type_integer type_number type_object type_string |
| Generate Embeddings | embed_text |
| List models that are available locally. | list_models |
| List running models | list_running_models |
| Generate and format queries for a language model | make_query |
| Ping server to see if Ollama is reachable | ping_ollama |
| Pull, push, show and delete models | copy_model delete_model pull_model push_model show_model |
| Chat with a LLM through Ollama | chat query |
| rollama Options | rollama-options |
