rdotnet/rClr

./configure.win: ./cleanup.win: /bin/sh^M: bad interpreter: No such file or directory

jmp75 opened this issue · 1 comments

jmp75 commented

Windows10, first checkout of rClr. Running from the vanilla CMD prompt. Curious I had this issue from ConEmu only in another prjects but not the vanilla CMD prompt.

%R_EXE% CMD INSTALL rClr_0.8.tar.gz
In R CMD INSTALL
* installing to library 'C:/Users/per202/Documents/R/win-library/3.5'
* installing *source* package 'rClr' ...
./configure.win: ./cleanup.win: /bin/sh^M: bad interpreter: No such file or directory
jmp75 commented

Removing the hash-bang to /bin/sh fixed this.