We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recently I have received this error when trying to run this function through terminal
Error: 'gargle_oauth_client_from_json' is not an exported object from 'namespace:gargle'
Admittedly it may be a dependency issue, but I have tried to fix this several times to no avail. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
The first thing I'd do is make sure you have the most current release of gargle installed from CRAN.
Sorry, something went wrong.
Both gargle and gmailr are up to date.
Can you show me exact code and output? Please include calls to packageVersion("gargle") and packageVersion("gmailr").
packageVersion("gargle")
packageVersion("gmailr")
All I can say is gargle_oauth_client_from_json() is exported from gargle v1.5.2.
gargle_oauth_client_from_json()
packageVersion("gargle") #> [1] '1.5.2' library(gargle) exists("gargle_oauth_client_from_json", where = "package:gargle") #> [1] TRUE
Created on 2024-05-13 with reprex v2.1.0.9000
Hi Jenny,
Apologies, this has resolved, no cause for alarm
No branches or pull requests
Recently I have received this error when trying to run this function through terminal
Error: 'gargle_oauth_client_from_json' is not an exported object from 'namespace:gargle'
Admittedly it may be a dependency issue, but I have tried to fix this several times to no avail. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: