{
  "_id": "6a1b0eb21d7bb097a0a0965f",
  "Package": "atime",
  "Type": "Package",
  "Title": "Asymptotic Timing",
  "Version": "2026.5.29",
  "Authors@R": "c(\nperson(\"Toby\", \"Hocking\",\nemail=\"toby.hocking@r-project.org\",\nrole=c(\"aut\", \"cre\")))",
  "Description": "Computing and visualizing comparative asymptotic timings\nof different algorithms and code versions. Also includes\nfunctionality for comparing empirical timings with expected\nreferences such as linear or quadratic,\n<https://en.wikipedia.org/wiki/Asymptotic_computational_complexity>\nAlso includes functionality for measuring asymptotic memory and\nother quantities.",
  "License": "GPL-3",
  "URL": "https://github.com/tdhock/atime, https://atime-docs.netlify.app",
  "BugReports": "https://github.com/tdhock/atime/issues",
  "VignetteBuilder": "litedown",
  "Config/pak/sysreqs": "libgit2-dev libssh2-1-dev libssl-dev",
  "Repository": "https://tdhock.r-universe.dev",
  "Date/Publication": "2026-05-30 12:54:00 UTC",
  "RemoteUrl": "https://github.com/tdhock/atime",
  "RemoteRef": "HEAD",
  "RemoteSha": "2cc27d35e4e947078025ddad486bdbe21653ad7b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-30 13:17:18 UTC",
    "User": "root"
  },
  "Author": "Toby Hocking [aut, cre]",
  "Maintainer": "Toby Hocking <toby.hocking@r-project.org>",
  "MD5sum": "f887ac2478109ca6af3efa6911a5d10b",
  "_user": "tdhock",
  "_type": "src",
  "_file": "atime_2026.5.29.tar.gz",
  "_fileid": "7e058a1a484802128eb958989646103c9bc1a7a6ea6807d9af13ac959af7ec69",
  "_filesize": 2277483,
  "_sha256": "7e058a1a484802128eb958989646103c9bc1a7a6ea6807d9af13ac959af7ec69",
  "_created": "2026-05-30T13:17:18.000Z",
  "_published": "2026-05-30T16:22:10.569Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78651081427,
      "time": 397,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7308491341"
    },
    {
      "job": 78651081425,
      "time": 280,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7308480783"
    },
    {
      "job": 78651081422,
      "time": 270,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7309576223"
    },
    {
      "job": 78651081447,
      "time": 286,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7309583588"
    },
    {
      "job": 78650862267,
      "time": 267,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7308456180"
    },
    {
      "job": 78651081421,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7308466701"
    },
    {
      "job": 78651081434,
      "time": 494,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7308499898"
    },
    {
      "job": 78651081432,
      "time": 432,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7308494424"
    },
    {
      "job": 78651081433,
      "time": 423,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7308493719"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tdhock/actions/runs/26684703229",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tdhock/atime",
  "_commit": {
    "id": "2cc27d35e4e947078025ddad486bdbe21653ad7b",
    "author": "Toby Dylan Hocking <tdhock5@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "new warn and verbose args (#124)",
    "time": 1780145640
  },
  "_maintainer": {
    "name": "Toby Hocking",
    "email": "toby.hocking@r-project.org",
    "login": "tdhock",
    "description": "",
    "uuid": 932850
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "bench",
      "role": "Imports"
    },
    {
      "package": "lattice",
      "role": "Imports"
    },
    {
      "package": "git2r",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "directlabels",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "stringi",
      "role": "Suggests"
    },
    {
      "package": "re2",
      "role": "Suggests"
    },
    {
      "package": "binsegRcpp",
      "role": "Suggests"
    },
    {
      "package": "grates",
      "role": "Suggests"
    },
    {
      "package": "fastymd",
      "role": "Suggests"
    },
    {
      "package": "wbs",
      "role": "Suggests"
    },
    {
      "package": "fpop",
      "role": "Suggests"
    },
    {
      "package": "changepoint",
      "role": "Suggests"
    },
    {
      "package": "LOPART",
      "role": "Suggests"
    },
    {
      "package": "PeakSegDisk",
      "role": "Suggests"
    },
    {
      "package": "callr",
      "role": "Suggests"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "nc",
      "role": "Suggests"
    },
    {
      "package": "RColorBrewer",
      "role": "Suggests"
    },
    {
      "package": "Matrix",
      "role": "Suggests"
    },
    {
      "package": "litedown",
      "role": "Suggests"
    }
  ],
  "_owner": "tdhock",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-22",
      "n": 1
    },
    {
      "week": "2025-37",
      "n": 4
    },
    {
      "week": "2025-38",
      "n": 1
    },
    {
      "week": "2025-40",
      "n": 7
    },
    {
      "week": "2026-14",
      "n": 3
    },
    {
      "week": "2026-20",
      "n": 1
    },
    {
      "week": "2026-21",
      "n": 2
    },
    {
      "week": "2026-22",
      "n": 7
    }
  ],
  "_tags": [],
  "_stars": 9,
  "_contributors": [
    {
      "user": "tdhock",
      "count": 404,
      "uuid": 932850
    },
    {
      "user": "dorisamoakohene",
      "count": 3,
      "uuid": 143125519
    },
    {
      "user": "anirban166",
      "count": 1,
      "uuid": 30123691
    },
    {
      "user": "michaelchirico",
      "count": 1,
      "uuid": 7606389
    }
  ],
  "_userbio": {
    "uuid": 932850,
    "type": "user",
    "name": "Toby Dylan Hocking"
  },
  "_downloads": {
    "count": 718,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/atime"
  },
  "_devurl": "https://github.com/tdhock/atime",
  "_searchresults": 110,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/atime.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tdhock/atime",
  "_realowner": "tdhock",
  "_cranurl": true,
  "_releases": [
    {
      "version": "2022.8.25",
      "date": "2022-08-27"
    },
    {
      "version": "2022.9.16",
      "date": "2022-09-19"
    },
    {
      "version": "2023.3.30",
      "date": "2023-03-31"
    },
    {
      "version": "2023.3.31",
      "date": "2023-04-03"
    },
    {
      "version": "2024.1.24",
      "date": "2024-01-24"
    },
    {
      "version": "2024.1.31",
      "date": "2024-02-01"
    },
    {
      "version": "2024.3.5",
      "date": "2024-03-08"
    },
    {
      "version": "2024.4.12",
      "date": "2024-04-13"
    },
    {
      "version": "2024.4.17",
      "date": "2024-04-22"
    },
    {
      "version": "2024.4.23",
      "date": "2024-04-29"
    },
    {
      "version": "2024.9.25",
      "date": "2024-09-27"
    },
    {
      "version": "2024.10.3",
      "date": "2024-10-04"
    },
    {
      "version": "2024.10.5",
      "date": "2024-10-11"
    },
    {
      "version": "2024.11.15",
      "date": "2024-11-18"
    },
    {
      "version": "2024.11.19",
      "date": "2024-11-26"
    },
    {
      "version": "2024.11.29",
      "date": "2024-12-02"
    },
    {
      "version": "2025.1.21",
      "date": "2025-01-21"
    },
    {
      "version": "2025.4.1",
      "date": "2025-04-09"
    },
    {
      "version": "2025.5.12",
      "date": "2025-05-20"
    },
    {
      "version": "2025.5.24",
      "date": "2025-05-27"
    },
    {
      "version": "2025.9.30",
      "date": "2025-10-21"
    },
    {
      "version": "2026.4.2",
      "date": "2026-04-04"
    }
  ],
  "_exports": [
    "atime",
    "atime_grid",
    "atime_pkg",
    "atime_pkg_test_info",
    "atime_test",
    "atime_test_list",
    "atime_versions",
    "atime_versions_exprs",
    "atime_versions_remove",
    "glob_find_replace",
    "references_best"
  ],
  "_datasets": [
    {
      "name": "issue107",
      "title": "atime result for issue 107",
      "object": "issue107",
      "file": "issue107.RData",
      "class": [
        "atime"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "issue109",
      "title": "atime results for issue 109",
      "object": "issue109",
      "file": "issue109.RData",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "atime",
      "title": "Asymptotic timing",
      "topics": [
        "atime"
      ]
    },
    {
      "page": "atime_grid",
      "title": "Asymptotic timing grid",
      "topics": [
        "atime_grid"
      ]
    },
    {
      "page": "atime_pkg",
      "title": "Asymptotic timing package tests",
      "topics": [
        "atime_pkg",
        "atime_pkg_test_info"
      ]
    },
    {
      "page": "atime_test",
      "title": "Define an atime performance test",
      "topics": [
        "atime_test"
      ]
    },
    {
      "page": "atime_test_list",
      "title": "Define an atime performance test list",
      "topics": [
        "atime_test_list"
      ]
    },
    {
      "page": "atime_versions",
      "title": "Asymptotic timing of git versions",
      "topics": [
        "atime_versions"
      ]
    },
    {
      "page": "atime_versions_exprs",
      "title": "Create expressions for different git versions",
      "topics": [
        "atime_versions_exprs"
      ]
    },
    {
      "page": "atime_versions_remove",
      "title": "Remove packages installed by atime",
      "topics": [
        "atime_versions_remove"
      ]
    },
    {
      "page": "glob_find_replace",
      "title": "Find and replace within files",
      "topics": [
        "glob_find_replace"
      ]
    },
    {
      "page": "issue107",
      "title": "atime result for issue 107",
      "topics": [
        "issue107"
      ]
    },
    {
      "page": "issue109",
      "title": "atime results for issue 109",
      "topics": [
        "issue109"
      ]
    },
    {
      "page": "references_best",
      "title": "Best references",
      "topics": [
        "references_best"
      ]
    }
  ],
  "_rundeps": [
    "bench",
    "cli",
    "data.table",
    "git2r",
    "glue",
    "lattice",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "profmem",
    "rlang",
    "tibble",
    "utf8",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "Custom_Plots.Rmd",
      "filename": "Custom_Plots.html",
      "title": "Custom Plots",
      "engine": "litedown::vignette",
      "headings": [],
      "created": "2023-03-31 05:27:59",
      "modified": "2025-09-30 18:26:38",
      "commits": 4
    },
    {
      "source": "Custom_References.Rmd",
      "filename": "Custom_References.html",
      "title": "Custom References",
      "engine": "litedown::vignette",
      "headings": [
        "Asymptotic time/memory measurement of different R expressions",
        "predict method",
        "Custom asymptotic references",
        "Exercises for the reader"
      ],
      "created": "2023-03-31 05:27:59",
      "modified": "2025-09-30 18:26:38",
      "commits": 6
    },
    {
      "source": "Custom_Units.Rmd",
      "filename": "Custom_Units.html",
      "title": "Custom Units",
      "engine": "litedown::vignette",
      "headings": [
        "Simple regex example",
        "Dynamic programming algorithms for change-point detection"
      ],
      "created": "2023-03-31 05:05:33",
      "modified": "2026-05-30 00:39:35",
      "commits": 6
    },
    {
      "source": "cum_median.Rmd",
      "filename": "cum_median.html",
      "title": "Example: cumulative median",
      "engine": "litedown::vignette",
      "headings": [],
      "created": "2022-07-19 21:55:16",
      "modified": "2025-09-30 18:26:38",
      "commits": 9
    },
    {
      "source": "regex.Rmd",
      "filename": "regex.html",
      "title": "Example: regular expressions",
      "engine": "litedown::vignette",
      "headings": [
        "Interpolate at seconds.limit using predict method",
        "atime_grid to compare different engines"
      ],
      "created": "2022-07-14 05:15:34",
      "modified": "2025-10-02 00:31:41",
      "commits": 14
    },
    {
      "source": "sparse.Rmd",
      "filename": "sparse.html",
      "title": "Example: sparse matrices",
      "engine": "litedown::vignette",
      "headings": [
        "Allocation and length",
        "Comparison with bench::press",
        "Complexity class estimation with atime",
        "Matrix Multiplication, 90% sparsity",
        "Matrix multiplication, linear number of non-zeros",
        "Matrix multiplication, linear and quadratic number of non-zeros",
        "Conclusion"
      ],
      "created": "2024-11-06 04:29:39",
      "modified": "2026-05-30 00:39:35",
      "commits": 8
    }
  ],
  "_score": 7.1539976866928,
  "_indexed": true,
  "_nocasepkg": "atime",
  "_universes": [
    "tdhock"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2026.5.29",
      "date": "2026-05-30T13:19:34.000Z",
      "distro": "noble",
      "commit": "2cc27d35e4e947078025ddad486bdbe21653ad7b",
      "fileid": "efd3680dba1788d3822170a6486ab5969acd8f828bda986ee61babcb413b669c",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26684703229"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2026.5.29",
      "date": "2026-05-30T13:19:24.000Z",
      "distro": "noble",
      "commit": "2cc27d35e4e947078025ddad486bdbe21653ad7b",
      "fileid": "a5a22bdb3ddd4654bd54601761d2fd10aa4f6fe2872247a55f19b1d9dd2100dc",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26684703229"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2026.5.29",
      "date": "2026-05-30T16:17:18.000Z",
      "commit": "2cc27d35e4e947078025ddad486bdbe21653ad7b",
      "fileid": "ae247bb032ec8622081c8f05fc888f899efc8ac065ac605ca1aa6c3f141b9f3a",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26684703229"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2026.5.29",
      "date": "2026-05-30T16:18:27.000Z",
      "commit": "2cc27d35e4e947078025ddad486bdbe21653ad7b",
      "fileid": "4fa87cf6f75a94f8f6599b2289eed4937a7c7a95ff92112e631fd6566eec5a77",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26684703229"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2026.5.29",
      "date": "2026-05-30T13:19:33.000Z",
      "commit": "2cc27d35e4e947078025ddad486bdbe21653ad7b",
      "fileid": "e47bf982991aa2f526d12e46396b3c368c2c9ab28c9c8bf18c5ec576c5d2366b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26684703229"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2026.5.29",
      "date": "2026-05-30T13:18:35.000Z",
      "commit": "2cc27d35e4e947078025ddad486bdbe21653ad7b",
      "fileid": "3f0516c71bada4244e6f698983af728cdc9db594fe105e96930d17ada1d2cc60",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26684703229"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2026.5.29",
      "date": "2026-05-30T13:18:34.000Z",
      "commit": "2cc27d35e4e947078025ddad486bdbe21653ad7b",
      "fileid": "29d82276ae5495f3f9d5100235c7ec59852cf6b02946dd7187dd4fdf7dfe5c5b",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26684703229"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2026.5.29",
      "date": "2026-05-30T13:18:26.000Z",
      "commit": "2cc27d35e4e947078025ddad486bdbe21653ad7b",
      "fileid": "f693e4064cbe0a88d75b4a26de1582b016647733e97854d8db89d94c057af7b9",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26684703229"
    }
  ]
}