Skip to content

Commit fc0e6f9

Browse files
committed
GH-49380: [R] Add missing Ubuntu reinstall step in setup.Rmd to fix r-devdocs ABI mismatch
1 parent cbe2618 commit fc0e6f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

r/vignettes/developers/setup.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,10 @@ sudo apt install -y -V libarrow-dev
354354
MAKEFLAGS="LDFLAGS=" R CMD INSTALL .
355355
```
356356

357+
```{bash, save=run & !sys_install & ubuntu}
358+
MAKEFLAGS="LDFLAGS=" R CMD INSTALL .
359+
```
360+
357361
## `rpath` issues
358362

359363
If the package fails to install/load with an error like this:

0 commit comments

Comments
 (0)