-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
rust_sitrep()
seems to fail to instruct the user if target is not gnu and matches toolchain arch on Windows
#326
Comments
It also could be because you do not have a default toolchain set through
followed by R rextendr::rust_sitrep() |
Now it can work properly. (After completing the above configuration, it may need to wait a moment before running rust_sitrep() to avoid potential issues of not finding rustup. Thank you. |
I hope this helped. To |
once_cell
(lib)rust_sitrep()
seems to fail to instruct the user if default toolchain is not selected on Windows
rust_sitrep()
seems to fail to instruct the user if default toolchain is not selected on Windowsrust_sitrep()
seems to fail to instruct the user if target is not gnu and matches toolchain arch on Windows
system:win11
R version:4.3.2
When I use the code in the example, I encounter the following error
It should be noted that rust is installed in the path D:\ds\Rusts\o, and I have also configured the
path
.The text was updated successfully, but these errors were encountered: