Package: collatz Version: 1.0.1 License: Apache License (== 2.0) Authors@R: c(person("Nathan", "Levett", role = c("aut", "cre"), email = "nathan.a.z.levett@gmail.com")) Title: Functions Related to the Collatz/Syracuse/3n+1 Problem Description: 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 . Author: Nathan Levett [aut, cre] Maintainer: Nathan Levett Date: 2022-08-08 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/ BugReports: https://github.com/Skenvy/Collatz/issues/new/choose Encoding: UTF-8 Depends: R (>= 3.5.0), gmp Collate: 'utils.R' 'collatz_function.R' 'hailstone_sequence.R' 'reverse_function.R' 'stopping_time.R' 'tree_graph.R' Suggests: roxygen2, testthat (>= 3.0.0), devtools, covr, DT, pkgdown, servr, tinytex, knitr, rmarkdown Config/testthat/edition: 3 RoxygenNote: 7.3.1 VignetteBuilder: knitr Config/pak/sysreqs: libgmp3-dev Repository: https://skenvy.r-universe.dev Date/Publication: 2026-07-02 11:36:51 UTC RemoteUrl: https://github.com/skenvy/collatz RemoteRef: HEAD RemoteSha: 09472d3594ad68adbafa3c751c587748366eeb4c RemoteSubdir: R NeedsCompilation: no Packaged: 2026-07-02 13:08:49 UTC; root