Earlier quoted context omitted.
Is it really true that business people use R directly? Being in Forbes is consistent with it... I recall that SQL was intended to be used by business people... and it probably has been, sometimes; but I don't think it happens much. The days of early adoption might have differed, through appealing to the more adventurous business people (as R might be now). One thing I know for a fact: business people use spreadsheets…
How about a spreadsheet that uses R as its scripting language? (There's one of these for Python.)
Ask HN Hackers: What's R's future?
21–30 of 42 posts
Re: Ask HN Hackers: What's R's future?
#22Re: Ask HN Hackers: What's R's future?
#23R is really becoming huge in academia. As far as I can tell, health sciences is the last SAS holdout. I expect it to take over business as well. Biz types will love it because it's so powerful as a scripting environment, but the programmers building and maintaining stuff with it will come to loathe it. R will become the PHP of analysis; ubiquitous but hated, and no one will have the chutzpah to fix it.
Random aside, anyone notice that the Kiwis are all over R? The original creators and the guy who wrote ggplot2 among many others.
Re: Ask HN Hackers: What's R's future?
#24Re: Ask HN Hackers: What's R's future?
#25I wonder - could R in theory be rewritten as a Python library? If not, why not? Is there any special syntax of R that makes it more amenable to statistical analysis than Python? Performance concerns? It's just a shame to see a whole language popping out of something that could just be a library.
Re: Ask HN Hackers: What's R's future?
#26However, the libraries are great. Anything you'd want in statistics is already there. So I do use it all the time.
Just to say something nice, I do like data frames (a two dimensional matrix, where each column can have a different type).
Re: Ask HN Hackers: What's R's future?
#27Earlier quoted context omitted.
How about a spreadsheet that uses R as its scripting language? (There's one of these for Python.)
I don't know if business people do a lot of scripting (if any) in spreadsheets, because it side-steps the ease-of-use GUI of spreadsheet in favour of a programmer's UI...
Re: Ask HN Hackers: What's R's future?
#28I predict a 10 year campaign of conquest followed by a 30 year death march. R is a complete mess that kicks ass in its niche. There are too many data types and the syntax seems kind of random, but two lines of R can get you publication quality graphics. R is really becoming huge in academia. As far as I can tell, health sciences is the last SAS holdout. I expect it to take over business as well. Biz types will love i…
Re: Ask HN Hackers: What's R's future?
#29Re: Ask HN Hackers: What's R's future?
#30I predict a 10 year campaign of conquest followed by a 30 year death march. R is a complete mess that kicks ass in its niche. There are too many data types and the syntax seems kind of random, but two lines of R can get you publication quality graphics. R is really becoming huge in academia. As far as I can tell, health sciences is the last SAS holdout. I expect it to take over business as well. Biz types will love i…