Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 678 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 678 Bytes

Doc-To-R-Llama (drllama)

The Documentation-To-R (Doc-To-R) package uses locally run Large Language Models to provide documentation on undocumented R code, improving the readability of code written by others (or by you a long time ago).

Installation

You can install the development version of DrLlama from GitHub with:

# install.packages("pak")
pak::pak("zanmat/drllama")

drllama requires having Ollama installed and running.