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.
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.