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
Running any command, such as Bookdown: Serve Book results in an error message saying that the shell path is a directory.
Bookdown: Serve Book
This occurs on Linux (Solus OS), although I've used the extension on a different computer with the same OS and didn't encounter this problem.
Workaround: Locate the R executable with running the following in a terminal
which R
and note down the returned path. Then:
open vscode -> Ctrl Shit P -> Preferences: Open Settings (JSON)
and add the following as a new line:
"Bookdown.R" = "/usr/bin/R"
where the "/usr/bin/R" part should match whatever was returned by which R earlier.
"/usr/bin/R"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running any command, such as
Bookdown: Serve Book
results in an error message saying that the shell path is a directory.This occurs on Linux (Solus OS), although I've used the extension on a different computer with the same OS and didn't encounter this problem.
Workaround:
Locate the R executable with running the following in a terminal
and note down the returned path.
Then:
and add the following as a new line:
where the
"/usr/bin/R"
part should match whatever was returned bywhich R
earlier.The text was updated successfully, but these errors were encountered: