r4-modules repo added to portdb

My collection of ports building R modules has been just added to the portdb section of CRUX, as r4-modules. At the moment, there are 374 entries, mostly bioinformatics-oriented. The ports themselves are hosted at my crux-ports GitHub.

I have been using the repo for about a month, but thought that others may benefit from it, too. So, here it is.
Read the rest of this entry »


cran2crux: ports for R modules

I use R in my work and I wanted to find a way to easily create CRUX ports for system-wide installation of its modules. Having them managed by the distro’s packaging system has its advantages: I can check them with revdep or use custom settings at build time. However, I did not find a ready solution, so I wrote a tool myself, called cran2crux (for detailed info, check it’s page). The cran2crux script automatically generates CRUX port(s) for R modules available from CRAN. On my TODO list is making it work with Bioconductor, as well.
Read the rest of this entry »