Matthias Hinz

Results 8 comments of Matthias Hinz

We may also check GRAN for retrieving versions of packages http://blog.revolutionanalytics.com/2014/08/gran-and-switchr-cant-send-you-back-in-time-but-they-can-send-r-sort-of.html

Lint should run **after** successful build, but Travis fails at the moment :( . I did not include it in testthat, because it throws many style-issues and causes R CMD...

This would be very tough, I think. First of all, there is not generic solution we could use. We would probably have to add individual support for every single version....

Any comments on this? I don't think that either of the solutions are easy to implement right now, but we could discuss. @nuest @edzer @MarkusKonk

I implemented a parameter `versioned_libs` (TRUE/FALSE) that triggers dockerfile() to match the linked external libraries. Currently, the package only reads `sf::sf_extSoftVersion()` creates RUN Instructions for installing PROJ and GDAL from...

The information to install versioned libs is based on a config file that you can find here: https://github.com/MatthiasHinz/containerit/blob/master/inst/containeRit_config.json The following R script provides some helper methods for creating such a...

In order to support versioned GEOS and lwgeom, you would only have to create corresponding entries in the json file. If we want to support basse::extSoftVersion(), the implementation should be...

> I've got the same bug, does anyone know how to fix this? Thanks! Did you try out one of the workarounds that I suggested above? For now, you could...