Skip to content

Commit 1eb1c4c

Browse files
committed
Debugging R RHOME
1 parent 43b2f2d commit 1eb1c4c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/linux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ 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 "Printing R_HOME"
87+
echo $R_HOME
88+
8389
- name: Run tests (C++)
8490
working-directory: build/test
8591
run: ./test_xtensor_r

.github/workflows/osx.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ 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 "Printing R_HOME"
60+
echo $R_HOME
61+
5662
- name: Run tests (C++)
5763
working-directory: build/test
5864
run: ./test_xtensor_r

0 commit comments

Comments
 (0)