We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a6a5b commit 1fb031dCopy full SHA for 1fb031d
src/core/resources.ts
@@ -181,7 +181,9 @@ export async function rBinaryPath(
181
}
182
183
// We couldn't find R, just pass the binary itself and hope it works out!
184
- debug(`Quarto did no found ${binary} and will try to use it directly.`);
+ debug(
185
+ `Quarto did not find ${binary} and will try to use it directly from the path.`,
186
+ );
187
return setPath(binary);
188
189
0 commit comments