Found 98 packages in 0.01 seconds
Genetic Population Level Functions
This collection of gene representation-independent functions
implements the population layer of extended evolutionary and genetic
algorithms and its support
for the R-package 'xega' < https://CRAN.R-project.org/package=xega>.
The population layer consists of functions
for initializing, logging, observing, evaluating a population of genes,
as well as of computing the next population. For parallel evaluation of a
population of genes 4 execution models - named Sequential, MultiCore,
FutureApply, and Cluster - are provided. They are implemented by
configuring the lapply() function. The execution model FutureApply can be
externally configured as recommended by Bengtsson (2021)
A Crew Launcher Plugin for AWS Batch
In computationally demanding analysis projects,
statisticians and data scientists asynchronously
deploy long-running tasks to distributed systems,
ranging from traditional clusters to cloud services.
The 'crew.aws.batch' package extends the 'mirai'-powered
'crew' package with a worker launcher plugin for AWS Batch.
Inspiration also comes from packages 'mirai' by Gao (2023)
< https://github.com/r-lib/mirai>,
'future' by Bengtsson (2021)
Crew Launcher Plugins for Traditional High-Performance Computing Clusters
In computationally demanding analysis projects,
statisticians and data scientists asynchronously
deploy long-running tasks to distributed systems,
ranging from traditional clusters to cloud services.
The 'crew.cluster' package extends the 'mirai'-powered
'crew' package with worker launcher plugins for traditional
high-performance computing systems.
Inspiration also comes from packages 'mirai' by Gao (2023)
< https://github.com/r-lib/mirai>,
'future' by Bengtsson (2021)
A Distributed Worker Launcher Framework
In computationally demanding analysis projects,
statisticians and data scientists asynchronously
deploy long-running tasks to distributed systems,
ranging from traditional clusters to cloud services.
The 'NNG'-powered 'mirai' R package by Gao (2023)
Robust, Logged and Reproducible Iteration at Organizational Scale
Turns one-off iterative R procedures (such as for loops,
lapply() or pmap() from 'purrr') into production-grade workflows by
wrapping them with orthogonal, composable execution layers. Two layers
are always active: structured logging with real traceback and per-case
timing; and reproducibility capture, which records the R version,
loaded package versions, execution environment, the exact iteration
mask, and a stat-based fingerprint of every input file referenced in
the mask (with a diff_inputs() helper to detect silent drift between
runs). Parallel execution (built on the 'future' framework, Bengtsson
(2021)
Spatial Parallel Computing by Hierarchical Data Partitioning
Geospatial data computation is parallelized by grid, hierarchy,
or raster files. Based on 'future' (Bengtsson, 2024
Latent Variable Models Diagnostics
Diagnostics and visualization tools for latent variable models
fitted with 'lavaan' (Rosseel, 2012
R Fortunes
A collection of fortunes from the R community.