Package: boids4R Title: Reynolds-Style Boids and Swarm Simulation Date: 2026-06-01 Version: 0.3.2 Authors@R: c( person(given = "Frederic", family = "Bertrand", role = c("cre", "aut"), email = "frederic.bertrand@lecnam.net", comment = c(ORCID = "0000-0002-0837-8281"))) Author: Frederic Bertrand [cre, aut] () Maintainer: Frederic Bertrand Description: Provides deterministic two- and three-dimensional boids and swarm simulations for R. The package implements Reynolds-style separation, alignment, and cohesion rules with optional obstacles, attractors, predators, species parameters, and reproducible frame export. Simulation state is renderer-neutral; optional adapters can hand frame data to visualization packages such as 'ggWebGL'. The model follows Reynolds (1987) . License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1) Imports: Rcpp Suggests: ggWebGL (>= 0.4.0), htmlwidgets, knitr, pkgdown, rmarkdown, testthat (>= 3.0.0) LinkingTo: Rcpp VignetteBuilder: knitr Config/testthat/edition: 3 Config/Needs/website: pkgdown URL: https://fbertran.github.io/boids4R/, https://github.com/fbertran/boids4R BugReports: https://github.com/fbertran/boids4R/issues Repository: https://fbertran.r-universe.dev Date/Publication: 2026-06-01 14:23:58 UTC RemoteUrl: https://github.com/fbertran/boids4r RemoteRef: HEAD RemoteSha: 584f699c061197ff49aaac9c61e61586d0980254 NeedsCompilation: yes Packaged: 2026-06-24 00:44:19 UTC; root