{
  "_id": "6a157617acfb0bcc41d660ea",
  "Package": "bartCause",
  "Version": "1.0-10",
  "Date": "2025-07-29",
  "Title": "Causal Inference using Bayesian Additive Regression Trees",
  "Authors@R": "c(\nperson(\"Vincent\", \"Dorie\", role = c(\"aut\", \"cre\"), email = \"vdorie@gmail.com\",      comment = c(ORCID = \"0000-0002-9576-3064\")),\nperson(\"Jennifer\", \"Hill\", role = \"aut\",           email = \"jennifer.hill@nyu.edu\", comment = c(ORCID = \"0000-0003-4983-2206\")))",
  "Description": "Contains a variety of methods to generate typical causal\ninference estimates using Bayesian Additive Regression Trees\n(BART) as the underlying regression model (Hill (2012)\n<doi:10.1198/jcgs.2010.08162>).",
  "License": "GPL (>= 2)",
  "NeedsCompilation": "no",
  "URL": "https://github.com/vdorie/bartCause",
  "BugReports": "https://github.com/vdorie/bartCause/issues",
  "Repository": "https://vdorie.r-universe.dev",
  "Date/Publication": "2025-07-30 00:30:19 UTC",
  "RemoteUrl": "https://github.com/vdorie/bartcause",
  "RemoteRef": "HEAD",
  "RemoteSha": "63b53b2a0db199027193aacc4e2570c04d8cda36",
  "Packaged": {
    "Date": "2026-05-26 10:24:43 UTC",
    "User": "root"
  },
  "Author": "Vincent Dorie [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-9576-3064>),\nJennifer Hill [aut] (ORCID: <https://orcid.org/0000-0003-4983-2206>)",
  "Maintainer": "Vincent Dorie <vdorie@gmail.com>",
  "MD5sum": "4ceacbe7ababa7d0060d22f2df7df409",
  "_user": "vdorie",
  "_type": "src",
  "_file": "bartCause_1.0-10.tar.gz",
  "_fileid": "74d57f7d8999b7f0a803a1acf8864eca634dda86d39e31d966230225e7c50950",
  "_filesize": 259793,
  "_sha256": "74d57f7d8999b7f0a803a1acf8864eca634dda86d39e31d966230225e7c50950",
  "_created": "2026-05-26T10:24:43.000Z",
  "_published": "2026-05-26T10:29:43.612Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77854898634,
      "time": 182,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7214700190"
    },
    {
      "job": 77854898712,
      "time": 181,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214699476"
    },
    {
      "job": 77854898621,
      "time": 263,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7214713269"
    },
    {
      "job": 77854898670,
      "time": 161,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214687234"
    },
    {
      "job": 77854508173,
      "time": 147,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214641008"
    },
    {
      "job": 77854898896,
      "time": 114,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214678876"
    },
    {
      "job": 77854898651,
      "time": 174,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7214697658"
    },
    {
      "job": 77854898860,
      "time": 162,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7214693647"
    },
    {
      "job": 77854898752,
      "time": 160,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214693321"
    }
  ],
  "_buildurl": "https://github.com/r-universe/vdorie/actions/runs/26446606139",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/vdorie/bartcause",
  "_commit": {
    "id": "63b53b2a0db199027193aacc4e2570c04d8cda36",
    "author": "Vincent Dorie <vdorie@gmail.com>",
    "committer": "Vincent Dorie <vdorie@gmail.com>",
    "message": "fix incorrect argument\n",
    "time": 1753835419
  },
  "_maintainer": {
    "name": "Vincent Dorie",
    "email": "vdorie@gmail.com",
    "login": "vdorie",
    "description": "Principal Data Scientist",
    "uuid": 645104,
    "orcid": "0000-0002-9576-3064"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1-0",
      "role": "Depends"
    },
    {
      "package": "dbarts",
      "version": ">= 0.9-16",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 0.9-0",
      "role": "Suggests"
    },
    {
      "package": "lme4",
      "role": "Suggests"
    },
    {
      "package": "rpart",
      "role": "Suggests"
    },
    {
      "package": "tmle",
      "role": "Suggests"
    },
    {
      "package": "stan4bart",
      "role": "Suggests"
    }
  ],
  "_owner": "vdorie",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2025-31",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 86,
  "_contributors": [
    {
      "user": "vdorie",
      "count": 114,
      "uuid": 645104
    },
    {
      "user": "bonstats",
      "count": 1,
      "uuid": 22385485
    }
  ],
  "_userbio": {
    "uuid": 645104,
    "type": "user",
    "name": "Vincent Dorie",
    "description": "Principal Data Scientist"
  },
  "_downloads": {
    "count": 593,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/bartCause"
  },
  "_devurl": "https://github.com/vdorie/bartcause",
  "_searchresults": 101,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/bartCause.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/vdorie/bartcause",
  "_realowner": "vdorie",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0-2",
      "date": "2020-04-02"
    },
    {
      "version": "1.0-3",
      "date": "2020-06-15"
    },
    {
      "version": "1.0-4",
      "date": "2020-08-10"
    },
    {
      "version": "1.0-6",
      "date": "2023-01-23"
    },
    {
      "version": "1.0-8",
      "date": "2024-05-02"
    },
    {
      "version": "1.0-9",
      "date": "2024-09-16"
    },
    {
      "version": "1.0-10",
      "date": "2025-12-11"
    }
  ],
  "_exports": [
    "bartc",
    "extract",
    "plot_est",
    "plot_indiv",
    "plot_sigma",
    "plot_support",
    "refit"
  ],
  "_help": [
    {
      "page": "bartc",
      "title": "Causal Inference using Bayesian Additive Regression Trees",
      "topics": [
        "bartc"
      ]
    },
    {
      "page": "generics",
      "title": "Generic Methods for 'bartcFit' Objects",
      "topics": [
        "bartc-generics",
        "extract",
        "extract.bartcFit",
        "fitted.bartcFit",
        "predict.bartcFit",
        "refit",
        "refit.bartcFit"
      ]
    },
    {
      "page": "plot",
      "title": "Plot methods for 'bartc'",
      "topics": [
        "bartc-plot",
        "plot_est",
        "plot_indiv",
        "plot_sigma",
        "plot_support"
      ]
    },
    {
      "page": "summary",
      "title": "Summary for 'bartcFit' Objects",
      "topics": [
        "summary.bartcFit"
      ]
    }
  ],
  "_readme": "https://github.com/vdorie/bartcause/raw/HEAD/README.md",
  "_rundeps": [
    "dbarts"
  ],
  "_score": 6.592032338801554,
  "_indexed": true,
  "_nocasepkg": "bartcause",
  "_universes": [
    "vdorie"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0-10",
      "date": "2026-05-26T10:27:03.000Z",
      "distro": "noble",
      "commit": "63b53b2a0db199027193aacc4e2570c04d8cda36",
      "fileid": "3df9f27d76f543d5e58a60b401e51d085ccf23efd2d425d3ab8ca66c3cffdbf6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vdorie/actions/runs/26446606139"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0-10",
      "date": "2026-05-26T10:27:01.000Z",
      "distro": "noble",
      "commit": "63b53b2a0db199027193aacc4e2570c04d8cda36",
      "fileid": "117a2f017405aab0ab768fe268350eac5e451fb6e5f59844a090b764fdca0998",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vdorie/actions/runs/26446606139"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0-10",
      "date": "2026-05-26T10:27:47.000Z",
      "commit": "63b53b2a0db199027193aacc4e2570c04d8cda36",
      "fileid": "347b04345ab9013094753a2cdbb003387e883c880e892fe5e96e88d4a6978732",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vdorie/actions/runs/26446606139"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0-10",
      "date": "2026-05-26T10:26:30.000Z",
      "commit": "63b53b2a0db199027193aacc4e2570c04d8cda36",
      "fileid": "62d21259bef00d8b050d34b8e91ed5404bc82a7206a98bf2e8c96f5da4af96df",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vdorie/actions/runs/26446606139"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0-10",
      "date": "2026-05-26T10:26:56.000Z",
      "commit": "63b53b2a0db199027193aacc4e2570c04d8cda36",
      "fileid": "52446043ccee6d7e22d64a3e2f40d36c0096e34d32975ec1323af6ac9bc6ffdf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/vdorie/actions/runs/26446606139"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0-10",
      "date": "2026-05-26T10:26:32.000Z",
      "commit": "63b53b2a0db199027193aacc4e2570c04d8cda36",
      "fileid": "3b003a8c9643994f5a02649d9b3c6b3870cf33ab2d53584671382da7a7f85b95",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vdorie/actions/runs/26446606139"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0-10",
      "date": "2026-05-26T10:26:18.000Z",
      "commit": "63b53b2a0db199027193aacc4e2570c04d8cda36",
      "fileid": "751a41bf8ae66542f66279c7fd7596595608cdc14392e38e9229e1c92c0b752c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vdorie/actions/runs/26446606139"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0-10",
      "date": "2026-05-26T10:26:28.000Z",
      "commit": "63b53b2a0db199027193aacc4e2570c04d8cda36",
      "fileid": "b92bd44ed7f99f21cbb1e44bbe7d3f88383be6d302754fd2d6124aaa064cb703",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vdorie/actions/runs/26446606139"
    }
  ]
}