Package: atime
Type: Package
Title: Asymptotic Timing
Version: 2026.9.17
Depends: R (>= 3.5.0)
Authors@R: c(
 person("Toby", "Hocking",
        email="toby.hocking@r-project.org",
        role=c("aut", "cre"),
        comment = c(ORCID="0000-0002-3146-0865"))
    )
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,
 <https://en.wikipedia.org/wiki/Asymptotic_computational_complexity>
 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, gert, utils, stats, grDevices
SystemRequirements: git command line program
Suggests: directlabels, ggplot2, testthat, stringi, re2, binsegRcpp,
        grates, fastymd, wbs, changepoint, LOPART, PeakSegDisk, callr,
        readr, dplyr, tidyr, nc, RColorBrewer, Matrix, litedown
VignetteBuilder: litedown
NeedsCompilation: no
Packaged: 2026-09-17 18:55:24 UTC; hoct2726
Author: Toby Hocking [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-3146-0865>)
Maintainer: Toby Hocking <toby.hocking@r-project.org>
Repository: CRAN
Date/Publication: 2026-09-17 20:50:21 UTC
