{
  "_id": "6a1c07ab1d7bb097a0a2bcb3",
  "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-05-31 10:00:51 UTC",
    "User": "root"
  },
  "Author": "Mike Cheng [aut, cre, cph]",
  "MD5sum": "17cf5460b245f0aef9b615ab5af23172",
  "_user": "coolbutuseless",
  "_type": "src",
  "_file": "governor_0.1.3.tar.gz",
  "_fileid": "142106dc51a056b23cb4ae651a63b6f65ac3964da2b757f992b4a43ab3ca3086",
  "_filesize": 100739,
  "_sha256": "142106dc51a056b23cb4ae651a63b6f65ac3964da2b757f992b4a43ab3ca3086",
  "_created": "2026-05-31T10:00:51.000Z",
  "_published": "2026-05-31T10:04:27.983Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78717144870,
      "time": 141,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315814029"
    },
    {
      "job": 78717144873,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315811587"
    },
    {
      "job": 78717144875,
      "time": 104,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315810219"
    },
    {
      "job": 78717144895,
      "time": 95,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315809484"
    },
    {
      "job": 78717144868,
      "time": 121,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315812119"
    },
    {
      "job": 78717144867,
      "time": 172,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315817159"
    },
    {
      "job": 78717144871,
      "time": 76,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315807231"
    },
    {
      "job": 78717144865,
      "time": 190,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315819082"
    },
    {
      "job": 78716974513,
      "time": 164,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315798767"
    },
    {
      "job": 78717144843,
      "time": 93,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315809059"
    },
    {
      "job": 78717144862,
      "time": 152,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315815193"
    },
    {
      "job": 78717144838,
      "time": 134,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315813359"
    },
    {
      "job": 78717144908,
      "time": 85,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315808349"
    }
  ],
  "_buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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",
    "description": "Cool, but useless."
  },
  "_downloads": {
    "count": 129,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/governor"
  },
  "_devurl": "https://github.com/coolbutuseless/governor",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_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",
    "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.643452676486188,
  "_indexed": true,
  "_nocasepkg": "governor",
  "_universes": [
    "coolbutuseless"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-31T10:03:12.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "89b47509f5085867785e426cb411c10c06d4feadca72b53643bf3e2ceff7228b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-31T10:02:45.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "f2d853eab1560c21ea1c4e889844772b47f095eebaf6efb7180449a2b053816a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-31T10:02:36.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "2b14d8af3299489bb333aca0f3d21c4a642550271db641262ebed4b8d0111ff5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-31T10:02:26.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "2912a512d92958e55281f01ebdfaed587ed6eab8d4a4429a506f075585495c05",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-31T10:02:48.000Z",
      "arch": "aarch64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "9f1a3cff2f48bc57ee7715433f03168587ae7c8748a9bf7cda28ae88d07422d5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-31T10:03:33.000Z",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "d6e8d84f3436616b946317c882481dca7d71a264a297b349233794fc7b5464e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-31T10:02:06.000Z",
      "arch": "aarch64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "dd45c3af24cee248640a6704ec64696be274a90210503614202fc03ac467f74c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-31T10:03:49.000Z",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "dda6de03993d1143a63fde6d02855d57d1c477e884d854c05cbe08a081df4fb6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.3",
      "date": "2026-05-31T10:02:36.000Z",
      "arch": "emscripten",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "05e69e41a09d45bffa8b4240af547ce20516bb9b853ebfa2fa55adb18fe13b2f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-31T10:03:00.000Z",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "4964e7275ef2fd4afbcc246c8c02189ccb679ded340a608c19986a19f64e4aee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-31T10:02:45.000Z",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "b8b2af68a0291bb76cfae7341f270c8f4e593254f95eb05de887a2cd41021eb6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-31T10:01:59.000Z",
      "arch": "x86_64",
      "commit": "7968a23647a0eb520b857756a8853fca181e5f45",
      "fileid": "2c1ed8a8ff768d5ba1104f65ac318c4de5ae185adda088775cc2119cc587b3a9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/26709505468"
    }
  ]
}