RStudio,a new IDE for R
21–30 of 36 posts
Re: RStudio,a new IDE for R
#22Looks good, but it's crashing on my Mac OS X (Snow Leopard). Any idea how I can debug/fix this issue?
Re: RStudio,a new IDE for R
#23Re: RStudio,a new IDE for R
#24The UI pretty similar to RKWard ( http://rkward.sourceforge.net/ ), which is according to me the best IDE, especially for Linux users. P.S. Someone should make a comparison between these two IDEs.
In my experience, RKWard frequently crashes when loaded with modest datasets (1700 data points or so for me). I wonder if RStudio has the same memory problems. If not, I'd be willing to give it a shot.
Re: RStudio,a new IDE for R
#25AGPL license, interesting. I suppose the plan is to monetize with a hosting/SaaS service? Edit: Found the answer on their blog: > RStudio is also a company, and we plan to sell services (support, training, consulting, hosting) related to the open-source software we distribute.
I'd be curious to hear their calculus for why they thought this services route would be more lucrative than selling the product and services. It seems like the type of product that people who would balk at purchasing it would be the same type to balkat most types of services listed (except maybe hosting).
Re: RStudio,a new IDE for R
#26Also excited about the timing... next week I'm starting a new position at a research co where most of my colleagues work in SAS (vs. my preference for R).
This may be just the thing to help win some converts :)
Re: RStudio,a new IDE for R
#27Earlier quoted context omitted.
I'd be curious to hear their calculus for why they thought this services route would be more lucrative than selling the product and services. It seems like the type of product that people who would balk at purchasing it would be the same type to balkat most types of services listed (except maybe hosting).
For us, it was never about which approach was more lucrative. We want RStudio to be the de facto IDE for R. How could it be anything but open source?
Re: RStudio,a new IDE for R
#28Re: RStudio,a new IDE for R
#29RStudio's binary is named 'rdesktop'. Oops! Although it's not in the default PATH, so it could be worse :)
Re: RStudio,a new IDE for R
#30Very slick UI. How is this done? Is the main UI HTML/Javscript or QT? I guess it's good that I can't immediately tell.
Slick indeed and fast as well, kind of screams for a dedicated project/repo for the UI components, as a starting point for other IDEs.