{
  "_id": "6a5b3aa69baadeef8ab4cdb0",
  "Package": "timer",
  "Title": "R6 Timer",
  "Version": "0.0.1.9001",
  "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-07-18 07:34:45 UTC",
  "RemoteUrl": "https://github.com/poissonconsulting/timer",
  "RemoteRef": "HEAD",
  "RemoteSha": "0b387760fe07dab2450e0bb99753a7ae1517ff31",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-18 08:32:06 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>",
  "_user": "poissonconsulting",
  "_type": "src",
  "_file": "timer_0.0.1.9001.tar.gz",
  "_fileid": "https://r2.ropensci.org/d0af5d8664fc0a0134ca5aab120e3daf60c5e613a19145f825bdec2fcaa0b119",
  "_filesize": 79686,
  "_sha256": "d0af5d8664fc0a0134ca5aab120e3daf60c5e613a19145f825bdec2fcaa0b119",
  "_expires": "2026-10-26T08:34:44.000Z",
  "_created": "2026-07-18T08:32:06.000Z",
  "_published": "2026-07-18T08:34:46.279Z",
  "_jobs": [
    {
      "job": 88062603084,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8427605829"
    },
    {
      "job": 88062603075,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427606502"
    },
    {
      "job": 88062603071,
      "time": 68,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8427601342"
    },
    {
      "job": 88062603068,
      "time": 87,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427603596"
    },
    {
      "job": 88062348477,
      "time": 195,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427588322"
    },
    {
      "job": 88062603055,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8427602584"
    },
    {
      "job": 88062603093,
      "time": 57,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8427597233"
    },
    {
      "job": 88062603076,
      "time": 61,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8427597649"
    },
    {
      "job": 88062603077,
      "time": 73,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8427599527"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/29637521093",
  "_status": "success",
  "_upstream": "https://github.com/poissonconsulting/timer",
  "_commit": {
    "id": "0b387760fe07dab2450e0bb99753a7ae1517ff31",
    "author": "poisson-fledge-bot[bot] <294483614+poisson-fledge-bot[bot]@users.noreply.github.com>",
    "committer": "poisson-fledge-bot[bot] <294483614+poisson-fledge-bot[bot]@users.noreply.github.com>",
    "message": "Bump version to 0.0.1.9001\n",
    "time": 1784360085
  },
  "_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
  },
  "_distro": "resolute",
  "_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
    },
    {
      "week": "2026-27",
      "n": 2
    },
    {
      "week": "2026-28",
      "n": 1
    },
    {
      "week": "2026-29",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.0.1.9000",
      "date": "2026-07-03"
    },
    {
      "name": "v0.0.1.9001",
      "date": "2026-07-18"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "krlmlr",
      "count": 65,
      "uuid": 1741643
    },
    {
      "user": "joethorley",
      "count": 39,
      "uuid": 613671
    },
    {
      "user": "aylapear",
      "count": 3,
      "uuid": 42985574
    },
    {
      "user": "nadinehussein",
      "count": 1,
      "uuid": 74937983
    }
  ],
  "_userbio": {
    "uuid": 1679318,
    "type": "organization",
    "name": "Poisson Consulting Ltd.",
    "followers": 27,
    "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": 114,
  "_rbuild": "4.6.1",
  "_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.542626277818053,
  "_indexed": true,
  "_nocasepkg": "timer",
  "_universes": [
    "poissonconsulting",
    "joethorley"
  ],
  "_previous": "0.0.1.9000",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1.9001",
      "date": "2026-07-18T08:34:08.000Z",
      "distro": "resolute",
      "commit": "0b387760fe07dab2450e0bb99753a7ae1517ff31",
      "fileid": "https://r2.ropensci.org/20361766727d734d05fddba12af11ed5a7d74fc598e9e74190e2462b95e5cd6e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/29637521093"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.1.9001",
      "date": "2026-07-18T08:34:10.000Z",
      "distro": "resolute",
      "commit": "0b387760fe07dab2450e0bb99753a7ae1517ff31",
      "fileid": "https://r2.ropensci.org/f2e8edbe67dc27984770a0d1042fe3e257e230266df0a3ef0f5f782b811751ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/29637521093"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1.9001",
      "date": "2026-07-18T08:33:42.000Z",
      "commit": "0b387760fe07dab2450e0bb99753a7ae1517ff31",
      "fileid": "https://r2.ropensci.org/0070a6e26f124788c8cd1add2a30ea0415543992d9667ad49969b7cbe20db497",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/29637521093"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.1.9001",
      "date": "2026-07-18T08:33:53.000Z",
      "commit": "0b387760fe07dab2450e0bb99753a7ae1517ff31",
      "fileid": "https://r2.ropensci.org/a2a1084ace16725bc682b39fc5b40a63006ca2dfdd6c6634cfdbaa1e2bc83d0d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/29637521093"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1.9001",
      "date": "2026-07-18T08:33:57.000Z",
      "commit": "0b387760fe07dab2450e0bb99753a7ae1517ff31",
      "fileid": "https://r2.ropensci.org/a6d485cf03f6b2a87443b446d50f2cf5bd32db9365dcb54cfe7511a9f20da424",
      "status": "success",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/29637521093"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1.9001",
      "date": "2026-07-18T08:33:08.000Z",
      "commit": "0b387760fe07dab2450e0bb99753a7ae1517ff31",
      "fileid": "https://r2.ropensci.org/475c8ed6b5200adfea07d95b311a0acd0d03935197e90700a1ad5781d292f829",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/29637521093"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1.9001",
      "date": "2026-07-18T08:33:09.000Z",
      "commit": "0b387760fe07dab2450e0bb99753a7ae1517ff31",
      "fileid": "https://r2.ropensci.org/25850c218b2bd6588ef188d065362ccfcc06f007fbcf070ed50b238bfc88b47a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/29637521093"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.1.9001",
      "date": "2026-07-18T08:33:20.000Z",
      "commit": "0b387760fe07dab2450e0bb99753a7ae1517ff31",
      "fileid": "https://r2.ropensci.org/6e5fa451c193c194f072bc165ce00d97b7b65e12693ba4c6c2684a2757d811fe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/29637521093"
    }
  ]
}