{
  "_id": "6a104299acfb0bcc41c9dbff",
  "Package": "syrup",
  "Title": "Measure Memory and CPU Usage for Parallel R Code",
  "Version": "0.1.4.9000",
  "Authors@R": "c(\nperson(\"Simon\", \"Couch\", , \"simon.couch@posit.co\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-5676-5107\")),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)",
  "Description": "Measures memory and CPU usage of R code by regularly\ntaking snapshots of calls to the system command 'ps'. The\npackage provides an entry point (albeit coarse) to profile\nusage of system resources by R code run in parallel.",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/Needs/website": "rmarkdown",
  "URL": "https://github.com/simonpcouch/syrup,\nhttps://simonpcouch.github.io/syrup/",
  "BugReports": "https://github.com/simonpcouch/syrup/issues",
  "Repository": "https://simonpcouch.r-universe.dev",
  "Date/Publication": "2025-06-21 15:21:25 UTC",
  "RemoteUrl": "https://github.com/simonpcouch/syrup",
  "RemoteRef": "HEAD",
  "RemoteSha": "524910cdaf842555f4d7624cfc2c436d0219ba8a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-11 07:19:05 UTC",
    "User": "root"
  },
  "Author": "Simon Couch [aut, cre] (ORCID: <https://orcid.org/0000-0001-5676-5107>),\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Simon Couch <simon.couch@posit.co>",
  "MD5sum": "199d5d91fa33a1a4dae0f2a41bfff532",
  "_user": "simonpcouch",
  "_type": "src",
  "_file": "syrup_0.1.4.9000.tar.gz",
  "_fileid": "36cbce01c201d33a71f5d5aa461d5909e6a4f4434fea6d5b731f01cf697fdd0d",
  "_filesize": 181457,
  "_sha256": "36cbce01c201d33a71f5d5aa461d5909e6a4f4434fea6d5b731f01cf697fdd0d",
  "_created": "2026-05-11T07:19:05.000Z",
  "_published": "2026-05-22T11:48:41.512Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77373439732,
      "time": 115,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6912474184"
    },
    {
      "job": 77373440056,
      "time": 121,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912474361"
    },
    {
      "job": 77373440297,
      "time": 110,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6912485799"
    },
    {
      "job": 77373440019,
      "time": 131,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912499242"
    },
    {
      "job": 77373439458,
      "time": 158,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912438650"
    },
    {
      "job": 77373439444,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159751531"
    },
    {
      "job": 77373439924,
      "time": 103,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6912469336"
    },
    {
      "job": 77373440099,
      "time": 70,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6912458992"
    },
    {
      "job": 77373439935,
      "time": 70,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6912458784"
    }
  ],
  "_buildurl": "https://github.com/r-universe/simonpcouch/actions/runs/25655911704",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/simonpcouch/syrup",
  "_commit": {
    "id": "524910cdaf842555f4d7624cfc2c436d0219ba8a",
    "author": "simonpcouch <simonpatrickcouch@gmail.com>",
    "committer": "simonpcouch <simonpatrickcouch@gmail.com>",
    "message": "Increment version number to 0.1.4.9000\n",
    "time": 1750519285
  },
  "_maintainer": {
    "name": "Simon Couch",
    "email": "simon.couch@posit.co",
    "login": "simonpcouch",
    "mastodon": "@simonpcouch@fosstodon.org",
    "bluesky": "@simonpcouch.com",
    "uuid": 35748691,
    "orcid": "0000-0001-5676-5107"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "bench",
      "role": "Depends"
    },
    {
      "package": "callr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ps",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "withr",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "simonpcouch",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-21",
      "n": 1
    },
    {
      "week": "2025-25",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "v0.1.4",
      "date": "2025-06-21"
    }
  ],
  "_stars": 22,
  "_contributors": [
    {
      "user": "simonpcouch",
      "count": 51,
      "uuid": 35748691
    }
  ],
  "_userbio": {
    "uuid": 35748691,
    "type": "user",
    "name": "Simon P. Couch",
    "description": "statistical software @posit-pbc"
  },
  "_downloads": {
    "count": 570,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/syrup"
  },
  "_devurl": "https://github.com/simonpcouch/syrup",
  "_pkgdown": "https://simonpcouch.github.io/syrup/",
  "_searchresults": 30,
  "_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/syrup.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/simonpcouch/syrup",
  "_realowner": "simonpcouch",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-07-09"
    },
    {
      "version": "0.1.1",
      "date": "2024-07-18"
    },
    {
      "version": "0.1.2",
      "date": "2025-03-17"
    },
    {
      "version": "0.1.3",
      "date": "2025-03-22"
    },
    {
      "version": "0.1.4",
      "date": "2025-06-21"
    }
  ],
  "_exports": [
    "syrup"
  ],
  "_help": [
    {
      "page": "syrup",
      "title": "Memory and CPU Usage Information for Parallel R Code",
      "topics": [
        "syrup"
      ]
    }
  ],
  "_pkglogo": "https://github.com/simonpcouch/syrup/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/simonpcouch/syrup/raw/HEAD/README.md",
  "_rundeps": [
    "bench",
    "callr",
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "processx",
    "profmem",
    "ps",
    "purrr",
    "R6",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 4.819543935541869,
  "_indexed": true,
  "_nocasepkg": "syrup",
  "_universes": [
    "simonpcouch"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.4.9000",
      "date": "2026-05-11T07:21:03.000Z",
      "distro": "noble",
      "commit": "524910cdaf842555f4d7624cfc2c436d0219ba8a",
      "fileid": "2f4f0ef5400822347a6468fa389cbf15ef5f07504346acd805d64a1e001986f9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simonpcouch/actions/runs/25655911704"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.4.9000",
      "date": "2026-05-11T07:21:03.000Z",
      "distro": "noble",
      "commit": "524910cdaf842555f4d7624cfc2c436d0219ba8a",
      "fileid": "6d1a9a56d31e18749f3afcaf8fe89594156b2da396507c4810be9911d415766a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simonpcouch/actions/runs/25655911704"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.4.9000",
      "date": "2026-05-11T07:21:49.000Z",
      "commit": "524910cdaf842555f4d7624cfc2c436d0219ba8a",
      "fileid": "071b842e65725f5f1391bc33d2ed4ac82c91f2dee23f9df490df320459b9f4f5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simonpcouch/actions/runs/25655911704"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.4.9000",
      "date": "2026-05-11T07:22:30.000Z",
      "commit": "524910cdaf842555f4d7624cfc2c436d0219ba8a",
      "fileid": "2f7e17c275e9f27638661f4e7313f8983d70aaf24d7f4eed667ea938cd5b5e5d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simonpcouch/actions/runs/25655911704"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.4.9000",
      "date": "2026-05-11T07:20:46.000Z",
      "commit": "524910cdaf842555f4d7624cfc2c436d0219ba8a",
      "fileid": "44fb3aff1488adf61cbe9e560bb3daa75d95e6de0ae36bcd81e17d8802eb320b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simonpcouch/actions/runs/25655911704"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.4.9000",
      "date": "2026-05-11T07:20:09.000Z",
      "commit": "524910cdaf842555f4d7624cfc2c436d0219ba8a",
      "fileid": "43eca8f0c523521467faee552304709b0491a2118c5313d999ba3ff81e624395",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simonpcouch/actions/runs/25655911704"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.4.9000",
      "date": "2026-05-11T07:20:13.000Z",
      "commit": "524910cdaf842555f4d7624cfc2c436d0219ba8a",
      "fileid": "d806a4c5015dc61e497c4410b1bb939c502205689ba93ba27fb8ba3a7f0f9815",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simonpcouch/actions/runs/25655911704"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.4.9000",
      "date": "2026-05-22T11:48:20.000Z",
      "commit": "524910cdaf842555f4d7624cfc2c436d0219ba8a",
      "fileid": "1f195de380ac1819ce7876b143296c8c14b14b7013066f17fdc1967d3a958db6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/simonpcouch/actions/runs/25655911704"
    }
  ]
}