-
Notifications
You must be signed in to change notification settings - Fork 92
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
R: Avoid rioting in streets by supporting R Markdown in Positron #1421
Comments
See also discussion in #1043; the Quarto extension does provide some R Markdown functionality (but doesn't use R Markdown for rendering) |
IMHO, it'd be great for the basic feature set to include drafting new R Markdown documents via package-provided templates. (The interface for doing this doesn't need to be as robust initially as RStudio's.) |
Quarto is available on CRAN servers and we can advise folks to use Quarto for vignettes. |
Bumping this to Future since I think we'll have to lean on the Quarto extension for R Markdown in the short term (and perhaps even for RC). |
As outlined earlier in this issue, Quarto does provide some R Markdown functionality but doesn't use The remaining challenges around Note that even today folks do have the ability to run |
@kv9898 I am not able to reproduce that problem with the latest release (2024.11.0 build 69): Can you check the details of what version you may be running? I suspect the problem is coming from another extension you have installed which is creating an association that is interfering with the Quarto support. I know, for example, there is a word count extension that creates a non-Quarto association for |
I am using the word count extension! Thank you for looking this up. For now the fix I mentioned is working fine. I guess the extension only affects *.rmd but not *.qmd |
It's because that extension (if it's the same one) says that an |
That makes a lot of sense! Thank you, @juliasilge. |
Goal
Support for R Markdown. We don't need to knock it out of the park, but we do need support for the basics:
This should look a lot like what the Quarto extension does since the two have a lot of similarities.
Context
via @jjallaire:
Via @hadley:
Via @DavisVaughan:
Slack threads:
https://positpbc.slack.com/archives/C05M2EZCPGR/p1695387572152429
https://positpbc.slack.com/archives/C05M2EZCPGR/p1695737806600509
Support features in the existing VS Code R language support plugin:
https://github.com/REditorSupport/vscode-R/wiki/R-Markdown
The text was updated successfully, but these errors were encountered: