microsoft / RTVS

R Tools for Visual Studio.
MIT License
389 stars 118 forks source link

Feature Request: Mac Support #4324

Closed 80kr closed 6 years ago

80kr commented 6 years ago

Hi Guys,

Appreciate all of the dev efforts in providing RTVS, are there any plans to incorporate RTVS on VS for Mac or the data science package on VS for Mac?

thx!

smortaz commented 6 years ago

Not at this time unfortunately :(.

On Sun, Jun 3, 2018 at 3:39 PM 80kr notifications@github.com wrote:

Hi Guys,

Appreciate all of the dev efforts in providing RTVS, are there any plans to incorporate RTVS on VS for Mac or the data science package on VS for Mac?

thx!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Microsoft/RTVS/issues/4324, or mute the thread https://github.com/notifications/unsubscribe-auth/AAtUVEUvP7vMOvtSK9jfjx9XfwmCja-Yks5t5ElugaJpZM4UYOu_ .

MikhailArkhipov commented 6 years ago

Unlikely. If we go cross-platform, it would be VS Code.

80kr commented 6 years ago

VS Code is fast, and when I used RTVS on VS on a Dell, of course, it was also fast based on the tutorials on Microsofts websites. Based on the feedback that I'm seeing and hearing I'm going to be using R notebook or jupyter notebook. Unfortunately that would be outside of Microsoft's official feedback system that improves products and provides great products like the data science environment in VS and fast apps like VS Code.

There is a huge market of developers that use Macs, and if the cloud business, like Azure, would be interested in having more developers use their stack for various reasons. Then developing RTVS for Mac would be in favor of Microsoft's business. I would be curious to see what Microsoft has to say about that.

MikhailArkhipov commented 6 years ago

Folding into #1295. It is unlikely we'd use VS for Mac. We do Python for VS Code already.

chrisvacc commented 5 years ago

I’m not understanding... there are no plans for RTVS for VS, but potentially VS Code?

You have to make RTVS available for Mac and Linux. Probably the majority of Data Scientists are on those platforms.

MikhailArkhipov commented 5 years ago

There are couple of R extensions to VS Code. Mine https://marketplace.visualstudio.com/items?itemName=Mikhail-Arkhipov.r is based on RTVS. There is another https://marketplace.visualstudio.com/items?itemName=Ikuyadeu.r.

There is no active development in RTVS.

chrisvacc commented 5 years ago

There are couple of R extensions to VS Code. Mine https://marketplace.visualstudio.com/items?itemName=Mikhail-Arkhipov.r is based on RTVS. There is another https://marketplace.visualstudio.com/items?itemName=Ikuyadeu.r.

There is no active development in RTVS.

Yes, but a development IDE is beyond the scope of those right?

or this

Or would that be possible with those plugins

MikhailArkhipov commented 5 years ago

No, VSC is not graphically rich and it is not indented to be an IDE.

chrisvacc commented 5 years ago

Well there’s this I just found

https://blogs.msdn.microsoft.com/uk_faculty_connection/2018/10/29/data-science-in-visual-studio-code-using-neuron-a-new-vs-code-extension/

MikhailArkhipov commented 5 years ago

Yeah, I work on that extension :-). Basic static output can be done. Something like console with intellisense - no.

chrisvacc commented 5 years ago

I should have known haha!

It’s okay as long as you can send commands to the console.

What other plugins do you recommend for R users?