Hello - I've been trying to use the package on my Mac to no avail (both CRAN and GitHub repo versions). Usage of nearly all the functions fail for me.
For example, trying to run the example provided on the GitHub page:
warrens <- candidates_get_by_lastname( "warren", election_years = 2012 )
returns the following error:
Error inmap(): ℹ In index: 1. Caused by error in purrr::modify_depth(): ! List not deep enough
Any help would be appreciated!
Hello - I've been trying to use the package on my Mac to no avail (both CRAN and GitHub repo versions). Usage of nearly all the functions fail for me.
For example, trying to run the example provided on the GitHub page:
warrens <- candidates_get_by_lastname( "warren", election_years = 2012 )returns the following error:
Error inmap(): ℹ In index: 1. Caused by error inpurrr::modify_depth(): ! List not deep enoughAny help would be appreciated!