nstrayer / datadrivencv

R package for building customizable CVs from spreadsheets
http://nickstrayer.me/datadrivencv/
Other
602 stars 177 forks source link

Error: `sheets_deauth` is not an exported object from googlesheets #84

Open btbeal opened 2 years ago

btbeal commented 2 years ago

https://github.com/nstrayer/datadrivencv/blob/0b598044602568d3f793bea136e846ded0a33776/inst/templates/CV_printing_functions.R#L32

As an FYI, I received this error when using the cv_printing_functions.r out of the box. It seems like this function was available in googlesheets4 0.1.0 but is no longer available. Using version 1.0.0, googlesheets4::gs4_deauth() on line 32 fixed this.

Evelyn0 commented 2 years ago

This error is reported and explained in https://github.com/nstrayer/datadrivencv/issues/68