We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce3e88 commit 92a68b5Copy full SHA for 92a68b5
configure
@@ -1,5 +1,7 @@
1
#!/usr/bin/env sh
2
3
+# Set R_HOME based on where R is
4
+: ${R_HOME=$(R RHOME)}
5
# Find R compilers
6
CC=`${R_HOME}/bin/R CMD config CC`
7
CFLAGS=`${R_HOME}/bin/R CMD config CFLAGS`
0 commit comments