Open xli3111 opened 8 months ago
When I type, Rscript -e "uataq::stilt_init('myproject')" I got this,
fatal: destination path 'myproject' already exists and is not an empty directory. Compiling footprint kernel aggregation subroutine... /opt/R/arm64/bin/gfortran -mtune=native -fno-optimize-sibling-calls -fPIC -Wall -g -O2 -c r/src/permute.f90 -o r/src/permute.o f951: error: unrecognized command-line option '-quiet' make: *** [r/src/permute.o] Error 1
How I can solve it?
Sounds like there is already a directory called "myproject" which contains a stilt project. Either rename your new project or delete the old one.
When I type, Rscript -e "uataq::stilt_init('myproject')" I got this,
fatal: destination path 'myproject' already exists and is not an empty directory. Compiling footprint kernel aggregation subroutine... /opt/R/arm64/bin/gfortran -mtune=native -fno-optimize-sibling-calls -fPIC -Wall -g -O2 -c r/src/permute.f90 -o r/src/permute.o f951: error: unrecognized command-line option '-quiet' make: *** [r/src/permute.o] Error 1
How I can solve it?