ben-aaron188 / rgpt3

Making requests from R to the GPT models
GNU General Public License v3.0
101 stars 16 forks source link

Install error #9

Closed isomemo closed 1 year ago

isomemo commented 1 year ago

Install error using R 4.1.3

devtools::install_github("ben-aaron188/rgpt3") Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘memoise’

ben-aaron188 commented 1 year ago

Can you try to re-install devtools and run it again then with devtools::install_github("ben-aaron188/rgpt3", force=T)? The rgpt3 package doesn't use the memoise package, so I suspect this is a devtools thing.

isomemo commented 1 year ago

@ben-aaron188 yes, that fixed it!