collatz: Functions Related to the Collatz/Syracuse/3n+1 Problem

Provides the basic functionality to interact with the Collatz conjecture. The parameterisation uses the same (P,a,b) notation as Conway's generalisations. Besides the function and reverse function, there is also functionality to retrieve the hailstone sequence, the "stopping time"/"total stopping time", or tree-graph. The only restriction placed on parameters is that both P and a can't be 0. For further reading, see <https://en.wikipedia.org/wiki/Collatz_conjecture>.

Version: 1.0.0
Depends: R (≥ 3.5.0), gmp
Suggests: roxygen2, testthat (≥ 3.0.0), devtools, covr, DT, pkgdown, servr, tinytex, knitr, rmarkdown
Published: 2022-09-05
Author: Nathan Levett [aut, cre]
Maintainer: Nathan Levett <nathan.a.z.levett at gmail.com>
BugReports: https://github.com/Skenvy/Collatz/issues/new/choose
License: Apache License (== 2.0)
URL: https://github.com/Skenvy/Collatz, https://github.com/Skenvy/Collatz/tree/main/R, https://skenvy.github.io/Collatz/R/, https://skenvy.github.io/Collatz/R/pdf/
NeedsCompilation: no
Materials: README
CRAN checks: collatz results

Documentation:

Reference manual: collatz.pdf
Vignettes: collatz
Hailstone Sequences
Hailstone of 27+576460752303423488
Tree Graphs

Downloads:

Package source: collatz_1.0.0.tar.gz
Windows binaries: r-prerel: collatz_1.0.0.zip, r-release: collatz_1.0.0.zip, r-oldrel: collatz_1.0.0.zip
macOS binaries: r-prerel (arm64): collatz_1.0.0.tgz, r-release (arm64): collatz_1.0.0.tgz, r-oldrel (arm64): collatz_1.0.0.tgz, r-prerel (x86_64): collatz_1.0.0.tgz, r-release (x86_64): collatz_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=collatz to link to this page.