Package: nbody Type: Package Title: Gravitational N-Body Simulation Version: 1.52 Authors@R: c(person(given = "Danail", family = "Obreschkow", role = c("aut", "cre"), email = "danail.obreschkow@gmail.com", comment = c(ORCID = "0000-0002-1527-0762"))) Description: Run simple direct gravitational N-body simulations. The package can access different external N-body simulators (e.g. GADGET-4 by Springel et al. (2021) ), but also has a simple built-in simulator. This default simulator uses a variable block time step and lets the user choose between a range of integrators, including 4th and 6th order integrators for high-accuracy simulations. Basic top-hat smoothing is available as an option. The code also allows the definition of background particles that are fixed or in uniform motion, not subject to acceleration by other particles. Depends: R (>= 4.0.0) Imports: magicaxis, Rcpp (>= 1.0.0) LinkingTo: Rcpp License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.3.2 NeedsCompilation: yes Repository: https://obreschkow.r-universe.dev Date/Publication: 2026-02-08 14:07:53 UTC RemoteUrl: https://github.com/obreschkow/nbody RemoteRef: HEAD RemoteSha: 2ec76b59caba9e7686daf2f0d20c2958ce1fd31b Packaged: 2026-06-08 07:59:27 UTC; root Author: Danail Obreschkow [aut, cre] (ORCID: ) Maintainer: Danail Obreschkow