benjcunningham / googlecalendar

Easily access and modify calendars, events, and UI settings via the Google Calendar API
Other
12 stars 6 forks source link

gc_event_import is dependent on deprecated "by_row" function #18

Open benjaminrobinson opened 6 years ago

benjaminrobinson commented 6 years ago

The "purrr" function "by_row" is deprecated causing the "gc_event_import" function to fail in newer versions of purrr.

https://github.com/tidyverse/purrr/blob/master/NEWS.md#purrr-0221

oscarepaezm commented 1 year ago

I can't import the csv file.. with gc_event_import. I used the example [https://github.com/benjcunningham/googlecalendar/blob/master/tests/testthat/event_import.csv] but unfortunately it didn't work... Are you have some ideas for solving this: Error: 'by_row' is not an exported object from 'namespace:purrr' Thanks Oscar