May 2017

Upcoming Rcpp Talks

May 16, 2017 | Thinking inside the box

Very excited about the next few weeks which will cover a number of R conferences, workshops or classes with talks, mostly around Rcpp and one notable exception: May 19: Rcpp: From Simple Examples to Machine learning, pre-conference workshop at our R... [Read more...]

Databases using R

May 16, 2017 | R Views

Current State Using databases is unavoidable for those who analyze data as part of their jobs. As R developers, our first instinct may be to approach databases the same way we do regular files. We may attempt to read the data either all at once or as few times as ...
[Read more...]

R in Financial Services: Challenges and Opportunities

May 16, 2017 | David Smith

At the New York R Conference earlier this year, my colleague Lixun Zhang gave a presentation on the challenges and opportunites financial services companies encounter when using R. In the talk, he shares some lessons learned while working with an couple of international banks that have been using SAS, but ... [Read more...]

Here is the new padr

May 16, 2017 | That’s so Random

I am very happy to announce v0.3.0 of the padr package, which was introduced in January. As requested by many, you are now able to use intervals of which the unit is different from 1. In earlier version the eight interval values only allowed for a single unit (e.g. year, ...
[Read more...]

Spinning Globes With R

May 16, 2017 | James

It has been a long held dream of mine to create a spinning globe using nothing but R (I wish I was joking, but I’m not). Thanks to the brilliant mapmate package created by Matt Leonawicz and shed loads of computing power, today that dream became a reality. The ... [Read more...]

XLConnect 0.2-13

May 15, 2017 | Mirai Solutions

We are pleased to announce the release of XLConnect 0.2‑13, now available from CRAN and from our GitHub repository. This release comes with the following changes: Upgraded to Apache POI 3.16 Performance improvements to setCellStyle for lar... [Read more...]

XLConnect 0.2-13

May 15, 2017 | Mirai Solutions

We are pleased to announce the release of XLConnect 0.2‑13, now available from CRAN and from our GitHub repository. This release comes with the following changes: Upgraded to Apache POI 3.16 Performance improvements to setCellStyle for lar... [Read more...]

A Note on missing()

May 15, 2017 | English Blog on Yihui Xie | 谢益辉

I had misunderstood the function missing() for several years. Originally I thought it only applies to an argument that does not have a default or user-specified value. For example, this is fairly easy to understand: f = function(x) { missing(x) } f() # should be TRUE One day I was surprised to ... [Read more...]

shinyMlr

May 15, 2017 | Florian Fendt

shinyMlr is a web application, built with the R-package “shiny” that provides a user interface for mlr. By wrapping the main functionalities of mlr into our app, as well as implementing additional features for data visualisation and data preprocessing, we built a widely usable application for your day to day ... [Read more...]

R and Python support now built in to Visual Studio 2017

May 15, 2017 | David Smith

The new Visual Studio 2017 has built-in support for programming in R and Python. For older versions of Visual Studio, support for these languages has been available via the RTVS and PTVS add-ins, but the new Data Science Workloads in Visual Studio 2017 make them available without a separate add-in. Just choose ... [Read more...]
1 7 8 9 10 11 18

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)