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
Using corp_text_rbindlist with enough sufficiently large input corp_text objects, results in this error:
Error in paste(sapply(x, corp_get_text), collapse = " ") :
result would exceed 2^31-1 bytes
Calls: <Anonymous> -> corp_text -> paste
In addition: Warning message:
In CorporaCoCo::corp_text_rbindlist(corp_list) :
integer overflow in 'cumsum'; use 'cumsum(as.numeric(.))'
Execution halted
edmondac
changed the title
integer overflow corp_text_rbindlist (concordance branch)
2GB character string limit: integer overflow corp_text_rbindlist (concordance branch)
May 28, 2021
edmondac
changed the title
2GB character string limit: integer overflow corp_text_rbindlist (concordance branch)
2GB character string limit: integer overflow corp_text_rbindlist
Jun 17, 2021
Using corp_text_rbindlist with enough sufficiently large input corp_text objects, results in this error:
Indeed https://stat.ethz.ch/R-manual/R-devel/library/base/html/Memory-limits.html says that "The number of bytes in a character string is limited to 2^31 - 1"
The text was updated successfully, but these errors were encountered: