Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build images for different versions of R #4

Open
2 of 3 tasks
krlmlr opened this issue Aug 14, 2014 · 5 comments
Open
2 of 3 tasks

Build images for different versions of R #4

krlmlr opened this issue Aug 14, 2014 · 5 comments

Comments

@krlmlr
Copy link
Collaborator

krlmlr commented Aug 14, 2014

  • devel
  • patched
  • back in history (hard-coded for now)
@krlmlr
Copy link
Collaborator Author

krlmlr commented Aug 25, 2014

I think everything can go into one image -- R is tiny compared to the rest (Rtools, MikTeX, ...).

@krlmlr
Copy link
Collaborator Author

krlmlr commented May 12, 2015

Use package rversions (or web service at http://rversions.r-pkg.org/r-release or .../r-oldrel) to query latest R version.

@gaborcsardi
Copy link

@krlmlr I guess you would want the web-service. Then you don't need to start R to find out which version of R you want to start. This way you can also build separate images, each with its own R version. It that is easier than putting everything in a huge image.

This is what I do in r-builder: https://github.com/metacran/r-builder/blob/master/pkg-build.sh#L35

@krlmlr
Copy link
Collaborator Author

krlmlr commented May 12, 2015

@lawinslow: Let's continue our discussion here (cf. krlmlr/r-appveyor#2 (comment)).

For three versions plus different Rtools versions I'd vote for one separate image per R version. This requires some reworking in this project, but not too much -- essentially we need to create three branches, incorporate differences, make sure that AppVeyor builds them and stores them correctly, and re-sync the three branches. I can't promise anything in the next few weeks, and incorporating contributions via pull request is difficult due to the encrypted Azure API key. However, I can invite you (or anyone else interested) as contributor to make changes directly to three new branches in this repository.

krlmlr pushed a commit that referenced this issue May 30, 2015
commit 8efd37dc086d8d249d25e8f34f726e0389842c8c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit be47cac7272701499dc779eac58fad7887e06412
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 305f5658ecad5f597cb38705249abb4f434e2db7
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 104128449aeecf11c9e21aaef8157896ce8bcd10
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 8c1c9a921f7097ed338e52b1a5e096fee249ba7a
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 0677899b56dda7371fdae1977c48487b5374f2be
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 1b3431fa05d66490655114b876cf38c74417d053
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 1976f06700433a273f699d6a595042b931d5b812
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit fe1045563beafcb6e0ce2b3fe5e04865cdbe9933
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit f1162fdfb737e180675a83a100f7a0bd7e36c43d
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit e38e2d4c4cb861be5957d4e266dcb801b94379c9
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 840815a1c414e4343100c3692cd30ab3a9716638
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 2fdbd6e23ea14ecb00f36c6c948083d348940711
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 5178fc50e9e1685b7f3b39bdb634485405215cb9
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 623e40379dda4249c6970c32f374f7ee44f2a8d7
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 99421da411e3c3d37ec7b0461b3e5dbd49445191
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit c05df053dddce203b8fece94b136bdfbb5c9c3ea
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 50c74175acb821a9151ebdbe823064a19c53d1e7
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit cecbea72cf7dccf0ce77dcf7c76066c9fe0c48b3
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 498a48acd5e7b26f67dc74a1c6a58b5e6e5b15a3
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit c410f01a2fe43f2c30025ce19aca9949553ff259
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 5d4e4579e49e4d7c2fcfba53196073b0b4194256
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 4ea1185416322941d5199413a1ee665580c771d0
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 8afcfde5a1966f04c2203adbba515510058beccf
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 17728f0703fc2cb7d39c562b583466ff9d52f580
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit bbb5e6a1be12b80dda344a99cb002ee3492919df
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit b502191bddf4f807a5793cab94e58723b2df62ca
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 45b22df1a59342b65b2a02a497c950d0199b8fcf
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit e45b76e6413e65ebc219cb055ecf4394ed786fd9
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit aa218f2f6321f9c35a3381eff94e89f734ca616b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit b64787983ee6c73f6b4a5eaf3ab34929e06b7609
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 958b5d9d68050f8b07d3b7489f77d473648cb535
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit f730282d4980caaf9235f1064cd7759c24734731
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 1b59307568342fadbcac965b0f2fd58caa635b3f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 6de37c058fc78024550a7c0b790fd59ca4e61ba0
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 2e84f4a17c63a4498f44932ba9d9ed38549963a5
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 06ab452867629cc1171759ac726095a2a93bdb46
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 27189cb4f4f8be2683c99060fc778db0d100ea7d
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit be82e9ba3d49f3babc259b2cf2d88b119cd77c59
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    Reconcile

    [ci skip]

commit 6dc251e938bce5817047930160e8057f8911644b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:28:56 2015 +0200

    oops

commit 2f27b665e0a619c95ef3fb8f14c3eb495fb3da32
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Apr 22 02:16:37 2015 +0200

    also install R-stable (#4)

commit 59a15877ff7611c14425579ecae87708aa2a3c4b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Apr 14 10:49:35 2015 +0200

    Reconcile

    [ci skip]

commit 05ba910b5f12457ec6e1ddbc37eb7786050a4102
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Apr 14 10:49:35 2015 +0200

    Reconcile

    [ci skip]

commit e2984556e742cf6da4f20156648545b6cf54d458
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Apr 14 10:49:35 2015 +0200

    Reconcile

    [ci skip]

commit f9da0254cdc07253d5ee73509b59a8f3cf3495f2
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Apr 14 10:49:35 2015 +0200

    Reconcile

    [ci skip]

commit 4c0f015403bfe9a89f4d13914cd66c4a09ecf85a
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Apr 14 10:49:35 2015 +0200

    Reconcile

    [ci skip]

commit e1e32e2a6970c16b1a48d94a131cb8b3381ac645
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Apr 14 10:49:35 2015 +0200

    Reconcile

    [ci skip]

commit 9f155108d253e2acb0db1fd60378f50a357fa622
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Apr 14 10:49:35 2015 +0200

    Reconcile

    [ci skip]

commit a464faca958a77e8f9044aee4d555153bb454669
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Apr 14 10:49:35 2015 +0200

    ping

commit 1b0717b14442d6e913e60b72477fa405ec907f60
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Apr 14 10:30:29 2015 +0200

    ping

commit 5cb02f5ac96dcf85927d51f108285158c86f1bdd
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Apr 10 13:47:54 2015 +0200

    Reconcile

    [ci skip]

commit aaa1e6d75b7a6a60f90c0f53271a67a00670d8f4
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Apr 10 13:47:54 2015 +0200

    Reconcile

    [ci skip]

commit c3175d88ada89c5dc4ccef29f62ce87bc3df6647
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Apr 10 13:47:54 2015 +0200

    Reconcile

    [ci skip]

commit af9eb3b025f10ed09678a6601313825b2c984fed
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Apr 10 13:47:54 2015 +0200

    Reconcile

    [ci skip]

commit 9d9c239034b7390acf53afcdda0b779390f02f0b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Apr 10 13:47:54 2015 +0200

    Reconcile

    [ci skip]

commit 0a6cdd878097960ab7f6ae41e6a49d064c937b52
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Apr 10 13:47:54 2015 +0200

    the mysteries of PowerShell...

commit 3a2a4970f56d53b0a6f0e92cb276abc59b40f4f5
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Thu Jan 8 22:32:05 2015 +0100

    show download URLs as progress

commit 1c08a5c4416aef886443e72befb46e6a3bb30d19
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit c8896de55c5b83e112acc57482368a9f7cbe055a
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 1ea7e68c26d1cfd921bbc5d4ba5d044551ee62ad
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit b9504cab106548a8d7fdbed8e5a63dbe827ca3d5
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit ab5c3451b4d6ab26f0eefbd19d4043a906059a63
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 87297fc286ccb09609a3d352b5796c003b58d228
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit eec98f44b890cc2cfc954e0efba4cb3b7548acc0
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 456ca2444a803f6adca346f6dfda1e34ae9abcdd
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit e5b77fa5526b9e0302880aea40de628a8f13bcea
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 9245c9c7ec189d25f7dc3fa92c44904091239a39
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 82f5ff7643a4bc396aa7cc4921d23c3172733f5e
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit f489daffe5a1557421509f8c99c2475e5a687b56
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 6097875bdb40548cbddb101db5969dc7d33f8e31
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit b73c2a97ca17631d6a79f01408d04987f34760a0
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit e3466b0c38e60cb977fc4a21f6a5b2895b035f86
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 739e4eacf0fe30797783f4ed1e83f17fc381a5ef
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 250970a2a8019b32d4a2babfcb07dedb8dd58edb
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 20592b8ec8727a106f4bb955b0817fb8fcda589b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 46b28f36de3db02ef0e3a932bc39324306759cfa
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit f4fc3b60790887fbe9d251d92d6433ffad7408e4
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 87340be4700e9913db76afe905b4ae71eb7e4fe1
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 07a18bc2b29e3ae53c9464c7b6cb4e3c04ec2c99
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit aa8ca8fd6b159467c81aed038999ae792bf0af3e
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 89cd81e9c1bd915033e1abd089a0e3903e82d0ba
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 9b231d1cc8e0b68a4eaaf83f7953456e6a98eec1
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 9f84dd70f11a5a3cfa0332bb4de2aeaff9a36d3c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit d3792c09211af51da3a48d8849dea383116edabb
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit f069808c0706d1ba178a9ed54dca28954f995341
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit af5760f375b90efd3033d04f6bcab9627046bd0c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit b51c064b36ae1e19dca2962ab38c52a64f88605c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 37e5774b62638a39fa6208fddc4878429bbe8960
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 667b7092c20a814ea67282f55fbe02d7ec8c5da7
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit cd10a0a236aa5957100854b2186b33baaf23f0bf
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit c9875d6f9752a0609f1507e73d815ff40028ae03
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit a50a4aff9b4559b4bcc4d5b0553595055619fd24
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 4407b67e18f91a0ae67acbcf5359812f92796089
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit f9e358299be19efba373901d40301f0e7d1e41a6
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 16e31638a9372e1bb521bf4e363fd3d6e8696510
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit df451bc47ef2d7cc137dc52332e7fed5caaf5c6c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 36625bdc9e68e9c6f5e66901087aaf704b7a6867
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit febf443bacb6cbf9d8cc4b8c0f3ed9b95fc46066
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 42e2147c68a42f3926df63ceed53d00141156413
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 1e73e1f3ed769d2ab6a320738a0df0bf7c09c95d
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit d0ed25d62e54b974e208ae776c2a215aa2c33566
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit ba7d6afb9ea8af26811ffe636e30d24142aa5fa1
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit a4a7e32067393c6d5a64081eccbee4d20bd082cc
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit ed951added31a771301eecfbeb9b653d89cfb017
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit b6a3a110d774b8d3698739ca516e6cb817d03591
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit af61d9e1b27ddffa4fbfadd662383926ef5186a6
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 0d98d0c470176138f1c4a8468aa6109485b49484
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 74b075faf3cfe960c5550ce72b7d82b5e9163469
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 76925a1128f3582df64d9b411c1fa1b76d567aa6
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 78d10c6e748306eebd1cc22211db2ca7fc733ab7
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit c7d6b1b61ee9d3751eaeb2679090acaee0957dda
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit b804c19747f08ee4986d5f5b5bc5b51c99c3812a
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 6c86dee5ecb4d2632890ba93a35eb5b818411892
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 8d3503913a3e5aba563fdcb028cf1abcdef2cc11
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 3851a9436d97a21d9e7e7da3e9add1a4b699c1d5
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 66e75145afd3770145e25bc9cb0ba45f9e03c16c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 989ec9a24f46731fd55ee3fef15e02cb495fcbab
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 8b5f107dc1fb074c86ee2236607ae4a05823052b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 514eadaa651040993208b55a61770f2ee5d7857c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 49ac07fe52a705178f4577c5a45b3688999a3227
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit e12d3f5cd7e811937a54c0ec31c39fea2a8b6634
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit fb48e242a5d7eb2bfa22facfc89f4a4e5b8c6182
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit ed0f8ebb037cc09cc7cb5588a1179115fb29c141
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 99374fa60c2fcb071e591a673e871b09ce3c6be9
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Reconcile

    [ci skip]

commit 73d360a996d8cd18241d4f3d1255126e0153eb5c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Oct 29 15:14:49 2014 +0100

    Use 64-bit R to work around recent problems with 32-bit R

    Squashed commit of the following:

    commit 0a2ac7b27eb64a6db356a219fbf262cb6548ab2f
    Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
    Date:   Wed Oct 29 15:14:26 2014 +0100

        un-ls

    commit 8c024d862eff3a2da68df57f2708a85406f0072e
    Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
    Date:   Wed Oct 29 14:20:03 2014 +0100

        need 64-bit!

    commit 6312707b69ec9c19a52283f10b48ce5acb6c6802
    Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
    Date:   Tue Oct 28 00:38:43 2014 +0100

        need 64-bit?

    commit 66fdce658bf4b631bea3eadc9e0b35765be54639
    Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
    Date:   Tue Oct 28 00:28:46 2014 +0100

        the answer

    commit a25ea17ee8e12e0a2187f4e04a6960b39dd88240
    Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
    Date:   Mon Oct 27 16:25:43 2014 +0100

        show directory contents

commit c18ffb2875fba949689393d7a425f2af0c0d860f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit a5b506824e7420559986d15c6aa84a891fedb8d5
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 4707bc2c24c199f4e8643c1f12dd1cdef24a7a99
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit b3db7cbbd8b72c16486c5888381ac88b6b0e245e
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit da20c9415500114a6ece3a62f78065f573adad8f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 0d21e1e82e22f55de7479021bb0e4c1a627bc702
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit c611554078d799ce1a5a569693de77e2a3caa8a2
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit cdf485411fcd0c9ac2a619785683ffbf0f9862b5
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 0ed7ea2fe499f46f273a220a74b77d619dc88f7f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit be2a1a03831ea1673ee44b23ef087992bb2f261b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 5b208fef109797c74c878b95a007113484d501c4
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit c12942a4544f16eb125b3edf9ffaad6980341b63
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 329b51a81dd495b8586ae3c0849af3e50fdf2d24
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 56b8fa5390af05951cf80a32eccb54d13e401a70
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 2ac14caa2ea3e15bb51df32cb22681625e5f15f6
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 18354f5bf3325fea8cd2347be3e0682f23d9ee46
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 49507c84e9b820407cee18f49389c0bda839e6fd
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit de26d9e438c69ce67feb14a1b4d052138139909b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 56b5df3cf7bfcb490ae61e630a034979f59fed88
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit e0042012f187efa887603dd4ede38343c982750a
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 3e0c450094ee64086c0fb693f783d11e9cca4f3d
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 137bff4ba4a969cc6cdc08c26697f15100be3a3f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit dccf02a6a63fe7565e64f244ca0fdc481b550c69
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 34cb9c7761f7037085d82417bbebe8730554aea9
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 6fa11267a85c2cfd0516ce40d9d0ce29b19ce5c5
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 800a0eea55215878d3242ce510d1f0aebb86fbdf
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 0988fcd30abb04decc449c15abc4df21503a28fb
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 3f0acde99b7c1500b76b2eff2b2c51af1b9864db
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit ceb0f6779777201afa4be7388b98d8e5f6044fa2
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 9a94c96296fdbb567cddcf962fd17a7959e3330e
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit abbbd449bebb33149c88d9a1c5676515039feab2
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 4be5ce88887695dc0a11dbf3df738171ed15ba1b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 17ceb670340b3c3fe88d6a7c1513133dc5015be5
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 3a38dd5362ec2c6975e83ec2eefe9871f1fb35a0
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 363672ef103c78095a20da662e008af0643e0143
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 0670ca24bb2635f8630ce1bb344975538f046c08
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 64d6df2f76386c0219a2e1182f75992a9edc3c56
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 8d2b02a55fc7bc4ea481a5bc46773b0dfa1288ad
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 68ade0759514bc147a4c025e83fc362dbfd7a775
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit b3e112d053bc3974d16d8ec6d52f8798101a5860
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 7d7a4c6edcdf88ea12ce891c748fbb944b5cfee9
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 3f4880bbe7ce0482f64f68c98377e64fdb24772f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 2ebdacb49b1e1d73cd60f88a5c4117c76d918021
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 5663ce4b1aa3b40cb815b881c7e66f4fd1fd58ae
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit f499bb82175237ab0eec64a1e1dd2bb32b5faceb
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit eaff9488dd655eae16f54db6ffd001833ffa601f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 174e3144f5f1a9ebf56a860f98d8fdf93c29ae08
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit f07cd5de034ea5cf67761d9ec5586750eb039743
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit e584f0384cbffc48d51ccb5d2a925935eaa6115e
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit e88e4cca511efbdd6855e7aa7c0bd31f3134a562
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 8b2c250f279a346b624f9a52b3cbcaec9807ef27
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit ea69be2bee1a58780c5a68de6ffe17748b69dc04
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 0c77af437c2f3b7910be8d75b0c78ad99c054825
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 107f16d48435bc9afec8bf3231ac622d7390370e
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit d0f053462bfb7261c72acad367b7b54b0e527697
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 14296c6e7d277988e66be67cce24df888b2bd444
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit f559eadecb0cde570162dba32d841858c1981be8
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 4d20f5f5904836ddcb1b2255831b3a34422756e3
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 3bd89db6d54bc81f235ba479eb8512dcf00e13c0
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit b4ca596cdabf2cca79f306cdf6a2d67754971c81
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 6cc9131ee5836845b9d845778ae21403692eb794
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit 183d6b9e4f1ca96c8b9daad8a3532966bd3ce17a
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit c6bb872d6598d975fcdb869fa704f4a2d1518033
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit ff58fe3adfc5aadc4081d6bb0e16d76afcf886eb
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    Reconcile

    [ci skip]

commit fc18b62b982fbe6686aa92743685ac503195b232
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 12:52:01 2014 +0200

    force rebuild

commit 8555dce5156aecc82ca61698401d1fef1a567eda
Merge: 8834693 2c391b4
Author: Kirill Müller <krlmlr@users.noreply.github.com>
Date:   Wed Aug 27 12:51:35 2014 +0200

    Merge pull request #18 from krlmlr/16-orig-size

    Show also uncompressed sizes

commit 2c391b4c3e8e03288b27f057d444fe0d4b4cb176
Merge: 83c8db2 1fb2637
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Wed Aug 27 08:58:21 2014 +0000

    Reconcile

    [ci skip]

commit 83c8db2c5a6d5b03c133451fa62750e57938af66
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 10:21:37 2014 +0200

    Update image

    [ci skip]

commit 1fb2637ae1587036927b53849b41d0bafd5922d2
Merge: e7ab57b e8a8151
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Wed Aug 27 08:40:34 2014 +0000

    Reconcile

    [ci skip]

commit e7ab57bee8089e9544f47c32b36bb2ee1005f979
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 10:19:14 2014 +0200

    Update image

    [ci skip]

commit e8a8151f9541d7c81a464e54c6092a671fbcbc4b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 10:21:37 2014 +0200

    show also uncompressed sizes

commit 6361f5aabc74496c16afe334ea7f381e547e8883
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 10:19:14 2014 +0200

    force rebuild

commit 4f74652e2007efb8d1831c96e1538c1386798be8
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 10:19:06 2014 +0200

    refactor: function format_mb

commit 8834693f00c92759ae337788ebab278559cfeebd
Merge: 67e859e 678fad7
Author: Kirill Müller <krlmlr@users.noreply.github.com>
Date:   Wed Aug 27 10:06:05 2014 +0200

    Merge pull request #17 from krlmlr/no-empty

    Uploaded VHD is empty sometimes

commit 678fad7a6abc6dd6a6cbb3be26d462660e4a77a4
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 10:04:34 2014 +0200

    bash -c, of course

commit 67e859e6ecc7040cab785f905671d81712d3f85b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 00:09:22 2014 +0200

    Reconcile

    [ci skip]

commit c70f7c3398ca34250e33519c667f84e56ad06b5a
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 00:09:22 2014 +0200

    Reconcile

    [ci skip]

commit c64cc50d7735190889e1895409bf83c62ba8025d
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 00:31:56 2014 +0200

    use gunzip -c to avoid uploading empty VHD when skipping build

commit b38bb461a39bf4c795e1e4f6fbc41e01bec719cd
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 00:09:22 2014 +0200

    force rebuild

commit 4264c41881325c703be50c84b324cb3589b6f02a
Merge: 1aaa751 87cde0b
Author: Kirill Müller <krlmlr@users.noreply.github.com>
Date:   Wed Aug 27 00:09:05 2014 +0200

    Merge pull request #15 from krlmlr/13-vhd

    Publish VHD image

commit 87cde0b3fc68088ecf4407238db63b828f401eb0
Merge: b89ebff 1aaa751
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 27 00:08:21 2014 +0200

    Merge branch 'master' into 13-vhd

commit 1aaa751b469947719640a8e6a25c2ccc30909874
Merge: e32106b e2ec608
Author: Kirill Müller <krlmlr@users.noreply.github.com>
Date:   Tue Aug 26 23:44:51 2014 +0200

    Merge pull request #14 from krlmlr/just-rebuild

    Fast route for forced rebuilds

commit e2ec60848eddb739d773594ceddb85a36d412bc0
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 21:55:07 2014 +0200

    Reconcile

    [ci skip]

commit b89ebff691bdfc02b3aeb2aa649f20bc5f7921aa
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 21:48:30 2014 +0200

    Reconcile

    [ci skip]

commit ac5b3a7ed01f001a60d65bbc4a2c90d64c0d660f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 21:55:07 2014 +0200

    force rebuild

commit 46aaa58ba24569c2e657af4e242608484fa3e110
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 21:55:02 2014 +0200

    don't download and unpack if rebuild is forced

commit d4063b3b6aa3c8980bf95b4505aeb8743356381b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 21:52:30 2014 +0200

    progress

commit 6a0d66057403183a08a4d953e8ad9d7b336aa7b8
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 21:51:38 2014 +0200

    combine methods

commit 6f0186eaf9614693efabf8a91d46626b47c6d024
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 21:48:30 2014 +0200

    don't use unsupported -k switch to gunzip

commit 18f82e5fbb00d281090257904de1effc5220ce06
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 21:34:56 2014 +0200

    force rebuild

commit 3e24a796e25bc0482901366188dd7ec313a3eda4
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 21:33:54 2014 +0200

    unmount VHD before compressing

commit 99d1541ecb105985a5d8a03482e067bae7cf7ed5
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 17:12:06 2014 +0200

    store empty VHD compressed to perhaps reduce setup time

commit e32106b6445456fcc7f96469caba7da8d3ee261a
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 16:28:06 2014 +0200

    Reconcile

    [ci skip]

commit afab420ec9358fe698d2adc9efafb7701aca6e7d
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 17:03:39 2014 +0200

    Reconcile

    [ci skip]

commit 4a487affed5959e0740de557adb334c384af269d
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 17:03:39 2014 +0200

    force rebuild

commit 7e21d35b0fe4656a5688ebce3669d511da231518
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 17:03:37 2014 +0200

    deploy VHD file

commit b862f506648a91239cb3aeba0dfc6d03e03e12f5
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 17:02:21 2014 +0200

    copy stuff to VHD file, too

commit 7c9652d25cf70df5cecb1aa8aa1c6205845a172a
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 16:58:17 2014 +0200

    add empty VHD image

commit 790d7809ff43a6f88d91a58030e675045474401f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 16:28:06 2014 +0200

    Reconcile

    [ci skip]

commit 38f28767f85e99759c22b6a7f37c61b0e6c6b400
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 16:28:06 2014 +0200

    force rebuild

commit 4df1ea7ed1239bcb03f125e161f8534eedf7c4d8
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 16:27:48 2014 +0200

    more precise description

commit 3777fc77c4687c521e8f44d9ee806c5565271a9c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 14:41:37 2014 +0200

    Reconcile

    [ci skip]

commit 6fb077c7961dd32b3879eea37da2ebee6417c32a
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 14:41:37 2014 +0200

    force rebuild

commit e9037827bf0ff68a220eb52505b7e4145e0a4d77
Merge: 143ac99 7878f36
Author: Kirill Müller <krlmlr@users.noreply.github.com>
Date:   Tue Aug 26 14:32:27 2014 +0200

    Merge pull request #13 from krlmlr/only-gz

    Publish .tar.gz instead of uncompressed ISO file

commit 7878f36a7d60a1375ed07fdb1fe4688dd0257780
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 11:57:45 2014 +0200

    Reconcile

    [ci skip]

commit 19854a98f65e0e047ad568fb71d167f9970ad811
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 11:57:45 2014 +0200

    force rebuild

commit 1386bd139afcfbb6108f14ffc7492ce771f93944
Merge: 3ad64fe 143ac99
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 11:57:42 2014 +0200

    Merge branch 'master' into only-gz

commit 143ac996466073f315562b126bfc1b8443105f2d
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 11:57:35 2014 +0200

    rebuild target

commit 3ad64fe07ca3678b96f818c32f1e60a3d4bb1ba8
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 11:56:18 2014 +0200

    un-verbose, actually compress the archive

commit ef7f19ba0af8a47527a716dbe58b5376d1a46802
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 11:22:48 2014 +0200

    Reconcile

    [ci skip]

commit 5207f8b414ba0967f7a5bb910368a34a92c9379c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 11:22:48 2014 +0200

    force rebuild

commit 317a7094005a78a19a242aa42cfb397af38a9a8d
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 11:07:44 2014 +0200

    Reconcile

    [ci skip]

commit 2e989235c5f9f7ca2f9a1e31074b3d1c85f3f1ba
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 11:07:44 2014 +0200

    force rebuild

commit 8bd6655688da16384e3a57d49c577afb76a69569
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 10:54:37 2014 +0200

    also publish .tar.gz

commit 9cfb26c56c50cce74d146e901ac86ce688a281d4
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 10:02:50 2014 +0200

    Reconcile

    [ci skip]

commit c0c1be1d2f90b5be523a315c1283cfb0eaa708a1
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    Reconcile

    [ci skip]

commit 6cc51785a0e96ef2dd14bb6686b58c00de379a87
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 10:02:50 2014 +0200

    force rebuild

commit 4323ee138e80e1495ac58b8413b88a3845ddfd69
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 26 10:02:23 2014 +0200

    only publish gzipped file

commit 227ecfd3ed4abbae3d6f96a6223fc4c702264860
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    Reconcile

    [ci skip]

commit 03f01b61827e68f3d2f03379fb8e74def2ba0070
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    Reconcile

    [ci skip]

commit 9f53e8c5e0c1d44baf087a68179eb8271060b5fb
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    Reconcile

    [ci skip]

commit a034a411e97f5ac7651ad94a733f29c8226e8259
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    Reconcile

    [ci skip]

commit 3df40f1d24c726c51739315065202dbdbb16fe34
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    Reconcile

    [ci skip]

commit c41e44bf95ff26bccadf83d1d48720605b9882a2
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    Reconcile

    [ci skip]

commit e5f4c2f5ff7652bdceaf1c551ef8fb16d034de5d
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    Reconcile

    [ci skip]

commit f025f3160d388cb1ffdac08c584fe3f679fbe373
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    Reconcile

    [ci skip]

commit 8bfdace8ccb9548d72ecbc0e4a6563044e71b048
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    Reconcile

    [ci skip]

commit 9db415def21eb495bb4d2a4a53b1f52c23545553
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    Reconcile

    [ci skip]

commit 64a4df9d5d06c22be1c9ad75a51300b609d73803
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    Reconcile

    [ci skip]

commit 485f76ea867c614001f392f63551ed0052276569
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 12:03:13 2014 +0200

    force rebuild

commit 1890790ac4a63efb03c366c40f3f98a01630f895
Merge: 27aedb3 af591d4
Author: Kirill Müller <krlmlr@users.noreply.github.com>
Date:   Wed Aug 20 08:37:29 2014 +0200

    Merge pull request #11 from krlmlr/ml-commit

    Multi-line commit messages

commit af591d46d2430cc5b7c31cdb8a98a217c5f1e9d9
Merge: 5e6ad0d 27aedb3
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Wed Aug 20 08:37:13 2014 +0200

    Merge branch 'master' into ml-commit

commit 5e6ad0d50dfe267e6ccb2695a738b5e25841fad5
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 12:05:46 2014 +0200

    Reconcile

    [ci skip]

commit d49058f7fb3b429eac7b631079cf9a8be0228341
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 12:05:46 2014 +0200

    multi-line commit messages

commit 27aedb3a9a5cb3d42c61f20b123c9ed01cad417e
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 17:30:20 2014 +0200

    Reconcile [ci skip]

commit 6685c7480b4450b59e6bcb103beddca6a2d7f450
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 17:30:20 2014 +0200

    Reconcile [ci skip]

commit c30c12a54c7baab80e5cebec59064f909d92277c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 17:30:20 2014 +0200

    Reconcile [ci skip]

commit 8bd0ff8637420b2d1284186823eadad776c7d752
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 17:30:20 2014 +0200

    force rebuild

commit 688c79af118ad864dcfe8d21ee9b9d91ddb23e4f
Merge: af8d70e 37d0ccc
Author: Kirill Müller <krlmlr@users.noreply.github.com>
Date:   Tue Aug 19 17:29:57 2014 +0200

    Merge pull request #10 from krlmlr/site-library

    Several fixes to image

commit 37d0cccf995f04f1ac91a0976a55416758e0081b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 16:04:56 2014 +0200

    Reconcile [ci skip]

commit af8d70eb26c626f3f80e52d99389e0a6091f96a3
Merge: e691374 0c0849f
Author: Kirill Müller <krlmlr@users.noreply.github.com>
Date:   Tue Aug 19 16:10:19 2014 +0200

    Merge pull request #9 from krlmlr/fix-url

    README fixes

commit 784a31aeb5db3641a9cbb23e1db3240270e34223
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 16:04:56 2014 +0200

    implement machinery to force rebuild

commit e64667b8cd94178ef334095de349dad5c4811ca9
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 16:02:54 2014 +0200

    use cdrtools instead of .NET DiscUtils to avoid dots in file names without extension

commit 0c0849f1921abd1f8a81c7ab9f0f65a3f5072c0f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 12:14:03 2014 +0200

    also compute and show size and hash for .gz file

commit 929336ee0a4e0a64ca8672ba0bfb70ab756f49fe
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 12:12:42 2014 +0200

    fix URL in README.Rmd

commit bbfeca42a527ee579c763a1ad037bf05b343a0bb
Merge: 631d6dd e691374
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 11:45:36 2014 +0200

    Merge branch 'master' into site-library

commit e691374eabcf88bdff0daabfa548276fb4c7f9b5
Merge: 02d5cc8 ef0ca0b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 11:38:26 2014 +0200

    Merge branch 'other-user'

commit 631d6dd9ddabb94b534bf0d600ef091b128ab7fe
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 10:16:15 2014 +0200

    Reconcile [ci skip]

commit 7350098d6a11f8c8ba35fef9262e1634c1a42a3b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Tue Aug 19 10:16:15 2014 +0200

    install packages into site library

commit 02d5cc89c628f8d9b837dce8e35954adc48c850f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 09:37:06 2014 +0200

    Reconcile [ci skip]

commit 59a606d338878c32d3ee6f3029d78f0d4cac570e
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 09:37:06 2014 +0200

    Reconcile [ci skip]

commit bbe7267433f96fd55ae873f837314381bea13416
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 09:37:06 2014 +0200

    Reconcile [ci skip]

commit ef0ca0b9304165b3e088f2f5c97904292ac9a963
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 09:41:45 2014 +0200

    no pushback for forks

commit 01be5b196e756951a116038b8a4c061ae2acde2d
Merge: 2c3f48f 36db358
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 09:37:06 2014 +0200

    Merge branch '7-timestamp'

    Fixes #7.

commit 36db358eaf932fa0d8744919f574fcd9641ac5e3
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 09:26:26 2014 +0200

    Revert "set core.eol config"

    This reverts commit ba4f349d0ddb7c0cc48e6162fae32a19eddc38ce.

commit ac63e544f1639e466a1cd663b6995a25f8a9907c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 09:11:30 2014 +0200

    Reconcile [ci skip]

commit 483e25b056a020ff8754deb5ea06ec55f33e152f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 09:11:30 2014 +0200

    prevent normalization

commit ba4f349d0ddb7c0cc48e6162fae32a19eddc38ce
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 08:47:52 2014 +0200

    set core.eol config

commit 0a433a4b5883e1add240c1f18a0985861a053832
Merge: 6d051b5 6c09fd9
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 08:35:31 2014 +0200

    Merge remote-tracking branch 'copy/7-timestamp' into 7-timestamp

commit 6c09fd93eb63076fc391262985c5eb9b47706bb8
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 08:21:53 2014 +0200

    less output

commit 6424fc221f586a233e3b743535260a1322b53e63
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 08:21:41 2014 +0200

    don't remove non-existing ISO on early exit

commit beacf1a431ead3abfc8e83b831735a6c3861d898
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 08:21:18 2014 +0200

    change order of Image rule

commit 2c3f48f19fbb61cc231c317e41396b8fae98be0a
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 00:07:28 2014 +0200

    Reconcile [ci skip]

commit fab1c812f92233296e97aad2984b79307f4370d0
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 00:07:28 2014 +0200

    Reconcile [ci skip]

commit 6d051b5f16db07ccc315804d158a0701bbfcd941
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sun Aug 17 00:55:41 2014 +0200

    actually need to force-remove Image before unpacking

commit 80d2827a8554d7c4111ddbe906fd5c861136ae7a
Merge: 370f88b 777d84d
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Sat Aug 16 21:56:26 2014 +0000

    Reconcile [ci skip]

commit 370f88bb5d7b10dab89dd951dac0a70d600a8bbe
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 23:42:13 2014 +0200

    Update image [ci skip]

commit da367c6ffc258db5e9a4a4cdf4886c30911710fd
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 23:42:13 2014 +0200

    treat all files in Image as binary

commit 777d84dead6c8566cd457cb053ab92f1629b9740
Merge: 9d8069c 7007bea
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Sat Aug 16 21:36:59 2014 +0000

    Reconcile [ci skip]

commit 9d8069c4267c79e4b0d5b3f83ec66ee1db045dd1
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 23:09:22 2014 +0200

    Update image [ci skip]

commit 7007bea4eae4204c1206432dd92c9894d54b3c52
Merge: 3399137 ed18dc7
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Sat Aug 16 21:12:33 2014 +0000

    Reconcile [ci skip]

commit 3399137cfd01c323150eb38b8b4ab3c8af350310
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 22:54:56 2014 +0200

    Auto-generate README.md from README.Rmd [ci skip]

commit ed18dc745d75738c6697136ccb9722e004a9c9ab
Merge: 7658e21 baf9a43
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 23:09:22 2014 +0200

    Merge remote-tracking branch 'origin/master' into 7-timestamp

commit 7658e219b731f312c42d80dc7bb84a00114b2e2f
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 23:07:21 2014 +0200

    store image in GitHub

commit 2b88346e81fe9afb340fbab600835b211a22d476
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 22:59:56 2014 +0200

    un-ignore files in Image

commit 7bc79fd37803cf9f2bec32394e39bcd4251b90ea
Merge: dc1fecf 40f9245
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Sat Aug 16 21:00:55 2014 +0000

    Reconcile [ci skip]

commit dc1fecfab034338be8c20ad4ccbf1737013367cb
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 22:52:06 2014 +0200

    Auto-generate README.md from README.Rmd [ci skip]

commit 40f92450b53a7a32850b8d3b969fc910dc0a4165
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 22:54:56 2014 +0200

    extract function SetupGit

commit 041fcd65a1e4261828cc4ac5f3889cd265a873f7
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 22:52:06 2014 +0200

    ask Git's version

commit baf9a43964d4ea06f600549cfd7fbac0632c7405
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 00:07:28 2014 +0200

    Reconcile [ci skip]

commit 598d6693d8d41e2621b868d80c138dc4bf092d3b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 00:07:28 2014 +0200

    Reconcile [ci skip]

commit b03455e8d3423da9a708d5635be752237f02e7d7
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 00:07:28 2014 +0200

    Reconcile [ci skip]

commit 4a5ea91ac789f0bc2ee85d0200f36c65db5841ad
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 00:07:28 2014 +0200

    Reconcile [ci skip]

commit fbfaa66dbb883a8c59f3ab30349837676442e552
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 00:07:28 2014 +0200

    Reconcile [ci skip]

commit 7ce128ea35b7ab9583cef74dd933f313225fc2be
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 00:07:28 2014 +0200

    Reconcile [ci skip]

commit 91c93473aabbca593bb17361aa1c973400e41726
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 00:07:28 2014 +0200

    Reconcile [ci skip]

commit 29522afc1b30654587af245bb1d73ed433b34431
Merge: c27f7a6 ea968d9
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Sat Aug 16 00:07:28 2014 +0200

    Merge branch 'package-list'

commit ea968d9970dbe7893e8b2a42d4c3850374eb247e
Merge: 77901e6 e2b76dc
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Fri Aug 15 21:32:10 2014 +0000

    Reconcile [ci skip]

commit 77901e6d391faca522c8655217fc0e512db044f1
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 23:19:40 2014 +0200

    Auto-generate README.md from README.Rmd [ci skip]

commit e2b76dc7be0c9feffb41c879a0aaf2fec3a4eed6
Merge: 9347478 0e05bfd
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Fri Aug 15 21:21:54 2014 +0000

    Reconcile [ci skip]

commit 9347478fbae0f149532c298ca6343ac17093ecd3
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 23:15:16 2014 +0200

    Auto-generate README.md from README.Rmd [ci skip]

commit 0e05bfd48882b13acc5661630bc4e599342e6d89
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 23:19:40 2014 +0200

    format MD5 hash

commit 0da6d2881ab2542f15bb612598a1a8ef8ca49588
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 23:15:16 2014 +0200

    need to cat

commit f5f504c33c484ed2706d5ca3081f1389bb364adc
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 23:01:24 2014 +0200

    Reconcile [ci skip]

commit a8fe5086902cff92d62f82d09f400b57af4aea57
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 23:01:24 2014 +0200

    doh

commit 691c79093f2f8b450d985ed0788287fdfe5c762d
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 22:52:23 2014 +0200

    only print R version

commit 49169322f7b9c5eb6294c78582930e65dd34046b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 22:42:40 2014 +0200

    Reconcile [ci skip]

commit c35c3be3f60b714d7b05e8b785e29ed974b9ce36
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 22:42:40 2014 +0200

    even prettier

commit 9e7ee21edfb7f9e8ea74b813b0fce3e819cc89e2
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 22:33:27 2014 +0200

    Reconcile [ci skip]

commit 34a0414dae22a6ad474d93426441d4f6b89b2339
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 22:33:27 2014 +0200

    pretty-print package versions

commit efb6e51a18a5a0fb149415cb091c13606e8a9e94
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 21:50:42 2014 +0200

    install plyr

commit ef8c86d745194d4b64d842060d725aaa03a370ba
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 21:45:08 2014 +0200

    Reconcile [ci skip]

commit 236773576c175b940ae4d35206c539e63bb474d1
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 21:45:08 2014 +0200

    use double-hash for headings

commit c27f7a6cc82592c9d8a476faeb46f3d2372c75d4
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 21:36:39 2014 +0200

    Reconcile [ci skip]

commit dcf2fbf7bed1f9291c7fa8722ae4d4d2e3eefdd3
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 21:36:39 2014 +0200

    link to AppVeyor history

commit 082d32f48cc16af86cde494dd30ae2198565e21d
Merge: 0b1aa35 40a2fd8
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Fri Aug 15 18:09:42 2014 +0000

    Reconcile [ci skip]

commit 0b1aa351d0dfc42410a375e365473b5bc69639ad
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 20:03:03 2014 +0200

    Auto-generate README.md from README.Rmd [ci skip]

commit 40a2fd86d65881a30239a69705e2ce7ce67fac07
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 20:09:02 2014 +0200

    installation procedure for painless merge of README.md

commit 010daace7ea3daa0f5574fc16903bd0d884d1970
Merge: f837ea9 3d604b3
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 20:05:01 2014 +0200

    Merge branch 'readme-crlf'

commit f837ea93373558ed8696f0b3d14b7cc7f888ed4b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 20:04:11 2014 +0200

    merge strategy for README.md

commit f2c2af71c398da1803586ed4c9420f54ad7a4509
Merge: 8f7a69a eb07de2
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 20:03:03 2014 +0200

    Merge branch 'master' of github.com:krlmlr/r-portable

commit 3d604b3f05ccf97445c7838460c6edd44e94e065
Merge: de76b0e 11dae69
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Fri Aug 15 15:38:13 2014 +0000

    Reconcile [ci skip]

commit de76b0e6bd06ccb3771345838b7c9a5e9f2bdca8
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 17:15:09 2014 +0200

    Auto-generate README.md from README.Rmd [ci skip]

commit 11dae690e81ce41904679a6793484287b5415abb
Merge: 7cd5f69 ad96252
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Fri Aug 15 15:27:34 2014 +0000

    Reconcile [ci skip]

commit 7cd5f6982f4dfcdaf66c9679f3c8540b3df3575b
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 17:12:12 2014 +0200

    Auto-generate README.md from README.Rmd [ci skip]

commit eb07de2bcdd540fa0677b7348088831c1b10ed48
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 17:12:20 2014 +0200

    Reconcile [ci skip]

commit 8f7a69a4461adcb01ec519e0c2defa51ded77411
Merge: 7d8721c ad96252
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 17:15:25 2014 +0200

    Merge branch 'readme-crlf'

commit ad962522734d009fa955f5e9a1083e2b2f2d1061
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 17:15:09 2014 +0200

    don't show size of .iso.gz, it's not there when knitr is run

commit 7d8721c6a2181fecb77a696fcd5496f100a98065
Merge: 1045484 2299942
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 17:12:20 2014 +0200

    Merge branch 'readme-crlf'

commit 229994242b8794b99e65ab8966e261f4c826a66c
Merge: e26f791 f25cef9
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 17:12:12 2014 +0200

    Merge branch 'readme-crlf' of github.com:krlmlr/r-portable into readme-crlf

commit 1045484366aa0859c3448a222a5ac80ab3205fc5
Merge: 26a5cd0 e26f791
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 17:11:17 2014 +0200

    Merge branch 'readme-crlf'

    Fixes #5.

commit e26f79126f504171960cf67e35c53decca29ca57
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 17:10:47 2014 +0200

    capitalization

commit f25cef93fe162c3657a2f8332958c796534c4aeb
Merge: bcd97ca 6911bf6
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Fri Aug 15 13:59:22 2014 +0000

    Reconcile [ci skip]

commit bcd97ca23d14b0e948f04a35e96417af07f81561
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 15:42:36 2014 +0200

    Auto-generate README.md from README.Rmd [ci skip]

commit 6911bf65fb29fbf9b031af4aff8bbde7b587e2f8
Merge: f97da78 afb88db
Author: r-portable commit bot <krlmlr+rportable@mailbox.org>
Date:   Fri Aug 15 13:47:45 2014 +0000

    Reconcile [ci skip]

commit f97da786598f1d6b5fda27594c4e0ec6d347e02e
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 15:42:13 2014 +0200

    Auto-generate README.md from README.Rmd [ci skip]

commit afb88db5ee769a0f2c7e3a9454a6f9474c0c1b2c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 15:42:36 2014 +0200

    bugfix: show values

commit 99d3fea438e52c3a863714be0f51aa23a4198099
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 15:42:13 2014 +0200

    fetch + merge instead of pull -- Git seems to be old-ish

commit 9fe570c2114ab7f1b831edd546535daaa6d0aacc
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 15:33:07 2014 +0200

    fix e-mail addresses

    [ci skip]

commit 5800166dc44c20d0612a9b83dc38f77493754c95
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 15:29:55 2014 +0200

    output branch info if not master

commit df206b64299f67bbb6d9c45b26759a902f08d480
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 15:27:24 2014 +0200

    resolve merge conflicts in favor of our version; change commit message so that no CI is triggered

commit 51dece0501f9dabe5c168de21ed877ca4bb5d93d
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 15:19:34 2014 +0200

    Revert "keep heading on top"

    This reverts commit 0c1f05f0d711be511fab3db4a93f2cc3a1e27536.

commit cdd288f8ea8f9e72f873c50eaf6d6295e50f724c
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 15:17:20 2014 +0200

    rephrase description

commit 01138db3926098da6e29ddf1753318ce8a60a775
Author: Kirill Müller <kirill.mueller@ivt.baug.ethz.ch>
Date:   Fri Aug 15 15:13:44 2014 +0200

    ignore log files

    [ci skip]

commit 10413b732275f6bb8317012ae1b536f420460ebc
Merge: 8771b8d a46e167
Author: R-AppVeyor commit bot <krlmlr+rappveyor@mailbox.org>
Date:   Fri Aug 15 13:13:17 2014 +0000

    Mer…
@krlmlr
Copy link
Collaborator Author

krlmlr commented Aug 28, 2015

This is gaining some momentum. I hope to have a separate image for R-devel, R-stable, R-patched, and some past versions of R soon. This also means that R-stable will disappear from the "main" image -- some work on krlmlr/r-appveyor#2 will be necessary, too, to allow choosing the image to be used for the test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants