Have others in the international RStudio community switched to windows 10 experimental utf-8?

I am a huge RStudio fan, but still haven't found a way to deal 100% with special characters such as á or ñ...

sessionInfo()
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

Random number generation:
RNG: Mersenne-Twister
Normal: Inversion
Sample: Rounding

locale:
[1] LC_COLLATE=Spanish_Uruguay.1252 LC_CTYPE=Spanish_Uruguay.1252 LC_MONETARY=Spanish_Uruguay.1252 LC_NUMERIC=C
[5] LC_TIME=Spanish_Uruguay.1252

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

other attached packages:
[1] fuzzyjoin_0.1.5 patchwork_0.0.1 glue_1.3.1 kableExtra_1.1.0 ggridges_0.5.1 config_0.3 tictoc_1.0 lubridate_1.7.4
[9] forcats_0.4.0 stringr_1.4.0 dplyr_0.8.3 purrr_0.3.2 readr_1.3.1 tidyr_1.0.0 tibble_2.1.3 ggplot2_3.2.1
[17] tidyverse_1.2.1 rstudioapi_0.10 odbc_1.1.6

loaded via a namespace (and not attached):
[1] httr_1.4.1 bit64_0.9-7 jsonlite_1.6 viridisLite_0.3.0 here_0.1 modelr_0.1.5 StanHeaders_2.19.0
[8] assertthat_0.2.1 BiocManager_1.30.10 stats4_3.6.1 blob_1.2.0 cellranger_1.1.0 yaml_2.2.0 pillar_1.4.2
[15] backports_1.1.5 lattice_0.20-38 digest_0.6.22 rvest_0.3.5 colorspace_1.4-1 htmltools_0.4.0 plyr_1.8.4
[22] pkgconfig_2.0.3 rstan_2.19.2 broom_0.5.2 haven_2.1.1 scales_1.0.0 webshot_0.5.1 processx_3.4.1
[29] IRanges_2.20.0 generics_0.0.2 withr_2.1.2 BiocGenerics_0.32.0 lazyeval_0.2.2 cli_1.1.0 magrittr_1.5
[36] crayon_1.3.4 readxl_1.3.1 evaluate_0.14 ps_1.3.0 fansi_0.4.0 nlme_3.1-140 xml2_1.2.2
[43] pkgbuild_1.0.6 tools_3.6.1 loo_2.1.0 prettyunits_1.0.2 hms_0.5.2 lifecycle_0.1.0 matrixStats_0.55.0
[50] S4Vectors_0.24.0 munsell_0.5.0 callr_3.3.2 packrat_0.5.0 compiler_3.6.1 rlang_0.4.1 grid_3.6.1
[57] base64enc_0.1-3 rmarkdown_1.17 gtable_0.3.0 inline_0.3.15 DBI_1.0.0 R6_2.4.1 gridExtra_2.3
[64] knitr_1.26 bit_1.1-14 zeallot_0.1.0 utf8_1.1.4 rprojroot_1.3-2 stringi_1.4.3 parallel_3.6.1
[71] Rcpp_1.0.2 vctrs_0.2.0 tidyselect_0.2.5 xfun_0.11

I have read Yihui Xie's " My Biggest Regret in the knitr Package".
I then stumbled across RicardoRodriguez's "Why .libPaths() does show different values in RStudio and R in the same box and user?" where he mentions he has switched to windows 10 experimental utf-8.

His question is closed. I didn't find much info on google and wondered if others are using it and if they are happy with it.

Thank you for any clues!

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.