Articles by Super User

Detect Lines in Digital Images

January 23, 2017 | Super User

As part of our data science training initiative, bnosac is also providing a course on computer vision with R & Python which is held in March 9-10 in Leuven, Belgium (subscribe here or have a look at our full training offer here). Part of the course is covering finding blobs, corners, ... [Read more...]

BelgiumMaps.StatBel: R package with Administrative boundaries of Belgium

January 4, 2017 | Super User

We recently opened up the BelgiumMaps.StatBel package and made it available at https://github.com/bnosac/BelgiumMaps.StatBel. This R package contains maps with administrative boundaries (national, regions, provinces, districts, municipalities, statistical sectors, agglomerations (200m)) of Belgium extracted from Open Data at Statistics Belgium.  The package is a data-only ... [Read more...]

New RStudio add-in to schedule R scripts

January 4, 2017 | Super User

With the release of RStudio add-in possibilities, a new area of productivity increase and expected new features for R users has arrived. Thanks to the help of Oliver who has written an RStudio add-in on top of taskscheduleR, scheduling and automating an R script from RStudio is now exactly one ... [Read more...]

Notes on my R / Git workflow

March 10, 2013 | Super User

These are some notes on my current R git work flow, which is quite fluid, and git has enough quirks that I usually forget part of it ! Creating Projects I've used both RStudio and Eclipse.  RStudio seems easier to create a 'project' and add a loca... [Read more...]

Creating SVG Plots from R

October 12, 2012 | Super User

I recently wanted to create a ggplot that I could then 'tweak' furthur. This is my solution, to create an .svg file which can be loaded into a suitable application (I prefer Inkscape) and furthur edited / tweaked. # Build an example Plotlibrary(ggplot2... [Read more...]

Git Error when pushing with a large file

October 9, 2012 | Super User

Quick Note: I had an error recently where RStudio nor EGit nor the command line would push my repo to github.  I can't remember the exact error, although after some googling I found this SO answer that solved it git config http.postBuffer 52428800... [Read more...]

World Cup 2006 First Goal R Analysis

September 16, 2012 | Super User

Quite a while ago my amazing wife asked me if it was possible to find the time of the first goal for the 2006 FIFA World Cup matches.  I was using R at the time and thought it was possible.  Here are the scripts I wrote to scrape the info fro... [Read more...]

Getting into R, RCommander, JGR and Deducer

September 14, 2012 | Super User

I've been meaning to post something about R for a while, but never got started, and now have a pile of things I'd like to post, so it's time to get started. I first started using R during my Master Dissertation where I had to do some stats.  I've ... [Read more...]
1 2 3

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)