Publications by smarterpoland

Variability of weather forecasts

02.11.2014

Have you wondered how stable are weather forecasts? Since curiosity + R = fun, let’s do a little test. I’ve used a function getWeatherForecast {SmarterPoland} (github release) to download weather forecasts from the Dark Sky API. Hourly forecasts are downloaded every 10 minutes and stored in this repository based on archivist package (it’s e...

1333 sym 2 img

Interview with SERATRON – Lego EV3 robot driven by R

30.11.2014

Next meeting of Warsaw R Enthusiasts (SER = Spotkania Entuzjastów R) will take place on December 8. We are going to start with Roger Bivand talk about spatial statitics (R Foundation / NHH, author of many R packages). The second talk, by Bartosz Meglicki (IPI PAN), will introduce the SERATRON – fusion of R and Lego Mindstorms. Below we publis...

2292 sym 4 img

Warsaw Meetings of R Users / Warszawskie Spotkania Entuzjastów R

20.09.2015

With the summer holiday season coming to an end, we are back with Warsaw Meetings of R Users (Warszawskie Spotkania Entuzjastów R). Three meetings ahead: September 26 th (this Saturday) – let’s start with data-hack-day (DHD). Having data from Polish Seym (votes and transcripts), we are going to prepare some nice summaries of last cadency. E...

1513 sym 2 img

Why should you backup your R objects?

18.02.2016

There is a saying that there are two groups of people: those who are already doing backups and those who will. So, how this is linked with reproducible research and R? If your work is to analyze data then you often face a need to restore/recreate/update results that you have generated some time ago. You may think ,,I have a knitr reports for ever...

2881 sym 4 img

European R users meeting / meeting of R heroes / Poznań 12-14.10.2016

22.03.2016

European R users meeting (eRum 2016) will take place between October 12th and 14th. We already have confirmed great invited speakers such as: Rasmus Bååth, Romain François, Ulrike Grömping, Matthias Templ, and Heather Turner, as well as strong representation from Poland: Przemysław Biecek (omg, it’s me!), Marek Gągolewski, Jakub Glinka, ...

1407 sym 4 img

Call for Papers: eRum 2016 (European R users meeting)

28.04.2016

The European R users meeting (eRum) is an international conference that aims at integrating users of the R language. eRum 2016 will be held on October 13 and 14, 2016, in Poznan, Poland at the Poznan University of Economics and Business. We already confirm the following invited speakers: Rasmus Bååth, Romain Francois, Ulrike Grömping, Matthias...

2087 sym 2 img

All your models belong to us: how to combine package archivist and function trace()

13.05.2016

Let’s see how to collect all linear regression models that you will ever create in R. It’s easy with the trace() function. A really powerful, yet not that popular function, that allows you to inject any R code in any point of a body of any function. Useful in debugging and have other interesting applications. Below I will show how to use this...

2042 sym R (1048 sym/4 pcs)

Frequency analysis challenge – a console-based game for R/python

06.06.2016

Six months ago we’ve introduced ‘The Proton’ – a console based R game with six data wrangling puzzles. Around 15-30 minutes of fun with data. The game is on CRAN in the package BetaBit. And just few days ago we’ve added a second game – frequon(). Eight puzzles related with frequency analysis of encoded messages. It’s much harder tha...

1204 sym 2 img

eRum 2016 — last days of call for papers

09.06.2016

Only 6 days left to the end of the call for papers for eRum 2016! Register and submit your talk proposal at www.erum.ue.poznan.pl. European R users meeting will be a great place to learn and share ideas on R. Moreover, we have already confirmed the following invited talks: Browse Till You Die: Scalable Hierarchical Bayesian Modeling of cookie de...

2157 sym 2 img

Shiny + archivist = reproducible interactive exploration

26.06.2016

Shiny is a great tool for interactive exploration (and not only for that). But, due to its architecture, all objects/results that are generated are stored in a separate R process so you cannot access them easily from your R console. In some cases you may wish to retrieve a model or a plot that you have just generated. Or maybe just wish to store...

2568 sym R (1489 sym/3 pcs) 6 img