{
  "_id": "6a49777c6d67900babdf5d84",
  "Package": "governor",
  "Type": "Package",
  "Title": "Speed Limiter to Control Rate of Execution of Loops",
  "Version": "0.1.3",
  "Authors@R": "person(\"Mike\", \"Cheng\", , \"mikefc@coolbutuseless.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Maintainer": "Mike Cheng <mikefc@coolbutuseless.com>",
  "Description": "It can be necessary to limit the rate of execution of a\nloop or repeated function call e.g. to show or gather data only\nat particular intervals. This package includes two methods for\nlimiting this execution rate; speed governors and timers.  A\nspeed governor will insert pauses during execution to meet a\nuser-specified loop time.  Timers are alarm clocks which will\nindicate whether a certain time has passed.  These mechanisms\nare implemented in 'C' to minimize processing overhead.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "URL": "https://github.com/coolbutuseless/governor",
  "BugReports": "https://github.com/coolbutuseless/governor/issues",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Repository": "https://coolbutuseless.r-universe.dev",
  "Date/Publication": "2024-12-24 05:02:38 UTC",
  "RemoteUrl": "https://github.com/coolbutuseless/governor",
  "RemoteRef": "HEAD",
  "RemoteSha": "7968a23647a0eb520b857756a8853fca181e5f45",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-04 21:10:19 UTC",
    "User": "root"
  },
  "Author": "Mike Cheng [aut, cre, cph]",
  "_user": "coolbutuseless",
  "_type": "src",
  "_file": "governor_0.1.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/879ca811c695ceb1903eb35368b9a6547707aaa3e0bd9bbd30c98828c3708f08",
  "_filesize": 102891,
  "_sha256": "879ca811c695ceb1903eb35368b9a6547707aaa3e0bd9bbd30c98828c3708f08",
  "_expires": "2026-10-12T21:13:30.000Z",
  "_created": "2026-07-04T21:10:19.000Z",
  "_published": "2026-07-04T21:13:32.114Z",
  "_jobs": [
    {
      "job": 85167276291,
      "time": 157,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8085471526"
    },
    {
      "job": 85167276298,
      "time": 144,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8085469590"
    },
    {
      "job": 85167276311,
      "time": 116,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085466955"
    },
    {
      "job": 85167276292,
      "time": 113,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085466108"
    },
    {
      "job": 85167276348,
      "time": 86,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8085462951"
    },
    {
      "job": 85167276335,
      "time": 157,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8085471363"
    },
    {
      "job": 85167276327,
      "time": 83,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085462638"
    },
    {
      "job": 85167276333,
      "time": 158,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085471383"
    },
    {
      "job": 85167130798,
      "time": 138,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085452652"
    },
    {
      "job": 85167276344,
      "time": 90,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8085463529"
    },
    {
      "job": 85167276300,
      "time": 74,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8085461521"
    },
    {
      "job": 85167276304,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8085463556"
    },
    {
      "job": 85167276290,
      "time": 59,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085460223"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292",
  "_status": "success",
  "_upstream": "https://github.com/coolbutuseless/governor",
  "_commit": {
    "id": "7968a23647a0eb520b857756a8853fca181e5f45",
    "author": "mike <mikefc@coolbutuseless.com>",
    "committer": "mike <mikefc@coolbutuseless.com>",
    "message": "add CRAN links\n",
    "time": 1735016558
  },
  "_maintainer": {
    "name": "Mike Cheng",
    "email": "mikefc@coolbutuseless.com",
    "login": "coolbutuseless",
    "description": "Cool, but useless.",
    "uuid": 181818
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "coolbutuseless",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 8,
  "_contributors": [
    {
      "user": "coolbutuseless",
      "count": 17,
      "uuid": 181818
    }
  ],
  "_userbio": {
    "uuid": 181818,
    "type": "user",
    "name": "mikefc",
    "followers": 793,
    "description": "Cool, but useless."
  },
  "_downloads": {
    "count": 205,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/governor"
  },
  "_devurl": "https://github.com/coolbutuseless/governor",
  "_searchresults": 12,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/governor.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/coolbutuseless/governor",
  "_realowner": "coolbutuseless",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2024-07-12"
    },
    {
      "version": "0.1.3",
      "date": "2024-08-26"
    }
  ],
  "_exports": [
    "gov_disable",
    "gov_enable",
    "gov_init",
    "gov_wait",
    "timer_check",
    "timer_disable",
    "timer_enable",
    "timer_init"
  ],
  "_help": [
    {
      "page": "gov_enable",
      "title": "Disable/enable a governor",
      "topics": [
        "gov_disable",
        "gov_enable"
      ]
    },
    {
      "page": "gov_init",
      "title": "Initialize a governor to control the speed of a loop",
      "topics": [
        "gov_init"
      ]
    },
    {
      "page": "gov_wait",
      "title": "Wait an appropriate amount of time within a for-loop to match the desired interval set in 'gov'",
      "topics": [
        "gov_wait"
      ]
    },
    {
      "page": "timer_check",
      "title": "Check the status of a timer",
      "topics": [
        "timer_check"
      ]
    },
    {
      "page": "timer_enable",
      "title": "Disable/enable a timer",
      "topics": [
        "timer_disable",
        "timer_enable"
      ]
    },
    {
      "page": "timer_init",
      "title": "Create a timer object which will return 'TRUE' when checked and the given duration has elapsed.",
      "topics": [
        "timer_init"
      ]
    }
  ],
  "_readme": "https://github.com/coolbutuseless/governor/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "Overview.Rmd",
      "filename": "Overview.html",
      "title": "Overview",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Running a loop at a rate of 30 times/second",
        "Skipping frames",
        "Setting timers"
      ],
      "created": "2024-08-25 05:35:40",
      "modified": "2024-08-25 05:35:40",
      "commits": 1
    }
  ],
  "_score": 4.681241237375588,
  "_indexed": true,
  "_nocasepkg": "governor",
  "_universes": [
    "coolbutuseless"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-07-04T21:13:00.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "https://r2.ropensci.org/1d3cfde28f41260e1049313ca5c028ead819bbda37a1367f5490a3f05941ea7d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-07-04T21:12:41.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "https://r2.ropensci.org/a43fe075302a873fee0cf12608adcb21a25f03bc80265dd0a5bb7fcd92b18804",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-07-04T21:12:21.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "https://r2.ropensci.org/6a2b2daac894fe76d7ab852d73a22e8fc3fa9e70fa4f16f96cfb49fdaf97f233",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-07-04T21:12:10.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "https://r2.ropensci.org/2ce320adb2f1a5c78e03325523b0a8c5ec5ebef8da6e57cb2358694d5a8a577c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-07-04T21:11:43.000Z",
      "arch": "aarch64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "https://r2.ropensci.org/e79956985d52f4dd90e03b6345968128571d0aa5bddd7de7c44c5c265152b139",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-07-04T21:12:48.000Z",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "https://r2.ropensci.org/f16521e17c529169faf517c0aeb0fd777be5db98f748760784acba715bee0024",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-07-04T21:11:39.000Z",
      "arch": "aarch64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "https://r2.ropensci.org/2980a80e9940054d6abc8e9cc7b4b85be338dd4b67701aa71c9757caac5af23e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-07-04T21:12:49.000Z",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "https://r2.ropensci.org/2dcf3a94bd7ff548dbb7ed53a99aea4a034aee0966c824b51ba058a4b8456209",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.3",
      "date": "2026-07-04T21:12:01.000Z",
      "arch": "emscripten",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "https://r2.ropensci.org/49645b6e3f8dfb979432793f16c5f2aaeb8a3103470bc0efba09e51d62f8e07b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-07-04T21:11:18.000Z",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "https://r2.ropensci.org/3e25a20302c3d5d5015c366145cba15a32ea9981af40501864a397fd2e08cded",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-07-04T21:11:31.000Z",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "https://r2.ropensci.org/eeee71f4a0e82754c99ea2ddba083b6f479bff31763d28f6b8bf6678834642e0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-07-04T21:11:16.000Z",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "https://r2.ropensci.org/8bdd77e990005627767833aa10eabb7bf682525dabdec97b8e44248e06b9fc56",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28719698292"
    }
  ]
}