{
  "_id": "6a102e34acfb0bcc41c94379",
  "Package": "piecemeal",
  "Title": "Wrangle Large Simulation Studies",
  "Date": "2026-03-14",
  "Version": "0.2.0-151",
  "Authors@R": "person(c(\"Pavel\", \"N.\"), \"Krivitsky\", role=c(\"aut\", \"cre\"), email=\"pavel@statnet.org\", comment=c(ORCID=\"0000-0002-9101-3362\"))",
  "Description": "An 'R6' class to set up, run, monitor, collate, and debug\nlarge simulation studies comprising many small independent\nreplications and treatment configurations. Parallel processing,\nreproducibility, fault- and error-tolerance, and ability to\nresume an interrupted or timed-out simulation study are built\nin.",
  "BugReports": "https://github.com/krivit/piecemeal/issues",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3.9000",
  "VignetteBuilder": "knitr",
  "Config/testthat/parallel": "false",
  "Config/testthat/edition": "3",
  "Repository": "https://krivit.r-universe.dev",
  "Date/Publication": "2026-03-14 00:03:09 UTC",
  "RemoteUrl": "https://github.com/krivit/piecemeal",
  "RemoteRef": "HEAD",
  "RemoteSha": "05c3d9f6b796d58e201c20ec436a457275e8f8b6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-13 05:23:04 UTC",
    "User": "root"
  },
  "Author": "Pavel N. Krivitsky [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-9101-3362>)",
  "Maintainer": "Pavel N. Krivitsky <pavel@statnet.org>",
  "MD5sum": "f0e4a86f1a1da3e190db6b94d284213c",
  "_user": "krivit",
  "_type": "src",
  "_file": "piecemeal_0.2.0-151.tar.gz",
  "_fileid": "18e75091db007740d7d8d75445d46743bf461229250f4ec06f24a63bff4917cf",
  "_filesize": 159754,
  "_sha256": "18e75091db007740d7d8d75445d46743bf461229250f4ec06f24a63bff4917cf",
  "_created": "2026-05-13T05:23:04.000Z",
  "_published": "2026-05-22T10:21:40.889Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77360771938,
      "time": 137,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6962254679"
    },
    {
      "job": 77360772466,
      "time": 135,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962254656"
    },
    {
      "job": 77360772128,
      "time": 158,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6962254655"
    },
    {
      "job": 77360772291,
      "time": 141,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962250900"
    },
    {
      "job": 77360771934,
      "time": 170,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962224453"
    },
    {
      "job": 77360771712,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158227971"
    },
    {
      "job": 77360772678,
      "time": 166,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6962261052"
    },
    {
      "job": 77360772677,
      "time": 96,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6962246552"
    },
    {
      "job": 77360772495,
      "time": 104,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962249119"
    }
  ],
  "_buildurl": "https://github.com/r-universe/krivit/actions/runs/25779974921",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/krivit/piecemeal",
  "_commit": {
    "id": "05c3d9f6b796d58e201c20ec436a457275e8f8b6",
    "author": "Pavel N. Krivitsky <p.krivitsky@unsw.edu.au>",
    "committer": "Pavel N. Krivitsky <p.krivitsky@unsw.edu.au>",
    "message": "In Piecemeal$status(), evaluate and attach last_*() after .eta(), since the latter takes a nontrivial amount of time.\n",
    "time": 1773446589
  },
  "_maintainer": {
    "name": "Pavel N. Krivitsky",
    "email": "pavel@statnet.org",
    "login": "krivit",
    "bluesky": "@krivitsky.net",
    "twitter": "@PavelKrivitsky",
    "uuid": 15682462,
    "orcid": "0000-0002-9101-3362"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "filelock",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "RSQLite",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.2.3",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "krivit",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-23",
      "n": 2
    },
    {
      "week": "2025-29",
      "n": 1
    },
    {
      "week": "2025-37",
      "n": 13
    },
    {
      "week": "2025-38",
      "n": 5
    },
    {
      "week": "2025-52",
      "n": 3
    },
    {
      "week": "2026-05",
      "n": 5
    },
    {
      "week": "2026-06",
      "n": 8
    },
    {
      "week": "2026-09",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 2
    },
    {
      "week": "2026-11",
      "n": 16
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2025-09-16"
    },
    {
      "name": "0.2.0",
      "date": "2026-03-09"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "krivit",
      "count": 93,
      "uuid": 15682462
    },
    {
      "user": "copilot",
      "count": 7,
      "uuid": 198982749
    }
  ],
  "_userbio": {
    "uuid": 15682462,
    "type": "user",
    "name": "Pavel N. Krivitsky"
  },
  "_downloads": {
    "count": 498,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/piecemeal"
  },
  "_devurl": "https://github.com/krivit/piecemeal",
  "_searchresults": 2,
  "_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/piecemeal.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/krivit/piecemeal",
  "_realowner": "krivit",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-09-22"
    },
    {
      "version": "0.2.0",
      "date": "2026-03-11"
    }
  ],
  "_exports": [
    "init",
    "Piecemeal"
  ],
  "_help": [
    {
      "page": "piecemeal-package",
      "title": "piecemeal: Wrangle Large Simulation Studies",
      "topics": [
        "piecemeal-package",
        "piecemeal"
      ]
    },
    {
      "page": "init",
      "title": "A convenience function for initialising 'Piecemeal' objects.",
      "topics": [
        "init"
      ]
    },
    {
      "page": "Piecemeal",
      "title": "The 'Piecemeal' 'R6' Class",
      "topics": [
        "Piecemeal"
      ]
    }
  ],
  "_readme": "https://github.com/krivit/piecemeal/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "blob",
    "cachem",
    "cli",
    "cpp11",
    "DBI",
    "fastmap",
    "filelock",
    "glue",
    "lifecycle",
    "magrittr",
    "memoise",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "RSQLite",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "piecemeal.Rmd",
      "filename": "piecemeal.html",
      "title": "A Simulation Study using Piecemeal",
      "author": "Pavel N. Krivitsky",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2025-04-11 11:51:25",
      "modified": "2026-03-09 03:34:52",
      "commits": 9
    }
  ],
  "_score": 4.698970004336019,
  "_indexed": true,
  "_nocasepkg": "piecemeal",
  "_universes": [
    "krivit"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0-151",
      "date": "2026-05-13T05:25:10.000Z",
      "distro": "noble",
      "commit": "05c3d9f6b796d58e201c20ec436a457275e8f8b6",
      "fileid": "c855954b37c271a90cca4c1aff4c5bf7d80ead7a8e3ee648d30afd95385ea914",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/krivit/actions/runs/25779974921"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0-151",
      "date": "2026-05-13T05:25:05.000Z",
      "distro": "noble",
      "commit": "05c3d9f6b796d58e201c20ec436a457275e8f8b6",
      "fileid": "85d744a8a91c32899682a1948aca6f3ffe3f103c48f75b7e48f0be6572558ad6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/krivit/actions/runs/25779974921"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0-151",
      "date": "2026-05-13T05:25:16.000Z",
      "commit": "05c3d9f6b796d58e201c20ec436a457275e8f8b6",
      "fileid": "3fee4001b9d70c1c3a373fd14b35ba8307e2d9babca7127ca70db7d0aba0ba66",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/krivit/actions/runs/25779974921"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0-151",
      "date": "2026-05-13T05:24:55.000Z",
      "commit": "05c3d9f6b796d58e201c20ec436a457275e8f8b6",
      "fileid": "7f62707426ca93fa5968824c5cb20d72e692cf733ed6518cee7dc440903edfdb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/krivit/actions/runs/25779974921"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0-151",
      "date": "2026-05-13T05:25:32.000Z",
      "commit": "05c3d9f6b796d58e201c20ec436a457275e8f8b6",
      "fileid": "4e5c0017c8e7b8fafa189529aefac3997021599134cae4630499fdea5cd80a5c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/krivit/actions/runs/25779974921"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0-151",
      "date": "2026-05-13T05:24:23.000Z",
      "commit": "05c3d9f6b796d58e201c20ec436a457275e8f8b6",
      "fileid": "043d0e026bc274847091015bee462b5842f5e82ba40511b045cd4c2cb61dac38",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/krivit/actions/runs/25779974921"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0-151",
      "date": "2026-05-13T05:24:37.000Z",
      "commit": "05c3d9f6b796d58e201c20ec436a457275e8f8b6",
      "fileid": "af428b71dc0cbcbb803f1b43051f32fd6498213b8208128c8d522b12437f8f0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/krivit/actions/runs/25779974921"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0-151",
      "date": "2026-05-22T10:21:21.000Z",
      "commit": "05c3d9f6b796d58e201c20ec436a457275e8f8b6",
      "fileid": "94869259363f87737b12678bbcf1fa1ffc2ded5feae2e1d3ed7af1199a444c39",
      "status": "success",
      "buildurl": "https://github.com/r-universe/krivit/actions/runs/25779974921"
    }
  ]
}