Replies: 3 comments 4 replies
-
We definitely believe that pandoc is working for most users and it's unexpected that you would need to install pandoc separately from what is bundled in Positron. It would be useful for us to have more info on the specific task you were trying to approach and how you saw this error message. We plan that eventually Positron will be a good fit for even beginners, but currently it is a beta product with some rough edges. You might check out "Is Positron for Me?" to see who we think it is currently a good fit for. |
Beta Was this translation helpful? Give feedback.
-
The Pandoc that ships inside Positron should be available if you're using any Positron-provided gestures, such as the command "R: Build R Package", also accessible via Ctrl/Cmd + Shift + B (at least, with default keybindings). We explicitly inject the path to the built-in Pandoc as the In an arbitrary terminal running inside Positron that you've launched, this won't happen and it's not clear that we even should do that. If that's how you prefer to run In my past RStudio life, I have also occasionally wanted to do, e.g.,
|
Beta Was this translation helpful? Give feedback.
-
I opened #5357 to discuss (as well as track/prioritize) the possibility of making the bundled pandoc available on the path in terminals. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I find that Positron is lacking a user-friendly aspect, if I can put it like that. This is mainly due to the fact that "stuff" is missing under the hood which RStudio brings by default - like, for example, MAKE and Pandoc support out of the box.
I, as a package developer, have developed a humble and insignificant skillset, which enables me to fix some of the challenges when missing basic stuff like paths to various binaries that makes it all work under the hood. Recently, I posted a discussion on MAKE-files which was an easy fix (see discussion #5326). But why not make it work by default?
It turns out that (for me at least) I still needed to install Pandoc from the official github repository to fix the following error:
This has been discussed in Issue #1466, and I believe it has been attempted to be fixed in PR #2547 - but it seems this is not the case.
Both MAKE and Pandoc is essential parts of the development workflow of R packages - and although you may argue that the developer label should imply a higher baseline skillset, it is my understanding that Positron is also targeted regular users (who may or may not know other languages than R). I hope that you will bring many of the essential features that we need with R development in general at installation in the same way that RStudio does (Which I just realized I completely took for granted).
Best,
Beta Was this translation helpful? Give feedback.
All reactions