Commit a2c5a9a
### Rationale for this change
An error is received installing R duckdb:
```
#15 18.13 > remotes::install_github('duckdb/duckdb-r', build = FALSE)
#15 18.27 Error: Failed to install 'unknown package' from **GitHub:**
#15 18.27 Line starting 'Roxyg ...' is malformed!
```
Some searching seems to suggest that this is because R cannot process UTF-8 characters in DESCRIPTION files if the `LANG` is set to `C`.
### What changes are included in this PR?
The `LANG` is set to `C.UTF-8` in the dockerfile for this CI job
### Are these changes tested?
The change only affects a test
### Are there any user-facing changes?
No
* GitHub Issue: #41145
Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent 84cd493 commit a2c5a9a
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments