Type: Package Package: particles Title: A Graph Based Particle Simulator Based on D3-Force Version: 0.2.4.9000 Authors@R: c( person("Thomas Lin", "Pedersen", , "thomasp85@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5147-4711")), person("Andrei", "Kashcha", role = "ctb") ) Maintainer: Thomas Lin Pedersen Description: Simulating particle movement in 2D space has many application. The 'particles' package implements a particle simulator based on the ideas behind the 'd3-force' 'JavaScript' library. 'particles' implements all forces defined in 'd3-force' as well as others such as vector fields, traps, and attractors. License: MIT + file LICENSE URL: https://github.com/thomasp85/particles BugReports: https://github.com/thomasp85/particles/issues Imports: digest, dplyr, igraph, mgcv, rlang, stats, tidygraph Suggests: covr, ggraph, knitr, rmarkdown LinkingTo: cpp11 VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/build/compilation-database: true Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev Repository: https://thomasp85.r-universe.dev Date/Publication: 2024-12-03 09:10:14 UTC RemoteUrl: https://github.com/thomasp85/particles RemoteRef: HEAD RemoteSha: 6c3af60216aa4188c65c0054bd9d10d9e3b8cf54 NeedsCompilation: yes Packaged: 2026-06-12 09:16:35 UTC; root Author: Thomas Lin Pedersen [aut, cre] (ORCID: ), Andrei Kashcha [ctb] Depends: R (>= 4.1.0)