Articles by Mango Solutions

goodpractice 1.0.2 on CRAN

May 11, 2018 | Mango Solutions

Hannah Frick, Data Scientist We are excited to annouce that the goodpractice package is now available on CRAN. The package gives advice about good practices when building R packages. Advice includes functions and syntax to avoid, package structure, code complexity, code formatting, etc. You can install the CRAN version via {{...
[Read more...]

ANNOUNCEMENT: EARL London 2018 speakers

April 27, 2018 | Mango Solutions

We are excited to announce the speakers for this year's EARL London Conference! Every year, we receive an immense number of excellent abstracts and this year was no different - in fact, it's getting harder to decide. We spent a lot of time deliberating and had to make some tough ...
[Read more...]

Packaging Shiny applications: A deep dive

April 20, 2018 | Mango Solutions

(Or, how to write a Shiny app.R file that only contains a single line of code) Mark Sellors, Head of Data Engineering This post is long overdue. The information contained herein has been built up over years of deploying and hosting Shiny apps, particularly in production environments, and mainly ...
[Read more...]

What is tidy eval and why should I care?

April 3, 2018 | Mango Solutions

Nic Crane, Data Scientist This article was first published on Nic Crane's Blog and kindly contributed to the Mango Blog. I’m going to begin this post somewhat backwards, and start with the conclusion: tidy eval is important to anyone who writes R functions and uses dplyr and/or tidyr. ...
[Read more...]

In between a rock and a conditional join

February 1, 2018 | Mango Solutions

Adnan Fiaz Joining two datasets is a common action we perform in our analyses. Almost all languages have a solution for this task: R has the built-in merge function or the family of join functions in the dplyr package, SQL has the JOIN operation and Python has the merge function ...
[Read more...]
1 2 3 4 5 6

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)