You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to run code from the vignette, I get a data error. For example,
res <- voteview_search("'estate tax' congress:105")
Error in voteview_search("'estate tax' congress:105") :
lazy-load database '/Library/Frameworks/R.framework/Versions/4.0/Resources/library/stringi/R/stringi.rdb' is corrupt
In addition: Warning messages:
1: In voteview_search("'estate tax' congress:105") :
restarting interrupted promise evaluation
2: In voteview_search("'estate tax' congress:105") :
internal error -3 in R_decompress1
I am not sure if there is something I'm doing wrong, or if this is due to voteview's website being down (there is a 404 error for me if I try to download data manually). Can you provide any insight?
The text was updated successfully, but these errors were encountered:
When I attempt to run code from the vignette, I get a data error. For example,
res <- voteview_search("'estate tax' congress:105")
Error in voteview_search("'estate tax' congress:105") :
lazy-load database '/Library/Frameworks/R.framework/Versions/4.0/Resources/library/stringi/R/stringi.rdb' is corrupt
In addition: Warning messages:
1: In voteview_search("'estate tax' congress:105") :
restarting interrupted promise evaluation
2: In voteview_search("'estate tax' congress:105") :
internal error -3 in R_decompress1
I am not sure if there is something I'm doing wrong, or if this is due to voteview's website being down (there is a 404 error for me if I try to download data manually). Can you provide any insight?
The text was updated successfully, but these errors were encountered: