Quantcast
Channel: r software hub
Viewing all articles
Browse latest Browse all 1015

R is the fastest-growing language on StackOverflow

$
0
0

By David Smith

StackOverview is a popular Q&A site, and a go-to resource for developers of all languages to find answers to programming problems they may have: most of the time, the question has already been asked and answered, or you can always post a new question and wait for a reply. It’s an excellent resource for R users, featuring answers to nearly 100,000 R questions. In fact, R is the fastest-growing language on StackOverflow in terms of the number of questions asked:

The chart above was created — in R, of course — by Joshua Kunst, who helpfully provided the R code to make this subway-style rank plot using the ggplot2 package. The “fastest-growing” claim is based on Joshua’s regression analysis of the data above: R’s trendline has a slope of 4.50. (RedMonk also uses StackOverflow data, combined with GitHub activity, for their bi-annual language popularity rankings. R was ranked #13 in their most recent analysis, in June 2015.) The data comes directly from the StackExchange data dump, loaded into a Sqlite database and processed in R using Hadley Wickham’s RSQLite package. There’s much more interesting analysis of the StackOverflow data in Joshua’s blog post, including a cluster analysis of the top 100 tags in StackOverflow. Check it out at the link below.

Joshua Kunst: What do we ask in StackOverflow?

Related

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: Data science, Big Data, R jobs, visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series, trading) and more…


If you got this far, why not subscribe for updates from the site? Choose your flavor: e-mail, twitter, RSS, or …read more

Source:: r-bloggers.com


Viewing all articles
Browse latest Browse all 1015

Trending Articles