Skip to content

Commit 444ecb0

Browse files
committed
Debugging R RHOME
1 parent 43b2f2d commit 444ecb0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ jobs:
8080
export TAR="/usr/bin/tar"
8181
R -e "library(devtools); install_github('xtensor-stack/Xtensor.R', configure.args = '--novendor')"
8282
83+
- name: print R HOME
84+
run: |
85+
R RHOME
86+
echo $R_HOME
87+
8388
- name: Run tests (C++)
8489
working-directory: build/test
8590
run: ./test_xtensor_r

.github/workflows/osx.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
export TAR="/usr/bin/tar"
5454
R -e "library(devtools); install_github('xtensor-stack/Xtensor.R', configure.args = '--novendor')"
5555
56+
- name: print R HOME
57+
run: |
58+
R RHOME
59+
echo $R_HOME
60+
5661
- name: Run tests (C++)
5762
working-directory: build/test
5863
run: ./test_xtensor_r

0 commit comments

Comments
 (0)