Skip to content

Deal with non-ascii characters in non-file paths#1622

Open
jonthegeek wants to merge 4 commits into
tidyverse:mainfrom
jonthegeek:fix-1521-non-ascii-path
Open

Deal with non-ascii characters in non-file paths#1622
jonthegeek wants to merge 4 commits into
tidyverse:mainfrom
jonthegeek:fix-1521-non-ascii-path

Conversation

@jonthegeek
Copy link
Copy Markdown

Adds useBytes = TRUE to grepl() call to avoid parsing error in R >= 4.3

Requires tidyverse/vroom#619 (tests will fail until that is merged; I assume you'll also need vroom in Remotes in DESCRIPTION or similar)

May need to adds skips for tests on some OSes/R versions.

Requires tidyverse/vroom#619 (tests will fail until that is merged; I assume you'll also need vroom in Remotes in DESCRIPTION or similar)

- Fixes tidyverse#1521
- Fixes tidyverse#1508
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Confusing error for non-ascii input read_delim fails on non utf 8 charset when delim is NULL with R 4.3.1

1 participant