{
  "_id": "6a49e16c2c82cd3614825a37",
  "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-06-14 06:22:24 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/416ceea7e7ad8aa18c1ce993d1ff49f20f5f43f645b8b9f76e88106bf3694239",
  "_filesize": 80023,
  "_sha256": "416ceea7e7ad8aa18c1ce993d1ff49f20f5f43f645b8b9f76e88106bf3694239",
  "_expires": "2026-10-13T04:45:30.000Z",
  "_created": "2026-06-14T06:22:24.000Z",
  "_published": "2026-07-05T04:45:32.403Z",
  "_jobs": [
    {
      "job": 85193443822,
      "time": 104,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7618157643"
    },
    {
      "job": 85193443655,
      "time": 101,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618156498"
    },
    {
      "job": 85193443811,
      "time": 182,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7618160860"
    },
    {
      "job": 85193443812,
      "time": 121,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618156000"
    },
    {
      "job": 85193443509,
      "time": 156,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618143481"
    },
    {
      "job": 85193443670,
      "time": 88,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618154779"
    },
    {
      "job": 85193443771,
      "time": 67,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7618152581"
    },
    {
      "job": 85193443702,
      "time": 53,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7618150510"
    },
    {
      "job": 85193443666,
      "time": 55,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618150721"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/tpq/actions/runs/27490488336",
  "_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": "noble",
  "_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": 485,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/peakRAM"
  },
  "_devurl": "https://github.com/tpq/peakram",
  "_searchresults": 333,
  "_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/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.601625479553944,
  "_indexed": true,
  "_nocasepkg": "peakram",
  "_universes": [
    "tpq"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-06-14T06:24:21.000Z",
      "distro": "noble",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/acd6a16a434bcf1a40268e01e8dd37992cebca016a96567170dd8acfd864632c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/27490488336"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-06-14T06:24:11.000Z",
      "distro": "noble",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/ae0ea13252335fabf3ad1c2361ac1b8a76491db600db4e58fc313a5647d2fe11",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/27490488336"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-06-14T06:24:45.000Z",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/e0b5b3f74fd72b0d2ac1cfee1074b22cf44527a903ea85cc319af520dbf07689",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/27490488336"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-06-14T06:24:10.000Z",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/b0360b64235dfca0d5868a369c2a734d0b5e0c6c549a52e12326a3b195e3167f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/27490488336"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-06-14T06:24:07.000Z",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/371543cd56b3658e9e8f890ff5d2bf5555494f0d4281cf645e3d4a46123b6d36",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/27490488336"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-14T06:23:37.000Z",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/4fcb695f6c53df03b1c36350e04cd2946e5d43c397231b641972b9bbd07800b9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/27490488336"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-14T06:23:21.000Z",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/671c7b765a44cb57359fefb897cdaf3376f1182ddb86427c5b69aa1b94493a87",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/27490488336"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-14T06:23:22.000Z",
      "commit": "c990f39099edbbfb526c34dfb8df5aeba25a7658",
      "fileid": "https://r2.ropensci.org/2c11f25a580827b3bfa884d4caa6f503692e984bb6b6b1df168e66c3db62c8c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tpq/actions/runs/27490488336"
    }
  ]
}