Replies: 1 comment 5 replies
-
Yep, you are correct that this is because Positron doesn't do anything special to set up RTools the way that RStudio does. I've logged #5358 to track/prioritize those kinds of features. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have make-file with
Which I can run using the terminal inside RStudio without any issues. If I do the same in Positron I get the following error:
I assume the difference is that RStudio uses the Rtools-folder to do its magic? Or where does this difference come from? And how do I setup Positron so it "just works"?
Best,
I am currently on a Windows machine.
Edit:
This is only an issue on Windows as I can run
make greet
on Positron without doing anything.Update:
So - it turns out that if you set the PATH variables on Windows (Via System properties, not IDE) it works. But I would have expected that this would have been done upon installation of Positron (This is way beyond my level of software skills, but I assume that this is what happens when you install RStudio).
Beta Was this translation helpful? Give feedback.
All reactions