MarkEdmondson1234 / googleAuthR

Google API Client Library for R. Easy authentication and help to build Google API R libraries with OAuth2. Shiny compatible.
https://code.markedmondson.me/googleAuthR
Other
175 stars 54 forks source link

Documentation website does not match current package version #232

Open ian-curtis opened 4 months ago

ian-curtis commented 4 months ago

The current webpage linked on GitHub leads to documentation for version 1.4.0.9000 and contains some articles with deprecated functions and processes. The current version of the package (on my machine) is 2.0.1. Is there updated documentation stored somewhere else?

I'm mainly looking for the most up-to-date documentation and guides on how to do multi-user shiny Google auth when hosted on shinyapps.io given my own Google OAuth2 client. I currently keep getting 403 errors and app crashes so I'm clearly doing something wrong. The gar_shiny_* documentation using ?? in the R console isn't the most helpful as there are few examples and not a ton of advice on project setup.

Any updates on #198?

MarkEdmondson1234 commented 4 months ago

The current docs will be available if built using the dev tools package derived from the functions within the packages.

I’ll need help to update this since I’m working in another field day to day now so can’t prioritize maintenance of this package.