Package: groqR 0.0.1
groqR: A Coding Assistant using the Fast AI Inference 'Groq'
A comprehensive suite of functions and 'RStudio' Add-ins leveraging the capabilities of open-source Large Language Models (LLMs) to support R developers. These functions offer a range of utilities, including text rewriting, translation, and general query capabilities. Additionally, the programming-focused functions provide assistance with debugging, translating, commenting, documenting, and unit testing code, as well as suggesting variable and function names, thereby streamlining the development process.
Authors:
groqR_0.0.1.tar.gz
groqR_0.0.1.zip(r-4.5)groqR_0.0.1.zip(r-4.4)groqR_0.0.1.zip(r-4.3)
groqR_0.0.1.tgz(r-4.4-any)groqR_0.0.1.tgz(r-4.3-any)
groqR_0.0.1.tar.gz(r-4.5-noble)groqR_0.0.1.tar.gz(r-4.4-noble)
groqR_0.0.1.tgz(r-4.4-emscripten)groqR_0.0.1.tgz(r-4.3-emscripten)
groqR.pdf |groqR.html✨
groqR/json (API)
NEWS
# Install 'groqR' in R: |
install.packages('groqR', repos = c('https://gabrielkaiserqfin.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gabrielkaiserqfin/groqr/issues
Last updated 2 months agofrom:f75d49d376. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win | OK | Nov 08 2024 |
R-4.5-linux | OK | Nov 08 2024 |
R-4.4-win | OK | Nov 08 2024 |
R-4.4-mac | OK | Nov 08 2024 |
R-4.3-win | OK | Nov 08 2024 |
R-4.3-mac | OK | Nov 08 2024 |
Exports:askcodeCommentcodeConvertercoderdebugnameIton_startupoptimizerrewriterroxytranslaterunitTests
Dependencies:askpassbase64encbslibcachemclicliprcommonmarkcrayoncurldigestfastmapfontawesomefsgluehtmltoolshttpuvhttrjquerylibjsonlitelaterlifecyclemagrittrmemoisemimeminiUIopensslpromisesR6rappdirsRcpprlangrstudioapisassshinyshinyWidgetssourcetoolssyswithrxtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
'Groq': Support Functions | .onAttach |
Get 'Groq' Completions Endpoint | APIcall |
Ask 'Groq' | ask |
'Groq': Comment code | codeComment |
Translate Code from One Language to Another | codeConverter |
'Groq': Finish code | coder |
'Groq': Find Issues in Code | debug |
Run a 'Groq' RStudio Addin | execAddin |
Ask 'Groq' | execAddin_ask |
'Groq': Create a Function or Variable Name | nameIt |
Function to Handle Package Startup Logic | on_startup |
'Groq': Optimize Code | optimizer |
responseReturn | responseReturn |
'Groq': Rewrite Text | rewriter |
'Groq': Code Documentation in roxygen2 style or any other | roxy |
Set GROQ Parameters Server Logic | server |
'Groq': Translate Text | translater |
User Interface | ui |
'Groq': Create Unit Tests | unitTests |