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 8467225 commit a2c21c2Copy full SHA for a2c21c2
configure
@@ -57,6 +57,10 @@ CPPFLAGS=`${R_HOME}/bin/R CMD config CPPFLAGS`
57
echo "Using PKG_CFLAGS=$PKG_CFLAGS"
58
echo "Using PKG_LIBS=$PKG_LIBS"
59
60
+case "$PKG_LIBS$R_HOME" in
61
+ *conda*) echo "Warning: you seem to be using conda. Better install this package using instructions on https://anaconda.org/conda-forge/r-magick"
62
+esac
63
+
64
# Test configuration
65
echo "#include $PKG_TEST_HEADER" | ${CXX} -E ${CPPFLAGS} ${PKG_CFLAGS} ${CXXFLAGS} -xc++ - >/dev/null 2>configure.log
66
0 commit comments