Commit 6269317
authored
apacheGH-41145: [R][CI] test-r-dev-duckdb fails installing duckdb (apache#41152)
### 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: apache#41145
Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>1 parent effd5af commit 6269317
1 file changed
+5
-0
lines changed| 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