We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Sounds like there is already a directory called "myproject" which contains a stilt project. Either rename your new project or delete the old one.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: