Package: atime Type: Package Title: Asymptotic Timing Version: 2026.5.29 Depends: R (>= 3.5.0) Authors@R: c( person("Toby", "Hocking", email="toby.hocking@r-project.org", role=c("aut", "cre"))) Description: Computing and visualizing comparative asymptotic timings of different algorithms and code versions. Also includes functionality for comparing empirical timings with expected references such as linear or quadratic, Also includes functionality for measuring asymptotic memory and other quantities. License: GPL-3 URL: https://github.com/tdhock/atime, https://atime-docs.netlify.app BugReports: https://github.com/tdhock/atime/issues Imports: data.table, bench, lattice, git2r, utils, stats, grDevices Suggests: directlabels, ggplot2, testthat, stringi, re2, binsegRcpp, grates, fastymd, wbs, fpop, changepoint, LOPART, PeakSegDisk, callr, readr, dplyr, tidyr, nc, RColorBrewer, Matrix, litedown VignetteBuilder: litedown Config/pak/sysreqs: libgit2-dev libssh2-1-dev libssl-dev Repository: https://tdhock.r-universe.dev Date/Publication: 2026-06-12 18:34:32 UTC RemoteUrl: https://github.com/tdhock/atime RemoteRef: HEAD RemoteSha: 48e140aac1fdabd2acd72d6d36dd9ddefed3ccb3 NeedsCompilation: no Packaged: 2026-06-12 20:06:35 UTC; root Author: Toby Hocking [aut, cre] Maintainer: Toby Hocking