{
  "_id": "6a12c566acfb0bcc41d1f870",
  "Package": "likelihood.contr",
  "Type": "Package",
  "Title": "Likelihood Contribution Models for Heterogeneous Observation\nTypes",
  "Version": "0.1.1",
  "Authors@R": "person(\"Alexander\", \"Towell\", , \"lex@metafunctor.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0001-6443-9897\"))",
  "Description": "Constructs likelihood models from heterogeneous\nobservation types by composing named contributions. Each\nobservation type (exact, left-censored, right-censored,\ninterval-censored, or custom) contributes independently to the\ntotal log-likelihood, which is summed under an i.i.d.\nassumption. Provides contr_name() for standard R distributions\nand contr_fn() for user-defined contributions, composed via\nlikelihood_contr() into objects compatible with the\nlikelihood.model inference framework.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/queelius/likelihood.contr",
  "BugReports": "https://github.com/queelius/likelihood.contr/issues",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "Repository": "https://queelius.r-universe.dev",
  "Date/Publication": "2026-03-29 17:31:41 UTC",
  "RemoteUrl": "https://github.com/queelius/likelihood.contr",
  "RemoteRef": "HEAD",
  "RemoteSha": "5b2b27817434a021107f40ddda965602886a549a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-24 09:28:49 UTC",
    "User": "root"
  },
  "Author": "Alexander Towell [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6443-9897>)",
  "Maintainer": "Alexander Towell <lex@metafunctor.com>",
  "MD5sum": "395fe0ef125910db7e3e34f4925487b7",
  "_user": "queelius",
  "_type": "src",
  "_file": "likelihood.contr_0.1.1.tar.gz",
  "_fileid": "0d4a8f579f8324a1cf04be149c945de5dd6affac49f97507cf153ab08f48d994",
  "_filesize": 132991,
  "_sha256": "0d4a8f579f8324a1cf04be149c945de5dd6affac49f97507cf153ab08f48d994",
  "_created": "2026-05-24T09:28:49.000Z",
  "_published": "2026-05-24T09:31:18.117Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77587078107,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184040529"
    },
    {
      "job": 77587078114,
      "time": 118,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184040847"
    },
    {
      "job": 77587078115,
      "time": 65,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184035240"
    },
    {
      "job": 77587078101,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184037971"
    },
    {
      "job": 77586916469,
      "time": 177,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184028476"
    },
    {
      "job": 77587078077,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184038912"
    },
    {
      "job": 77587078106,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7184039734"
    },
    {
      "job": 77587078099,
      "time": 87,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7184037603"
    },
    {
      "job": 77587078112,
      "time": 89,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7184037744"
    }
  ],
  "_buildurl": "https://github.com/r-universe/queelius/actions/runs/26357527949",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/queelius/likelihood.contr",
  "_commit": {
    "id": "5b2b27817434a021107f40ddda965602886a549a",
    "author": "Alex Towell <lex@metafunctor.com>",
    "committer": "Alex Towell <lex@metafunctor.com>",
    "message": "fix: address CRAN reviewer feedback, bump to 0.1.1\n\n- Remove single quotes around function names in DESCRIPTION\n- Add \\arguments and \\value to re-exported generics page (loglik.Rd)\n- Enrich \\value descriptions on all exported Rd files\n- Add cran-comments.md documenting reviewer response\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n",
    "time": 1774805501
  },
  "_maintainer": {
    "name": "Alexander Towell",
    "email": "lex@metafunctor.com",
    "login": "queelius",
    "orcid": "0000-0001-6443-9897",
    "twitter": "@queelius",
    "description": "Alexander Towell (Alex Towell). Reliability theory, encrypted search, algebraic structures. Building personal data tools.",
    "uuid": 1896674
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "likelihood.model",
      "role": "Imports"
    },
    {
      "package": "numDeriv",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "queelius",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-12",
      "n": 3
    },
    {
      "week": "2026-13",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "queelius",
      "count": 5,
      "uuid": 1896674
    }
  ],
  "_userbio": {
    "uuid": 1896674,
    "type": "user",
    "name": "Alex Towell",
    "description": "Alexander Towell (Alex Towell). Reliability theory, encrypted search, algebraic structures. Building personal data tools."
  },
  "_downloads": {
    "count": 470,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/likelihood.contr"
  },
  "_mentions": 7,
  "_devurl": "https://github.com/queelius/likelihood.contr",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/likelihood.contr.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/queelius/likelihood.contr",
  "_realowner": "queelius",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2026-04-01"
    }
  ],
  "_exports": [
    "assumptions",
    "contr_fn",
    "contr_name",
    "hess_loglik",
    "likelihood_contr",
    "loglik",
    "rdata",
    "score"
  ],
  "_help": [
    {
      "page": "assumptions.likelihood_contr",
      "title": "Assumptions for likelihood_contr",
      "topics": [
        "assumptions.likelihood_contr"
      ]
    },
    {
      "page": "contr_fn",
      "title": "Create a likelihood contribution from user-supplied functions",
      "topics": [
        "contr_fn"
      ]
    },
    {
      "page": "contr_name",
      "title": "Create a likelihood contribution from a named R distribution",
      "topics": [
        "contr_name"
      ]
    },
    {
      "page": "hess_loglik.likelihood_contr",
      "title": "Hessian of the log-likelihood for likelihood_contr",
      "topics": [
        "hess_loglik.likelihood_contr"
      ]
    },
    {
      "page": "likelihood_contr",
      "title": "Compose a likelihood model from heterogeneous observation contributions",
      "topics": [
        "likelihood_contr"
      ]
    },
    {
      "page": "loglik",
      "title": "Re-exported generics from likelihood.model",
      "topics": [
        "assumptions",
        "hess_loglik",
        "loglik",
        "rdata",
        "score"
      ]
    },
    {
      "page": "loglik.likelihood_contr",
      "title": "Log-likelihood for likelihood_contr",
      "topics": [
        "loglik.likelihood_contr"
      ]
    },
    {
      "page": "print.likelihood_contr",
      "title": "Print method for likelihood_contr",
      "topics": [
        "print.likelihood_contr"
      ]
    },
    {
      "page": "rdata.likelihood_contr",
      "title": "Random data generation for likelihood_contr",
      "topics": [
        "rdata.likelihood_contr"
      ]
    },
    {
      "page": "score.likelihood_contr",
      "title": "Score for likelihood_contr",
      "topics": [
        "score.likelihood_contr"
      ]
    }
  ],
  "_readme": "https://github.com/queelius/likelihood.contr/raw/HEAD/README.md",
  "_rundeps": [
    "algebraic.dist",
    "algebraic.mle",
    "boot",
    "generics",
    "likelihood.model",
    "MASS",
    "mvtnorm",
    "numDeriv",
    "R6"
  ],
  "_vignettes": [
    {
      "source": "custom-contributions.Rmd",
      "filename": "custom-contributions.html",
      "title": "Custom Contributions and Model Comparison",
      "engine": "knitr::rmarkdown",
      "headings": [
        "When contr_name() Is Not Enough",
        "Analytical Derivatives",
        "Model Comparison with LRT",
        "Fisher Information via Monte Carlo"
      ],
      "created": "2026-03-23 12:28:16",
      "modified": "2026-03-23 12:28:16",
      "commits": 1
    },
    {
      "source": "likelihood-contr-introduction.Rmd",
      "filename": "likelihood-contr-introduction.html",
      "title": "Introduction to likelihood.contr",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The Problem",
        "Declaring Contributions",
        "Composing a Model",
        "Simulating Censored Data",
        "Fitting the Model",
        "Evaluating the Log-Likelihood Directly",
        "Function-Based Dispatch",
        "Next Steps"
      ],
      "created": "2026-03-23 12:28:16",
      "modified": "2026-03-23 12:28:16",
      "commits": 1
    },
    {
      "source": "masked-series-system.Rmd",
      "filename": "masked-series-system.html",
      "title": "Masked Series Systems",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Competing Risks with Masked Failure Causes",
        "Building the Model",
        "Simulating Masked Data",
        "Fitting",
        "Why This Works"
      ],
      "created": "2026-03-23 12:28:16",
      "modified": "2026-03-23 12:28:16",
      "commits": 1
    }
  ],
  "_score": 5.3222192947339195,
  "_indexed": true,
  "_nocasepkg": "likelihood.contr",
  "_universes": [
    "queelius"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-24T09:30:47.000Z",
      "distro": "noble",
      "commit": "5b2b27817434a021107f40ddda965602886a549a",
      "fileid": "8e34b4c8980a05656e6a4fe2be33a1aa0c607eaa3e2e1b1fd8e2b9798a023644",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/queelius/actions/runs/26357527949"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-24T09:30:50.000Z",
      "distro": "noble",
      "commit": "5b2b27817434a021107f40ddda965602886a549a",
      "fileid": "80c228bf390caff6a85cd38289e8dcf28e2d364a6367b4d872dbe6cf3fa3d6d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/queelius/actions/runs/26357527949"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-24T09:30:04.000Z",
      "commit": "5b2b27817434a021107f40ddda965602886a549a",
      "fileid": "847023971e395724e34536789a61f7dc66121ec048281ccc24105991e31960f1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/queelius/actions/runs/26357527949"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-24T09:30:24.000Z",
      "commit": "5b2b27817434a021107f40ddda965602886a549a",
      "fileid": "12b3acc4637ad5917acf5ac854eb26cbbb395ccf807583e093c7a6f0d1954efb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/queelius/actions/runs/26357527949"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-24T09:30:47.000Z",
      "commit": "5b2b27817434a021107f40ddda965602886a549a",
      "fileid": "56472eade442c2ee2eb5e4fad49e40572bd2de833a65c58e4f3842c9d8c642b5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/queelius/actions/runs/26357527949"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-24T09:30:35.000Z",
      "commit": "5b2b27817434a021107f40ddda965602886a549a",
      "fileid": "3a1bdbf31a689de36001bd75f9aa037d9fa947865f6ac430eb084a9f0702084e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/queelius/actions/runs/26357527949"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-24T09:30:15.000Z",
      "commit": "5b2b27817434a021107f40ddda965602886a549a",
      "fileid": "914f2bdc094c4d6fc67b5985b45a3e8e32f405a1c3aaf85e92766aedccbb7674",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/queelius/actions/runs/26357527949"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-24T09:30:15.000Z",
      "commit": "5b2b27817434a021107f40ddda965602886a549a",
      "fileid": "e143b74234e2a424ccad4077824e6dcb6357020952139679d0824a960a3bac9a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/queelius/actions/runs/26357527949"
    }
  ]
}