-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 861 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: PaLMr
Type: Package
Title: Interface for 'Google Pathways Language Model 2 (PaLM 2)'
Version: 0.2.0
Authors@R: c(
person(
given = "Li",
family = "Yuan",
role = c("aut", "cre"),
email = "lyuan@gd.edu.kg",
comment = c(ORCID = "0009-0008-1075-9922")
)
)
Maintainer: Li Yuan <lyuan@gd.edu.kg>
Description: '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.
License: CC BY 4.0
URL: https://palmr.ly.gd.edu.kg/
BugReports: https://github.com/lygitdata/PaLMr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.0
Imports:
httr,
jsonlite