{
  "_id": "6a2cc5813efcd9bda42e2121",
  "Package": "timer",
  "Title": "R6 Timer",
  "Version": "0.0.1.9000",
  "Authors@R": "c(\nperson(\"Joe\", \"Thorley\", , \"joe@poissonconsulting.ca\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-7683-4592\")),\nperson(\"Poisson Consulting\", role = c(\"fnd\", \"cph\"))\n)",
  "Description": "A simple timer as an R6 class.  The timer has four\nfunctions: start(), stop(), reset() and elapsed().  The\nelapsed() function returns the elapsed wall clock time (as\nopposed to CPU time) as an object of class lubridate::Duration.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/poissonconsulting/timer,\nhttps://poissonconsulting.github.io/timer/",
  "BugReports": "https://github.com/poissonconsulting/timer/issues",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Config/Needs/website": "poissonconsulting/poissontemplate",
  "Config/roxygen2/version": "8.0.0.9000",
  "Repository": "https://poissonconsulting.r-universe.dev",
  "Date/Publication": "2026-06-13 01:25:59 UTC",
  "RemoteUrl": "https://github.com/poissonconsulting/timer",
  "RemoteRef": "HEAD",
  "RemoteSha": "45964142041f33780c5b3fd97a08684fe38d8ffb",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-13 02:47:46 UTC",
    "User": "root"
  },
  "Author": "Joe Thorley [aut, cre] (ORCID: <https://orcid.org/0000-0002-7683-4592>),\nPoisson Consulting [fnd, cph]",
  "Maintainer": "Joe Thorley <joe@poissonconsulting.ca>",
  "MD5sum": "bc3354695e36dbd9ac745a95a16923ff",
  "_user": "poissonconsulting",
  "_type": "src",
  "_file": "timer_0.0.1.9000.tar.gz",
  "_fileid": "b230d517bfda30e35e025220894532e21fa363fe4645ebf26d157337c02e0c30",
  "_filesize": 81016,
  "_sha256": "b230d517bfda30e35e025220894532e21fa363fe4645ebf26d157337c02e0c30",
  "_created": "2026-06-13T02:47:46.000Z",
  "_published": "2026-06-13T02:50:41.897Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81155766763,
      "time": 119,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7606617053"
    },
    {
      "job": 81155766777,
      "time": 110,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7606616212"
    },
    {
      "job": 81155766770,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7606615616"
    },
    {
      "job": 81155766764,
      "time": 138,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7606619023"
    },
    {
      "job": 81155615436,
      "time": 142,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7606605014"
    },
    {
      "job": 81155766757,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7606614625"
    },
    {
      "job": 81155766778,
      "time": 71,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7606612581"
    },
    {
      "job": 81155766776,
      "time": 63,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7606611939"
    },
    {
      "job": 81155766784,
      "time": 63,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7606611836"
    }
  ],
  "_buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/27454263605",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/poissonconsulting/timer",
  "_commit": {
    "id": "45964142041f33780c5b3fd97a08684fe38d8ffb",
    "author": "Joe Thorley <joe@poissonconsulting.ca>",
    "committer": "Joe Thorley <joe@poissonconsulting.ca>",
    "message": "Add CODEOWNERS\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
    "time": 1781313959
  },
  "_maintainer": {
    "name": "Joe Thorley",
    "email": "joe@poissonconsulting.ca",
    "login": "joethorley",
    "orcid": "0000-0002-7683-4592",
    "description": "A computational biologist who performs Bayesian analyses using R, STAN and JAGS.\n",
    "uuid": 613671
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "poissonconsulting",
  "_selfowned": true,
  "_usedby": 4,
  "_updates": [
    {
      "week": "2025-31",
      "n": 1
    },
    {
      "week": "2025-32",
      "n": 1
    },
    {
      "week": "2025-36",
      "n": 2
    },
    {
      "week": "2025-45",
      "n": 2
    },
    {
      "week": "2025-46",
      "n": 2
    },
    {
      "week": "2025-47",
      "n": 1
    },
    {
      "week": "2026-03",
      "n": 3
    },
    {
      "week": "2026-10",
      "n": 1
    },
    {
      "week": "2026-12",
      "n": 3
    },
    {
      "week": "2026-18",
      "n": 1
    },
    {
      "week": "2026-19",
      "n": 6
    },
    {
      "week": "2026-20",
      "n": 6
    },
    {
      "week": "2026-21",
      "n": 1
    },
    {
      "week": "2026-24",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "krlmlr",
      "count": 65,
      "uuid": 1741643
    },
    {
      "user": "joethorley",
      "count": 35,
      "uuid": 613671
    },
    {
      "user": "aylapear",
      "count": 3,
      "uuid": 42985574
    },
    {
      "user": "nadinehussein",
      "count": 1,
      "uuid": 74937983
    }
  ],
  "_userbio": {
    "uuid": 1679318,
    "type": "organization",
    "name": "Poisson Consulting Ltd.",
    "description": "Computational Biology and Statistical Ecology"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/timer"
  },
  "_devurl": "https://github.com/poissonconsulting/timer",
  "_pkgdown": "https://poissonconsulting.github.io/timer/",
  "_searchresults": 116,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/timer.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "is.timer",
    "Timer"
  ],
  "_help": [
    {
      "page": "is.timer",
      "title": "Is Timer",
      "topics": [
        "is.timer"
      ]
    },
    {
      "page": "Timer",
      "title": "R6 Timer Class",
      "topics": [
        "Timer"
      ]
    }
  ],
  "_readme": "https://github.com/poissonconsulting/timer/raw/HEAD/README.md",
  "_rundeps": [
    "cpp11",
    "generics",
    "lubridate",
    "R6",
    "timechange"
  ],
  "_score": 5.465858530008463,
  "_indexed": true,
  "_nocasepkg": "timer",
  "_universes": [
    "poissonconsulting",
    "joethorley"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1.9000",
      "date": "2026-06-13T02:49:48.000Z",
      "distro": "noble",
      "commit": "45964142041f33780c5b3fd97a08684fe38d8ffb",
      "fileid": "a4c7bffaccd04247436993a0cd8a3827714861fd53c51a265cb17f75f2ad4de3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/27454263605"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1.9000",
      "date": "2026-06-13T02:49:39.000Z",
      "distro": "noble",
      "commit": "45964142041f33780c5b3fd97a08684fe38d8ffb",
      "fileid": "70d045e8e85382077e56ab367ce512b0bec61feb006970592e6e47d37b5ab13b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/27454263605"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1.9000",
      "date": "2026-06-13T02:49:35.000Z",
      "commit": "45964142041f33780c5b3fd97a08684fe38d8ffb",
      "fileid": "2737536166a7e2517e8be77c312a29b6da2536dcecd6443aa6effc978f6db27a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/27454263605"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.1.9000",
      "date": "2026-06-13T02:49:58.000Z",
      "commit": "45964142041f33780c5b3fd97a08684fe38d8ffb",
      "fileid": "2d7e71bf34f81bc147d756e2b239f925299a6443ec4cc12383869cb344829c00",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/27454263605"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1.9000",
      "date": "2026-06-13T02:49:34.000Z",
      "commit": "45964142041f33780c5b3fd97a08684fe38d8ffb",
      "fileid": "04d26d9fdddcff8766cc8ccd248cd2d555609ce6c5441ea7b2b01c368e906bb9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/27454263605"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1.9000",
      "date": "2026-06-13T02:48:57.000Z",
      "commit": "45964142041f33780c5b3fd97a08684fe38d8ffb",
      "fileid": "0a06903862273a8f920df9a71091bcfbccdd62c61377b446bf49ff81df32ac47",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/27454263605"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1.9000",
      "date": "2026-06-13T02:48:52.000Z",
      "commit": "45964142041f33780c5b3fd97a08684fe38d8ffb",
      "fileid": "067e36ef0bdbf27d8849eb413c38a1b5ee9a5c499df488e80dd58790759fad24",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/27454263605"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.1.9000",
      "date": "2026-06-13T02:48:50.000Z",
      "commit": "45964142041f33780c5b3fd97a08684fe38d8ffb",
      "fileid": "d5e951bbdd3fd45b342ffb65246e0c0d639ff481828d3747a0fc549be4d24cfa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/27454263605"
    }
  ]
}