Gábor Csárdi

Results 1664 comments of Gábor Csárdi

If you use conda, then you don't need rim, you can just do everything in conda. So we'll not use conda.

Seems like we only need to rewrite a couple of files: ``` ubuntu@foo:/opt/R/devel$ ag /opt/R/devel bin/R 4:R_HOME_DIR=/opt/R/devel/lib/R 5:if test "${R_HOME_DIR}" = "/opt/R/devel/lib/R"; then 19: if [ -x "/opt/R/devel/${libnn}/R/bin/exec/R" ]; then...

* We could add aliases at install time. Every time we install a version using an alias, we add that as an alias. E.g. `rig add next` will add `R-next`....

OTOH, it is probably not worth adding a new `rig alias` command for this. `rig ls` already lists the aliases, and `rig system make-links` could also update the aliases, unless...

I mean, can you please show me an actual Travis build that fails because of this problem?

OK, can you try again? I think this fixed it: https://github.com/MangoTheCat/shinytest/pull/52 In brief, shinytest starts another R process to run the app, and this process could not load your package,...

Yes, that's a different error, sorry. I am not what is wrong, because according to the logs, shinytest is clearly installed. Maybe a caching problem? Can you try clearing the...

Seems like it could be a libarchive bug: https://github.com/libarchive/libarchive/issues/507 Maybe we could work around it by telling libarchive the format explicitly.