Karl Broman

Results 36 comments of Karl Broman

I'd played with minecraft via python with my son, and it was great fun (though the set up was really painful; I need to find my notes). Interacting with minecraft...

Spent some time tonight refreshing my understanding of python and [py3minepi](https://github.com/py3minepi/py3minepi). ![karthik_minecraft](https://cloud.githubusercontent.com/assets/53972/26232832/014d3972-3c27-11e7-8a40-037d820a7677.png)

I'd be inclined towards your fourth option (spigot, targeting [RaspberryJuice](https://github.com/zhuowei/RaspberryJuice)). If we can duplicate the functionality of [py3minepi](https://github.com/py3minepi/py3minepi), it could be used either with Minecraft Pi or spigot. I was...

@daroczig in [your example with the iris data](http://smarterpoland.pl/index.php/2016/09/minecharts-1-minecraft-r-edgar-andersons-iris-data/), you show how to write to a minecraft connection. How would you then read from it? For example, how can I use...

@daroczig I figured it out. ``` mc

Been playing a lot of minecraft with my kids, and started a [miner package](https://github.com/kbroman/miner).

I created a repository with various notes I've taken on this project:

I shoved all of our vignettes into a bookdown book: - Source at https://github.com/ropenscilabs/miner.book - Book viewable at https://ropenscilabs.github.io/miner.book I also started a [miner.extra package](https://github.com/ropenscilabs/miner.extra) with supplementary code. (Currently the...

After discussion with @daroczig and @geanders, we've changed the name of the "miner.extra" package to [craft](https://github.com/ropenscilabs/craft). At the same time, I went ahead and changed the repo for the book...

It's a great idea to add this topic to the ROpenSci packaging guide. For material: - I gave a lecture in my [Tools for reproducible research course](http://kbroman.org/Tools4RR) course that includes...