Emil O. W. Kirkegaard

Results 46 comments of Emil O. W. Kirkegaard
trafficstars

I ran syncthing from terminal. It runs fine and the browser based GUI shows my folders as usual. It auto-updated to 0.14.49, newer than the version in my apt sources...

The file here https://worldsofjournalism.org/data-d79/data-and-key-tables-2012-2016/ produces the same error, and it solved by @pdbailey0's suggestion above. ``` > woj2 = read_sav("data/WJS2 open V4-02 030517.sav") Error: Failed to parse /science/projects/world of journalism/data/WJS2...

I like the extra functionality in **purrr** with regards to characters. E.g. ``` > map(list(list(a = 1), list(a = 2)), "a") [[1]] [1] 1 [[2]] [1] 2 ``` So if...

This error occurs frequently for me. ![cryptocat fail](https://cloud.githubusercontent.com/assets/6759913/18650116/8ea46b82-7ec3-11e6-8e44-fb6072a72d73.png) Windows 8.1, 64-bit. Version 3.2.0.7.

@kaepora Yes. Just downloaded the latest versions. This error only happens with one of my contacts, but it happens very frequently. He is using Windows 8.1 too I think. For...

I expanded the knitr to include my (experimental!) implementation of the proposed function: http://rpubs.com/EmilOWK/209456 It enforces 1-to-1 joining. In some cases, this will result in incorrect joins. E.g. if there...

Related to this, I think it would be helpful to have a simple `.wait` parameter to `gh()`, which specifies the wait period in seconds between API calls. This would allow...

I couldn't figure out how to make a trivial example using e.g. iris dataset. Must be something more complicated, redundant factor levels or something.