HedvigS/personal-cookbook

error with glottolog-cldf example

Opened this issue · 1 comments

Both get_cldf scripts currently give this error at the end when merging the value and languages tables:

> cldf_wide_df <- dplyr::full_join(values,languages) 
Error in base::nchar(wide_chars$test, type = "width") : 
  lazy-load database '/Users/skirgard/Library/R/x86_64/4.2/library/cli/R/sysdata.rdb' is corrupt
In addition: Warning messages:
1: In base::nchar(wide_chars$test, type = "width") :
  restarting interrupted promise evaluation
2: In base::nchar(wide_chars$test, type = "width") :
  internal error -3 in R_decompress1

it was solved by installing cli... but I don't know what caused it... :D