nstrayer / datadrivencv

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

'sheets_deauth' object not found #68

Open timothyEastridge opened 3 years ago

timothyEastridge commented 3 years ago

Error: 'sheets_deauth' is not an exported object from 'namespace:googlesheets4'

csthiago commented 3 years ago

The googlesheets4 package has changed the name of this function. You need to go to cv_printing_functions and change line 32 to googlesheets4::gs4_deauth()

moloscripts commented 3 years ago

Where do I access this line 32?

csthiago commented 3 years ago

After you run cv.R, it will create a cv_printing_functions.R - you must change the code inside that file.

delabj commented 3 years ago

I've made a pull request #73 that should fix this issue if merged

BerriJ commented 3 years ago

@nstrayer could you please merge some of the PR's?

Many people love this CV very much but having multiple issues that can be easily resolved by merging PR's is frustrating, especially for people who are new to this. If you wish I will be glad to help you with maintaining this repo.