{
  "_id": "6a55c80aff0138dec5d68db2",
  "Package": "peakRAM",
  "Title": "Monitor the Total and Peak RAM Used by an Expression or Function",
  "Version": "1.0.3",
  "URL": "http://github.com/tpq/peakRAM",
  "BugReports": "http://github.com/tpq/peakRAM/issues",
  "Authors@R": "c(\nperson(\"Thomas\", \"Quinn\", email = \"contacttomquinn@gmail.com\", role = c(\"aut\", \"cre\"))\n)",
  "Description": "When working with big data sets, RAM conservation is\ncritically important. However, it is not always enough to just\nmonitor the size of the objects created. So-called\n\"copy-on-modify\" behavior, characteristic of R, means that some\nexpressions or functions may require an unexpectedly large\namount of RAM overhead. For example, replacing a single value\nin a matrix duplicates that matrix in the back-end, making this\ntask require twice as much RAM as that used by the matrix\nitself. This package makes it easy to monitor the total and\npeak RAM used so that developers can quickly identify and\neliminate RAM hungry code.",
  "License": "GPL-2",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.1.1",
  "Repository": "https://tpq.r-universe.dev",
  "Date/Publication": "2021-08-27 04:55:16 UTC",
  "RemoteUrl": "https://github.com/tpq/peakram",
  "RemoteRef": "HEAD",
  "RemoteSha": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-14 05:21:12 UTC",
    "User": "root"
  },
  "Author": "Thomas Quinn [aut, cre]",
  "Maintainer": "Thomas Quinn <contacttomquinn@gmail.com>",
  "_user": "tpq",
  "_type": "src",
  "_file": "peakRAM_1.0.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/cf2d86472195ab03a169f4fec9444a7a4e8d250cf1868a6439b20d5192c6b157",
  "_filesize": 80039,
  "_sha256": "cf2d86472195ab03a169f4fec9444a7a4e8d250cf1868a6439b20d5192c6b157",
  "_expires": "2026-10-22T05:24:24.000Z",
  "_created": "2026-07-14T05:21:12.000Z",
  "_published": "2026-07-14T05:24:26.083Z",
  "_jobs": [
    {
      "job": 87006481351,
      "time": 120,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8301095228"
    },
    {
      "job": 87006481398,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8301093135"
    },
    {
      "job": 87006481407,
      "time": 158,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8301095374"
    },
    {
      "job": 87006481350,
      "time": 142,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8301095077"
    },
    {
      "job": 87006142444,
      "time": 150,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8301062337"
    },
    {
      "job": 87006481367,
      "time": 85,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8301086047"
    },
    {
      "job": 87006481357,
      "time": 65,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8301080617"
    },
    {
      "job": 87006481370,
      "time": 61,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8301079270"
    },
    {
      "job": 87006481352,
      "time": 63,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8301080134"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/tpq/actions/runs/29308189433",
  "_status": "success",
  "_upstream": "https://github.com/tpq/peakram",
  "_commit": {
    "id": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
    "author": "Thom Quinn <contacttomquinn@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #5 from muschellij2/master\n\nadded news and fix for column bug",
    "time": 1630040116
  },
  "_maintainer": {
    "name": "Thomas Quinn",
    "email": "contacttomquinn@gmail.com",
    "login": "tpq",
    "description": "An MD in a love affair with data",
    "uuid": 13802096
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.2",
      "role": "Depends"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "tpq",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 24,
  "_contributors": [
    {
      "user": "tpq",
      "count": 20,
      "uuid": 13802096
    },
    {
      "user": "muschellij2",
      "count": 2,
      "uuid": 1075118
    }
  ],
  "_userbio": {
    "uuid": 13802096,
    "type": "user",
    "name": "Thom Quinn",
    "followers": 82,
    "description": "An MD in a love affair with data"
  },
  "_downloads": {
    "count": 464,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/peakRAM"
  },
  "_devurl": "https://github.com/tpq/peakram",
  "_searchresults": 358,
  "_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/peakRAM.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tpq/peakram",
  "_realowner": "tpq",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2016-07-29"
    },
    {
      "version": "1.0.1",
      "date": "2016-12-04"
    },
    {
      "version": "1.0.2",
      "date": "2017-01-15"
    }
  ],
  "_exports": [
    "peakRAM"
  ],
  "_help": [
    {
      "page": "peakRAM",
      "title": "Calculate Peak RAM Used",
      "topics": [
        "peakRAM"
      ]
    }
  ],
  "_readme": "https://github.com/tpq/peakram/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "peakRAM.Rmd",
      "filename": "peakRAM.html",
      "title": "Tracking Peak RAM Use and Minimizing Overhead",
      "author": "Thomas Quinn",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Quick start",
        "Monitoring RAM overhead",
        "Discussion"
      ],
      "created": "2016-07-29 04:23:25",
      "modified": "2016-07-29 04:23:25",
      "commits": 1
    }
  ],
  "_score": 6.633064272691499,
  "_indexed": true,
  "_nocasepkg": "peakram",
  "_universes": [
    "tpq"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-07-14T05:23:13.000Z",
      "distro": "resolute",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/a9901c1dcafca6c0da2a536c06df87b2505072ef9a9c1ae427c5c67d2179df31",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/29308189433"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-07-14T05:23:06.000Z",
      "distro": "resolute",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/3069dc97f8f8050a2c1cd0ad6871c1a0a86f6be85589fb9802a3bfbf8a2d2486",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/29308189433"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-07-14T05:23:16.000Z",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/50832f9de85fb9b913ca0acc58503a9e69645b3236538ff84933eb7da03d5fd9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/29308189433"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-07-14T05:23:15.000Z",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/b3e2192ba0a4e3a6ffd9022966f8002f57cb95a876a9b7544712edda2ee20a79",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/29308189433"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-07-14T05:22:50.000Z",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/8006d412417adb1b1810e42facdcb85464eb9cc2706192c552be9e9c5f5b816a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/29308189433"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-07-14T05:22:16.000Z",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/7aefa9b6e0b9e39a6e689fb90e1200097acf5e8d7c1fde93eafc855d2e5b8b0c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/29308189433"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-07-14T05:22:11.000Z",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/d258d14a20264d12560e78b7bd2dd1cca9d013c7051cc5491b63008640e5078b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/29308189433"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-07-14T05:22:14.000Z",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/d5b717b1e387c2df909b283431775f2c8cc4f5f0c3bf0f8915bc6a12e7d2dffa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/29308189433"
    }
  ]
}