https://github.com/omegahat/Rcartogram
Raw File
Tip revision: b1f4a80e1ca5019308029104bca2495187521056 authored by Duncan Temple Lang on 30 September 2017, 19:26:39 UTC
get uspop.tab.gz from inst/extdata
Tip revision: b1f4a80
configure.win

if test -z "${FFTW3_DIR}" ; then
 echo "You need to set the environment variable FFTW3_DIR to point to the directory containing fftw3.h and libfftw3-3.dll"
 exit 1
fi

if ! test -r "$R_PACKAGE_DIR/libs" ;  then
  mkdir "$R_PACKAGE_DIR/libs"
fi

cp "$FFTW3_DIR/libfftw3-3.dll" "$R_PACKAGE_DIR/libs"


back to top