Package: particles
Type: Package
Title: A Graph Based Particle Simulator Based on D3-Force
Version: 0.2.3
Authors@R: 
    c(person(given = "Thomas Lin",
             family = "Pedersen",
             role = c("aut", "cre"),
             email = "thomasp85@gmail.com"),
      person(given = "Andrei",
             family = "Kashcha",
             role = "ctb"))
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
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
SystemRequirements: C++11
Encoding: UTF-8
Imports: tidygraph, rlang, igraph, stats, mgcv, digest, dplyr
RoxygenNote: 7.2.1
LinkingTo: cpp11
Suggests: knitr, rmarkdown, ggraph, covr
VignetteBuilder: knitr
URL: https://github.com/thomasp85/particles
BugReports: https://github.com/thomasp85/particles/issues
NeedsCompilation: yes
Packaged: 2022-08-19 11:59:31 UTC; thomas
Author: Thomas Lin Pedersen [aut, cre],
  Andrei Kashcha [ctb]
Repository: CRAN
Date/Publication: 2022-08-19 12:20:05 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2022-08-20 13:09:57 UTC; unix
Archs: particles.so.dSYM
