You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently a function in the package uses base::isFALSE() but this has only been introduced in R 3.5. The requirements for googleAuthR are R >= 3.3.0, however.
The text was updated successfully, but these errors were encountered:
What goes wrong
While using the package in R <3.5 the following error is raised:
Apparently a function in the package uses
base::isFALSE()
but this has only been introduced in R 3.5. The requirements for googleAuthR are R >= 3.3.0, however.The text was updated successfully, but these errors were encountered: