Found 185 bookmarks
Newest
You're Already Ready: Zen and the Art of R Package Development | Malcolm Barrett
You're Already Ready: Zen and the Art of R Package Development | Malcolm Barrett
R packages make it easier to write robust, reproducible code, and modern tools in R development like usethis make it easy to work with packages. When you write R packages, you also unlock a whole ecosystem of tools that will make it easier to test, document, and share your code. Despite these benefits, many believe package development is too advanced for them or that they have nothing to offer. A fundamental belief in Zen is that you are already complete, that you already have everything you need. I’ll talk about why your project is already an R package, why you’re already an R package deve...
·malco.io·
You're Already Ready: Zen and the Art of R Package Development | Malcolm Barrett
Tools for Computation on Batch Systems • batchtools
Tools for Computation on Batch Systems • batchtools
As a successor of the packages BatchJobs and BatchExperiments, this package provides a parallel implementation of the Map function for high performance computing systems managed by schedulers IBM Spectrum LSF (), OpenLava (), Univa Grid Engine/Oracle Grid Engine (), Slurm (), TORQUE/PBS (), or Docker Swarm (). A multicore and socket mode allow the parallelization on a local machines, and multiple machines can be hooked up via SSH to create a makeshift cluster. Moreover, the package provides an abstraction mechanism to define large-scale computer experiments in a well-organized and reproduci...
·mllg.github.io·
Tools for Computation on Batch Systems • batchtools