Rdatatable / data.table

R's data.table package extends data.frame:
http://r-datatable.com
Mozilla Public License 2.0
3.62k stars 986 forks source link

Error: 'translateCharUTF8' must be called on a CHARSXP, but got 'character' #4003

Open krispad opened 5 years ago

krispad commented 5 years ago

Updated to a newer version of R-studio (version 1.2.5001) and re-installed R version 3.6.1 and RStudio kept indicating the was a 'fatal error' in R and aborted. Received the above error. when set compatibility mode to 'Windows 8 (service pack 2) . Have Enterprise Windows 10.

Minimal Information:

R version 3.6.1 (2019-07-05) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 17763)

Matrix products: default

locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] compiler_3.6.1

Rstudio

rstudioapi::versionInfo() $citation

To cite RStudio in publications use:

RStudio Team (2019). RStudio: Integrated Development for R. RStudio, Inc., Boston, MA URL http://www.rstudio.com/.

A BibTeX entry for LaTeX users is

@Manual{, title = {RStudio: Integrated Development Environment for R}, author = {{RStudio Team}}, organization = {RStudio, Inc.}, address = {Boston, MA}, year = {2019}, url = {http://www.rstudio.com/}, }

$mode [1] "desktop"

$version [1] ‘1.2.5001’

jangorecki commented 5 years ago

Thank you for the report. Are you able to reproduce problem in R not using IDE?