'R studio: When loading a package, strange characters appear in the console
Solution 1:[1]
This is a known issue, apparently due to the cli package that tidyverse uses for its startup text, for which a fix is planned (tidyverse issue thread; cli issue thread). In the meantime, per Gábor Csárdi,
A workaround is to set
options(cli.unicode = FALSE).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | zephryl |

