Articles by David Smith

Updates on Microsoft’s R Roadmap in Azure

July 3, 2019 | David Smith

Yesterday, Microsoft's AI Customer Engineering Team posted the first in a series of blog posts on the state and future of support for R in Azure. Check out that post for some details on the forthcoming capabilities to support R and Python-based deployments in the Azure cloud service. The post ... [Read more...]

Fun with R and the Noops

June 14, 2019 | David Smith

Earlier this week, Github introduced Noops, a collection of simple black-box machines with API endpoints, with the goal of challenging developers of all skill levels to solve problems with them. Five "Noops" machines have been released so far along with challenges suitable for beginner programmers, with 15 further machines (and some ...
[Read more...]

MRAN snapshots, and you

May 22, 2019 | David Smith

For almost five years, the entire CRAN repository of R packages has been archived on a daily basis at MRAN. If you use CRAN snapshots from MRAN, we'd love to hear how you use them in this survey. If you're not familiar with the concept, or just want to learn ...
[Read more...]

What’s new in R 3.6.0

May 9, 2019 | David Smith

A major update to the open-source R language, R 3.6.0, was released on April 26 and is now available for download for Windows, Mac and Linux. As a major update, it has many new features, user-visible changes and bug fixes. You can read the details in the release announcement, and in this ... [Read more...]

Availability of Microsoft R Open 3.5.2 and 3.5.3

May 2, 2019 | David Smith

It's taken a little bit longer than usual, but Microsoft R Open 3.5.2 (MRO) is now available for download for Windows and Linux. This update is based on R 3.5.2, and accordingly fixes a few minor bugs compared to MRO 3.5.1. The main change you will note is that new CRAN packages released ... [Read more...]

R 3.5.3 now available

March 12, 2019 | David Smith

The R Core Team announced yesterday the release of R 3.5.3, and updated binaries for Windows and Linux are now available (with Mac sure to follow soon). This update fixes three minor bugs (to the functions writeLines, setClassUnion, and stopifnot), but you might want to upgrade just to avoid the "package ... [Read more...]

Where to find the worst weather in the US

March 7, 2019 | David Smith

Which US city has the worst weather? To answer that question, data analyst Taras Kaduk counted the number of pleasant days in each city and ranked them accordingly. For this analysis, a "pleasant" day is one where the average temperature was in the range 55°F-75°F, the maximum was in ...
[Read more...]

An architecture for real-time scoring with R

March 1, 2019 | David Smith

Let's say you've developed a predictive model in R, and you want to embed predictions (scores) from that model into another application (like a mobile or Web app, or some automated service). If you expect a heavy load of requests, R running on a single server isn't going to cut ...
[Read more...]

AI, Machine Learning and Data Science Roundup: February 2019

February 14, 2019 | David Smith

A monthly roundup of news about Artificial Intelligence, Machine Learning and Data Science. This is an eclectic collection of interesting blog posts, software announcements and data applications from Microsoft and elsewhere that I've noted over the past month or so. Open Source AI, ML & Data Science News ONNX, the open ... [Read more...]

RStudio Server on Azure

January 22, 2019 | David Smith

RStudio Server Pro is now available on the Azure Marketplace, the company announced on the RStudio Blog earlier this month. This means you can launch RStudio Server Pro on an virtual machine with the memory, disk, and CPU configuration of your choice, and pay by the minute for the VM ...
[Read more...]

AI, Machine Learning and Data Science Roundup: January 2019

January 16, 2019 | David Smith

A monthly roundup of news about Artificial Intelligence, Machine Learning and Data Science. This is an eclectic collection of interesting blog posts, software announcements and data applications from Microsoft and elsewhere that I've noted over the past month or so. Open Source AI, ML & Data Science News Preview of Tensorflow 2.0 (... [Read more...]

Use foreach with HPC schedulers thanks to the future package

January 15, 2019 | David Smith

The future package is a powerful and elegant cross-platform framework for orchestrating asynchronous computations in R. It's ideal for working with computations that take a long time to complete; that would benefit from using distributed, parallel frameworks to make them complete faster; and that you'd rather not have locking up ... [Read more...]

Who is the greatest finisher in soccer?

January 10, 2019 | David Smith

It's relatively easy to find the player who has scored the most goals in the last 12 years (hello, Lionel Messi). But which professional football (soccer) player is the best finisher, i.e. which player is most likely to put a shot they take into the goal? You can't simply use ...
[Read more...]

AzureR packages now on CRAN

January 8, 2019 | David Smith

The suite of AzureR packages for interfacing with Azure services from R is now available on CRAN. If you missed the earlier announcements, this means you can now use the install.packages function in R to install these packages, rather than having to install from the Github repositories. Updated versions ... [Read more...]

In case you missed it: December 2018 roundup

January 4, 2019 | David Smith

In case you missed them, here are some articles from December of particular interest to R users. R 3.5.2 is now available. Roundup of AI, Machine Learning and Data Science news from December 2018. AzureStor, a new R package to interface with Azure Storage. How to use the "plumber" package to create ... [Read more...]

Notebooks from the Practical AI Workshop

January 3, 2019 | David Smith

Last month, I delivered the one-day workshop Practical AI for the Working Software Engineer at the Artificial Intelligence Live conference in Orlando. As the title suggests, the workshop was aimed at developers, bu I didn't assume any particular programming language background. In addition to the lecture slides, the workshop was ... [Read more...]

R 3.5.2 now available

December 20, 2018 | David Smith

R 3.5.2, the latest version of the R language for statistical computation and graphics from the R Foundation, was released today. (This release is codenamed "Eggshell Igloo", likely in reference to this or this Peanuts cartoon.) Compared to R 3.5.1, this update includes only bug fixes, so R scripts and packages compatible ... [Read more...]

In case you missed it: November 2018 roundup

December 14, 2018 | David Smith

In case you missed them, here are some articles from November of particular interest to R users. David Gerard assesses the plausibility of a key plot point in 'Jurassic Park' with simulations in R. In-database R is available in Azure SQL Database for private preview. Introducing AzureR, a new suite ... [Read more...]
1 2 3 4 94

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)