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.5)PaLMr_0.2.0.zip(r-4.4)PaLMr_0.2.0.zip(r-4.3)
PaLMr_0.2.0.tgz(r-4.4-any)PaLMr_0.2.0.tgz(r-4.3-any)
PaLMr_0.2.0.tar.gz(r-4.5-noble)PaLMr_0.2.0.tar.gz(r-4.4-noble)
PaLMr_0.2.0.tgz(r-4.4-emscripten)PaLMr_0.2.0.tgz(r-4.3-emscripten)
PaLMr.pdf |PaLMr.html✨
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 10 months agofrom:6e861c8eed. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 20 2024 |
R-4.5-win | NOTE | Nov 20 2024 |
R-4.5-linux | NOTE | Nov 20 2024 |
R-4.4-win | NOTE | Nov 20 2024 |
R-4.4-mac | NOTE | Nov 20 2024 |
R-4.3-win | NOTE | Nov 20 2024 |
R-4.3-mac | NOTE | Nov 20 2024 |
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 |