We are currently using the configure script auto-generated through autoconf for writing package version info into the c++ header file. However this script doesn't seem to be portable for windows
cytolib>R CMD INSTALL .
* installing to library 'C:/Users/wjiang2/Documents/R/win-library/3.6'
* installing *source* package 'cytolib' ...
** using staged installation
chmod: not found
configure.win: error: cannot create configure.win.lineno; rerun with a POSIX shell
ERROR: configuration failed for package 'cytolib'
Unless we can find the tool that can generate mingw version of configure.win file , we may consider to use R to perform such pre-installation configuring process
https://github.com/kevinushey/configure
We are currently using the
configure
script auto-generated throughautoconf
for writing package version info into the c++ header file. However this script doesn't seem to be portable for windowsUnless we can find the tool that can generate
mingw
version ofconfigure.win
file , we may consider to use R to perform such pre-installation configuring process https://github.com/kevinushey/configure