{
  "_id": "6a216096cd65a98ecbd30ab2",
  "Package": "ssdsims",
  "Title": "What the Package Does (One Line, Title Case)",
  "Version": "0.0.0.9011",
  "Authors@R": "c(\nperson(\"Joe\", \"Thorley\", , \"joe@poissonconsulting.ca\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-7683-4592\")),\nperson(\"Rebecca\", \"Fisher\", , \"R.Fisher@aims.gov.au\", role = \"aut\")\n)",
  "Description": "What the package does (one paragraph).",
  "License": "Apache License (== 2.0) | file LICENSE",
  "URL": "https://poissonconsulting.github.io/ssdsims/",
  "BugReports": "https://github.com/poissonconsulting/ssdsims/issues",
  "VignetteBuilder": "quarto",
  "Remotes": [
    "poissonconsulting/ssdtools@dev"
  ],
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Config/roxygen2/version": "8.0.0.9000",
  "Config/pak/sysreqs": "libicu-dev libjpeg-dev libpng-dev libxml2-dev\nlibssl-dev libx11-dev",
  "Repository": "https://poissonconsulting.r-universe.dev",
  "Date/Publication": "2026-06-04 10:10:18 UTC",
  "RemoteUrl": "https://github.com/poissonconsulting/ssdsims",
  "RemoteRef": "HEAD",
  "RemoteSha": "db1929fa0bedbef8273b438ba9fc0bfd96204240",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 11:06:18 UTC",
    "User": "root"
  },
  "Author": "Joe Thorley [aut, cre] (ORCID: <https://orcid.org/0000-0002-7683-4592>),\nRebecca Fisher [aut]",
  "Maintainer": "Joe Thorley <joe@poissonconsulting.ca>",
  "MD5sum": "d6582f08278f1e5f59f0d1d92c563fbf",
  "_user": "poissonconsulting",
  "_type": "src",
  "_file": "ssdsims_0.0.0.9011.tar.gz",
  "_fileid": "a9f402f10d06a3fcc39c4e65d204a5802eb6fa47e79a9b4f9011499d350d39a4",
  "_filesize": 233623,
  "_sha256": "a9f402f10d06a3fcc39c4e65d204a5802eb6fa47e79a9b4f9011499d350d39a4",
  "_created": "2026-06-04T11:06:18.000Z",
  "_published": "2026-06-04T11:25:10.341Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79505438583,
      "time": 169,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7409875398"
    },
    {
      "job": 79505438518,
      "time": 161,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409872227"
    },
    {
      "job": 79505438538,
      "time": 173,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7410023051"
    },
    {
      "job": 79505438574,
      "time": 140,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7410170948"
    },
    {
      "job": 79504650295,
      "time": 298,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409822191"
    },
    {
      "job": 79505438519,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409863061"
    },
    {
      "job": 79505438589,
      "time": 137,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7409864546"
    },
    {
      "job": 79505438545,
      "time": 159,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7409872056"
    },
    {
      "job": 79505438541,
      "time": 233,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409896355"
    }
  ],
  "_buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26947676629",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/poissonconsulting/ssdsims",
  "_commit": {
    "id": "db1929fa0bedbef8273b438ba9fc0bfd96204240",
    "author": "Kirill Müller <krlmlr@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "docs(openspec): propose registry, manifest, and task-tables changes (#92)\n\n* docs(openspec): propose registry, manifest, and task-tables changes\n\nAdd three OpenSpec change proposals for the \"targets-only plumbing\"\nsubgraph (TARGETS-DESIGN.md section 12), one per roadmap step:\n\n- registry: name-keyed dataset + min_pmix registry (persist datasets to\n  Parquet, pin min_pmix by name; Conc invariant, content-hash index,\n  refuse-unless-identical re-registration). Introduces Parquet I/O.\n- manifest: per-scenario JSON manifest (section 8.5 fields + r/dqrng/ssdtools\n  version pins) with per-shard sha256 sidecars assembled into\n  completed_shards.\n- task-tables: per-shard grouping wrappers, per-shard step runners, a\n  duckplyr summary fan-in, and a static-branching _targets.R template\n  that tar_make()s a tiny scenario with results byte-identical to the\n  baseline runner (new task-shards capability).\n\nEach change ships proposal/design/specs/tasks; all validate. registry and\nmanifest are independent prerequisites that both feed task-tables.\n\n* docs(openspec): address manifest review (#92)\n\n- Record complete session info (sessioninfo::session_info(): platform +\n  all package versions) instead of only r/dqrng/ssdtools pins, surfacing\n  those three as a flat bit-stability-critical subset. Adds sessioninfo\n  to the planned Imports.\n- Clarify path ownership and scope: manifest defines no Parquet paths;\n  path_key() (shipped) plus the result roots owned by task-tables and\n  registry compose them. ssd_record_shard() takes a caller-supplied\n  shard directory and the sidecar sits beside the shard's part.parquet.\n  manifest owns the record format + reader + completed_shards assembler;\n  task-tables owns the on-success invocation.\n\n* docs: use duckplyr for Parquet interaction, not arrow (#92)\n\nRecord the team preference: interact with Parquet through duckplyr\n(DuckDB) -- read_parquet_duckdb() / compute_parquet() -- not arrow.\n\n- AGENTS.md: add the standing duckplyr-for-Parquet conventio",
    "time": 1780567818
  },
  "_maintainer": {
    "name": "Joe Thorley",
    "email": "joe@poissonconsulting.ca",
    "login": "joethorley",
    "orcid": "0000-0002-7683-4592",
    "description": "A computational biologist who performs Bayesian analyses using R, STAN and JAGS.\n",
    "uuid": 613671
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "chk",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "dqrng",
      "version": ">= 0.4.1",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "ssdtools",
      "version": ">= 2.6.0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "withr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "ssddata",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "poissonconsulting",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-25",
      "n": 22
    },
    {
      "week": "2025-28",
      "n": 1
    },
    {
      "week": "2025-41",
      "n": 16
    },
    {
      "week": "2025-43",
      "n": 2
    },
    {
      "week": "2025-44",
      "n": 18
    },
    {
      "week": "2025-45",
      "n": 5
    },
    {
      "week": "2025-46",
      "n": 3
    },
    {
      "week": "2025-47",
      "n": 7
    },
    {
      "week": "2025-48",
      "n": 1
    },
    {
      "week": "2025-49",
      "n": 7
    },
    {
      "week": "2026-10",
      "n": 4
    },
    {
      "week": "2026-11",
      "n": 1
    },
    {
      "week": "2026-18",
      "n": 1
    },
    {
      "week": "2026-19",
      "n": 7
    },
    {
      "week": "2026-20",
      "n": 8
    },
    {
      "week": "2026-21",
      "n": 11
    },
    {
      "week": "2026-22",
      "n": 4
    },
    {
      "week": "2026-23",
      "n": 23
    }
  ],
  "_tags": [
    {
      "name": "v0.0.0.9001",
      "date": "2025-10-31"
    },
    {
      "name": "v0.0.0.9002",
      "date": "2025-10-31"
    },
    {
      "name": "v0.0.0.9003",
      "date": "2025-11-05"
    },
    {
      "name": "v0.0.0.9004",
      "date": "2025-11-12"
    },
    {
      "name": "v0.0.0.9005",
      "date": "2026-05-10"
    },
    {
      "name": "v0.0.0.9006",
      "date": "2026-05-14"
    },
    {
      "name": "v0.0.0.9007",
      "date": "2026-05-16"
    },
    {
      "name": "v0.0.0.9008",
      "date": "2026-05-24"
    },
    {
      "name": "v0.0.0.9009",
      "date": "2026-05-25"
    },
    {
      "name": "v0.0.0.9010",
      "date": "2026-05-26"
    },
    {
      "name": "v0.0.0.9011",
      "date": "2026-06-03"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "joethorley",
      "count": 145,
      "uuid": 613671
    },
    {
      "user": "krlmlr",
      "count": 68,
      "uuid": 1741643
    },
    {
      "user": "copilot",
      "count": 4,
      "uuid": 198982749
    }
  ],
  "_userbio": {
    "uuid": 1679318,
    "type": "organization",
    "name": "Poisson Consulting Ltd.",
    "description": "Computational Biology and Statistical Ecology"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ssdsims"
  },
  "_devurl": "https://github.com/poissonconsulting/ssdsims",
  "_pkgdown": "https://poissonconsulting.github.io/ssdsims/",
  "_searchresults": 4,
  "_quarto": true,
  "_topics": [
    "quarto"
  ],
  "_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/ssdsims.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "local_dqrng_backend",
    "local_dqrng_state",
    "local_lecuyer_cmrg_seed",
    "local_lecuyer_cmrg_state",
    "ssd_data",
    "ssd_define_scenario",
    "ssd_fit_dists_sims",
    "ssd_hc_sims",
    "ssd_run_scenario",
    "ssd_run_scenario_baseline",
    "ssd_scenario_fit_tasks",
    "ssd_scenario_hc_tasks",
    "ssd_scenario_sample_tasks",
    "ssd_scenario_tasks",
    "ssd_sim_data",
    "task_primer",
    "with_dqrng_state",
    "with_lecuyer_cmrg_seed",
    "with_lecuyer_cmrg_state"
  ],
  "_help": [
    {
      "page": "local_dqrng_backend",
      "title": "Local dqrng pcg64 Backend",
      "topics": [
        "local_dqrng_backend"
      ]
    },
    {
      "page": "local_dqrng_state",
      "title": "Local/With dqrng State",
      "topics": [
        "local_dqrng_state",
        "with_dqrng_state"
      ]
    },
    {
      "page": "local_lecuyer_cmrg_seed",
      "title": "Local/With L'Ecuyer-CMRG Seed",
      "topics": [
        "local_lecuyer_cmrg_seed",
        "with_lecuyer_cmrg_seed"
      ]
    },
    {
      "page": "local_lecuyer_cmrg_state",
      "title": "Local/With L'Ecuyer-CMRG State",
      "topics": [
        "local_lecuyer_cmrg_state",
        "with_lecuyer_cmrg_state"
      ]
    },
    {
      "page": "ssd_data",
      "title": "Assemble and Validate Datasets for a Simulation Scenario",
      "topics": [
        "ssd_data"
      ]
    },
    {
      "page": "ssd_define_scenario",
      "title": "Define a Simulation Scenario",
      "topics": [
        "ssd_define_scenario"
      ]
    },
    {
      "page": "ssd_fit_dists_sims",
      "title": "Fit SSD Distributions to Simulated Data",
      "topics": [
        "ssd_fit_dists_sims"
      ]
    },
    {
      "page": "ssd_hc_sims",
      "title": "Estimate hazard concentrations for multiple simulations using bootstrapping",
      "topics": [
        "ssd_hc_sims"
      ]
    },
    {
      "page": "ssd_run_scenario",
      "title": "Run Scenario",
      "topics": [
        "ssd_run_scenario",
        "ssd_run_scenario.character",
        "ssd_run_scenario.data.frame",
        "ssd_run_scenario.fitdists",
        "ssd_run_scenario.function",
        "ssd_run_scenario.tmbfit"
      ]
    },
    {
      "page": "ssd_run_scenario_baseline",
      "title": "Run a Scenario with the Baseline Loop Runner",
      "topics": [
        "ssd_run_scenario_baseline"
      ]
    },
    {
      "page": "ssd_scenario_fit_tasks",
      "title": "Derive the fit Task Table from a Scenario",
      "topics": [
        "ssd_scenario_fit_tasks"
      ]
    },
    {
      "page": "ssd_scenario_hc_tasks",
      "title": "Derive the hc Task Table from a Scenario",
      "topics": [
        "ssd_scenario_hc_tasks"
      ]
    },
    {
      "page": "ssd_scenario_sample_tasks",
      "title": "Derive the sample Task Table from a Scenario",
      "topics": [
        "ssd_scenario_sample_tasks"
      ]
    },
    {
      "page": "ssd_scenario_tasks",
      "title": "Expand a Scenario into all Three Task Tables",
      "topics": [
        "ssd_scenario_tasks"
      ]
    },
    {
      "page": "ssd_sim_data",
      "title": "Generate Data for Simulations",
      "topics": [
        "ssd_sim_data",
        "ssd_sim_data.character",
        "ssd_sim_data.data.frame",
        "ssd_sim_data.fitdists",
        "ssd_sim_data.function",
        "ssd_sim_data.tmbfit"
      ]
    },
    {
      "page": "task_primer",
      "title": "Derive a Per-task Primer from its Parameters",
      "topics": [
        "task_primer"
      ]
    }
  ],
  "_readme": "https://github.com/poissonconsulting/ssdsims/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "BH",
    "bit",
    "bit64",
    "chk",
    "cli",
    "clipr",
    "codetools",
    "commonmark",
    "cpp11",
    "crayon",
    "curl",
    "digest",
    "dplyr",
    "dqrng",
    "farver",
    "furrr",
    "future",
    "generics",
    "ggplot2",
    "ggtext",
    "globals",
    "glue",
    "goftest",
    "gridtext",
    "gtable",
    "hms",
    "isoband",
    "jpeg",
    "labeling",
    "lattice",
    "lifecycle",
    "listenv",
    "litedown",
    "magrittr",
    "markdown",
    "Matrix",
    "parallelly",
    "pillar",
    "pkgconfig",
    "plyr",
    "png",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "Rdpack",
    "readr",
    "rlang",
    "S7",
    "scales",
    "sitmo",
    "ssddata",
    "ssdtools",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "TMB",
    "tzdb",
    "universals",
    "utf8",
    "vctrs",
    "viridisLite",
    "vroom",
    "withr",
    "xfun",
    "xml2"
  ],
  "_vignettes": [
    {
      "source": "defining-a-scenario.qmd",
      "filename": "defining-a-scenario.html",
      "title": "Defining a Scenario",
      "engine": "quarto::html",
      "headings": [],
      "created": "2026-06-02 21:39:04",
      "modified": "2026-06-04 05:53:01",
      "commits": 3
    }
  ],
  "_score": 4.732393759822968,
  "_indexed": true,
  "_nocasepkg": "ssdsims",
  "_universes": [
    "poissonconsulting",
    "joethorley"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9011",
      "date": "2026-06-04T11:08:51.000Z",
      "distro": "noble",
      "commit": "db1929fa0bedbef8273b438ba9fc0bfd96204240",
      "fileid": "11c37df758457eeb1dbc2fecb2af62f3c8b0dce30313f27671f626ac834245bd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26947676629"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.0.9011",
      "date": "2026-06-04T11:08:48.000Z",
      "distro": "noble",
      "commit": "db1929fa0bedbef8273b438ba9fc0bfd96204240",
      "fileid": "f4ca3b14ba3d1d38fc6979b624f013d009d216c47d7d25a8583ac48a62fdd549",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26947676629"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9011",
      "date": "2026-06-04T11:16:29.000Z",
      "commit": "db1929fa0bedbef8273b438ba9fc0bfd96204240",
      "fileid": "f643893d2d9891fc7a8de183815d02aaee9fb713fec08736d3918b30a636246d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26947676629"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.0.9011",
      "date": "2026-06-04T11:24:33.000Z",
      "commit": "db1929fa0bedbef8273b438ba9fc0bfd96204240",
      "fileid": "ed72cf98391ba4c0528f6bfc88d3a72ff24fdce046271505eb1dead07c5a7e2a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26947676629"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9011",
      "date": "2026-06-04T11:08:47.000Z",
      "commit": "db1929fa0bedbef8273b438ba9fc0bfd96204240",
      "fileid": "ac211320d68342db0774bbb2792f304fc7e796c020b656cdb55e64ab397b7217",
      "status": "success",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26947676629"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9011",
      "date": "2026-06-04T11:08:08.000Z",
      "commit": "db1929fa0bedbef8273b438ba9fc0bfd96204240",
      "fileid": "93d492ea32cdc7f2e7ca3a9944ae8eb14d59a0764db3c441821aa6dc48ba5a47",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26947676629"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9011",
      "date": "2026-06-04T11:08:33.000Z",
      "commit": "db1929fa0bedbef8273b438ba9fc0bfd96204240",
      "fileid": "7efd49c2f2c08cad9ed95faffecac250f06d00d579c49e8e950a3a918341df83",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26947676629"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.0.9011",
      "date": "2026-06-04T11:09:44.000Z",
      "commit": "db1929fa0bedbef8273b438ba9fc0bfd96204240",
      "fileid": "ff5dfdeeacafc0b51f1306f9c48314ffffedd35135ce911b0d477cefaef287cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/poissonconsulting/actions/runs/26947676629"
    }
  ]
}