Skip to content

Commit

Permalink
2nd version
Browse files Browse the repository at this point in the history
  • Loading branch information
kumeS committed Sep 12, 2023
1 parent 82df53c commit 4b23602
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 6 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ Authors@R: c(
Maintainer: Satoshi Kume <[email protected]>
Description: The Large Language Model (LLM) represents a groundbreaking advancement
in data science and programming, and also allows us to extend the world of R.
A seamless interface for integrating the 'OpenAI' Web APIs, and other Web APIs
into R is provided in this package. This package leverages LLM-based AI techniques,
enabling efficient knowledge discovery and data analysis
A seamless interface for integrating the 'OpenAI' Web APIs into R is provided in this package.
This package leverages LLM-based AI techniques, enabling efficient knowledge discovery and data analysis
(see 'OpenAI' Web APIs details <https://openai.com/blog/openai-api>).
The previous functions such as seamless translation and image generation have been moved
to other packages 'deepRstudio' and 'stableDiffusion4R'.
Depends: R (>= 4.2.0)
Imports: httr,
jsonlite,
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export(ngsub)
export(proofreadEnglishText)
export(proofreadText)
export(removeQuotations)
export(revisedText)
export(searchFunction)
export(slow_print_v2)
export(speakInJA)
Expand Down Expand Up @@ -71,6 +72,7 @@ importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(stats,runif)
importFrom(utils,URLencode)
importFrom(utils,askYesNo)
importFrom(utils,menu)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
Expand Down
2 changes: 1 addition & 1 deletion man/chatAI4pdf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/createRcode.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/createRfunction.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions man/revisedText.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b23602

Please sign in to comment.