Package: PaLMr 0.2.0
PaLMr: Interface for 'Google Pathways Language Model 2 (PaLM 2)'
'Google's 'PaLM 2' <https://developers.generativeai.google/> as a coding and writing assistant designed for 'R' and 'RStudio.' With a range of functions, including natural language processing and coding optimization, to assist R developers in simplifying tedious coding tasks and content searching.
Authors:
PaLMr_0.2.0.tar.gz
PaLMr_0.2.0.zip(r-4.7)PaLMr_0.2.0.zip(r-4.6)PaLMr_0.2.0.zip(r-4.5)
PaLMr_0.2.0.tgz(r-4.6-any)PaLMr_0.2.0.tgz(r-4.5-any)
PaLMr_0.2.0.tar.gz(r-4.7-any)PaLMr_0.2.0.tar.gz(r-4.6-any)
PaLMr_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
PaLMr/json (API)
| # Install 'PaLMr' in R: |
| install.packages('PaLMr', repos = c('https://lygitdata.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/lygitdata/palmr/issues
aigooglegptmachine-learningnlppalm-apipalm2rstudio
Last updated from:6e861c8eed. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 100 | ||
| source / vignettes | OK | 155 | ||
| linux-release-x86_64 | NOTE | 108 | ||
| macos-release-arm64 | NOTE | 91 | ||
| macos-oldrel-arm64 | NOTE | 93 | ||
| windows-devel | NOTE | 71 | ||
| windows-release | NOTE | 76 | ||
| windows-oldrel | NOTE | 56 | ||
| wasm-release | OK | 92 |
Exports:palm.connectpalm.txtpalm.txt.explain.codepalm.txt.fix.grammarpalm.txt.get.referencepalm.txt.optimize.code
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Set up and connect to the Google PaLM 2 text model. | palm.connect |
| Generate text using the Google PaLM 2 text model based on a prompt | palm.txt |
| Explain code based on a query using the Google PaLM 2 text model | palm.txt.explain.code |
| Fix grammar and rewrite text using the Google PaLM 2 text model | palm.txt.fix.grammar |
| Get references based on a query using the Google PaLM 2 text model | palm.txt.get.reference |
| Optimize code based on a query using the Google PaLM 2 text model. | palm.txt.optimize.code |
