{
  "_id": "6a11fdc4acfb0bcc41d036ff",
  "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-05-23 18:04:23 UTC",
  "RemoteUrl": "https://github.com/poissonconsulting/timer",
  "RemoteRef": "HEAD",
  "RemoteSha": "ea0dfe132b05f6a59fe6fca49e49a5cb2a1c51b9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-23 19:17:05 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": "76ba13088c1a779de67a2fe96904619f",
  "_user": "poissonconsulting",
  "_type": "src",
  "_file": "timer_0.0.1.9000.tar.gz",
  "_fileid": "3a5a722c1990888ff135e4321288ad009e9033a622ed08144106b007b9bd4e07",
  "_filesize": 79127,
  "_sha256": "3a5a722c1990888ff135e4321288ad009e9033a622ed08144106b007b9bd4e07",
  "_created": "2026-05-23T19:17:05.000Z",
  "_published": "2026-05-23T19:19:32.045Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77543693757,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7179148361"
    },
    {
      "job": 77543693772,
      "time": 114,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7179148244"
    },
    {
      "job": 77543693760,
      "time": 76,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7179144858"
    },
    {
      "job": 77543693767,
      "time": 70,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7179144250"
    },
    {
      "job": 77543555605,
      "time": 152,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7179137536"
    },
    {
      "job": 77543693758,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7179146365"
    },
    {
      "job": 77543693790,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7179145705"
    },
    {
      "job": 77543693791,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7179144055"
    },
    {
      "job": 77543693796,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7179144602"
    }
  ],
  "_buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26341231293",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/poissonconsulting/timer",
  "_commit": {
    "id": "ea0dfe132b05f6a59fe6fca49e49a5cb2a1c51b9",
    "author": "Kirill Müller <kirill@cynkra.com>",
    "committer": "Kirill Müller <kirill@cynkra.com>",
    "message": "ci: Update ccache-action reference\n",
    "time": 1779559463
  },
  "_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-23",
      "n": 3
    },
    {
      "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
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "krlmlr",
      "count": 65,
      "uuid": 1741643
    },
    {
      "user": "joethorley",
      "count": 34,
      "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": 110,
  "_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",
    "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.442793225939769,
  "_indexed": true,
  "_nocasepkg": "timer",
  "_universes": [
    "poissonconsulting",
    "joethorley"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1.9000",
      "date": "2026-05-23T19:19:00.000Z",
      "distro": "noble",
      "commit": "ea0dfe132b05f6a59fe6fca49e49a5cb2a1c51b9",
      "fileid": "c0e40793e626c115c3dad15186019a869aee0b239930329bafed3f28ab9bd1b8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26341231293"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1.9000",
      "date": "2026-05-23T19:19:02.000Z",
      "distro": "noble",
      "commit": "ea0dfe132b05f6a59fe6fca49e49a5cb2a1c51b9",
      "fileid": "c41b36453823fbec72f289582a5def3b05a675d0a2d7c96fa8b89558643a5277",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26341231293"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1.9000",
      "date": "2026-05-23T19:18:26.000Z",
      "commit": "ea0dfe132b05f6a59fe6fca49e49a5cb2a1c51b9",
      "fileid": "ac611e2339804dd13744dc59bcb607af3dfa2cc7a4140c850edc7f7727d24a70",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26341231293"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.1.9000",
      "date": "2026-05-23T19:18:21.000Z",
      "commit": "ea0dfe132b05f6a59fe6fca49e49a5cb2a1c51b9",
      "fileid": "d36e532fa83d3f3d1d9504a75c9262b73f4be5c9b4058bf6da9366273d7d2e44",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26341231293"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1.9000",
      "date": "2026-05-23T19:18:53.000Z",
      "commit": "ea0dfe132b05f6a59fe6fca49e49a5cb2a1c51b9",
      "fileid": "1ac5587711a569e08df36aac981954da19c5de282f26d91fd03574e95827c5ac",
      "status": "success",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26341231293"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1.9000",
      "date": "2026-05-23T19:18:31.000Z",
      "commit": "ea0dfe132b05f6a59fe6fca49e49a5cb2a1c51b9",
      "fileid": "298bdf8be2cfd5cc227a3a2a358fa1037eef7702539139cebccba3688ea6dff6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26341231293"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1.9000",
      "date": "2026-05-23T19:18:11.000Z",
      "commit": "ea0dfe132b05f6a59fe6fca49e49a5cb2a1c51b9",
      "fileid": "698132530f4faf0093d0f86987d2333a2f0b0be148013f4929fa81f5cadc39ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26341231293"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.1.9000",
      "date": "2026-05-23T19:18:08.000Z",
      "commit": "ea0dfe132b05f6a59fe6fca49e49a5cb2a1c51b9",
      "fileid": "bec431b4d8d1568c38e7d66ff04f8bbb8cfe0a6d8a723a8866724a38c3c112d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26341231293"
    }
  ]
}