{
  "_id": "6a17fbd0acfb0bcc41daa294",
  "Package": "ridgeBART",
  "Type": "Package",
  "Title": "Bayesian Additive Regression Trees with Ridge Function Outputs",
  "Version": "1.0.2",
  "Date": "2026-05-19",
  "Authors@R": "c(\nperson(given = \"Ryan\", family = \"Yee\", role = c(\"aut\"), email = \"ryee2@wisc.edu\", comment = c(ORCID = \"0009-0005-5691-4009\")),\nperson(given = \"Sameer K.\", family = \"Deshpande\", role = c(\"aut\", \"cre\"), email = \"sameer.deshpande@wisc.edu\", comment = c(ORCID = \"0000-0003-4116-5533\")))",
  "Description": "Implements an extension of Bayesian Additive Regression\nTrees (BART) in which each regression tree outputs a linear\ncombination of random ridge functions (i.e., a composition of a\nnon-linear function like cosine, hyperbolic tangent, the\nrectified linear unit with an affine transformation) instead of\na constant. Can be used to perform \"targeted smoothing\" in\nwhich trees split on certain covariates but output smooth\nfunctions in other covariates. For more information, see Yee,\nGhosh, and Deshpande (2026+) <doi:10.48550/arXiv.2411.07984>.",
  "URL": "https://github.com/ryanyee3/ridgeBART",
  "License": "GPL (>= 3)",
  "Repository": "https://ryanyee3.r-universe.dev",
  "Date/Publication": "2026-05-19 13:54:34 UTC",
  "RemoteUrl": "https://github.com/ryanyee3/ridgebart",
  "RemoteRef": "HEAD",
  "RemoteSha": "4eaa550623868d00a1980e70881aacc17c76634a",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-28 08:15:05 UTC",
    "User": "root"
  },
  "Author": "Ryan Yee [aut] (ORCID: <https://orcid.org/0009-0005-5691-4009>),\nSameer K. Deshpande [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-4116-5533>)",
  "Maintainer": "Sameer K. Deshpande <sameer.deshpande@wisc.edu>",
  "MD5sum": "674582e3f79058feeebef9555af7da96",
  "_user": "ryanyee3",
  "_type": "src",
  "_file": "ridgeBART_1.0.2.tar.gz",
  "_fileid": "17bda0a9820c2e0953de39f099ef5b59233048b9dcd01ffccc0dcf1713c866ba",
  "_filesize": 183168,
  "_sha256": "17bda0a9820c2e0953de39f099ef5b59233048b9dcd01ffccc0dcf1713c866ba",
  "_created": "2026-05-28T08:15:05.000Z",
  "_published": "2026-05-28T08:24:48.586Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78251080356,
      "time": 243,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7261051868"
    },
    {
      "job": 78251080323,
      "time": 204,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7261038321"
    },
    {
      "job": 78251080286,
      "time": 218,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7261043308"
    },
    {
      "job": 78251080274,
      "time": 208,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7261039892"
    },
    {
      "job": 78251080389,
      "time": 186,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7261023200"
    },
    {
      "job": 78251080293,
      "time": 347,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7261080680"
    },
    {
      "job": 78251080298,
      "time": 215,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7261034284"
    },
    {
      "job": 78251080324,
      "time": 448,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7261110286"
    },
    {
      "job": 78250430839,
      "time": 247,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260971537"
    },
    {
      "job": 78251080259,
      "time": 189,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7261033848"
    },
    {
      "job": 78251080280,
      "time": 246,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7261052961"
    },
    {
      "job": 78251080390,
      "time": 208,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7261039657"
    },
    {
      "job": 78251080262,
      "time": 224,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7261045721"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ryanyee3/ridgebart",
  "_commit": {
    "id": "4eaa550623868d00a1980e70881aacc17c76634a",
    "author": "Sameer Deshpande <sameerd@alum.mit.edu>",
    "committer": "Sameer Deshpande <sameerd@alum.mit.edu>",
    "message": "Update example to avoid setting par()\n",
    "time": 1779198874
  },
  "_maintainer": {
    "name": "Sameer K. Deshpande",
    "email": "sameer.deshpande@wisc.edu",
    "orcid": "0000-0003-4116-5533"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    }
  ],
  "_owner": "ryanyee3",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-20",
      "n": 11
    },
    {
      "week": "2026-21",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "skdeshpande91",
      "count": 12,
      "uuid": 14074949
    },
    {
      "user": "ryanyee3",
      "count": 12,
      "uuid": 112736869
    }
  ],
  "_userbio": {
    "uuid": 112736869,
    "type": "user",
    "name": "Ryan Yee",
    "description": "Ph.D. Candidate at University of Wisconsin--Madison"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ridgeBART"
  },
  "_devurl": "https://github.com/ryanyee3/ridgebart",
  "_searchresults": 0,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/ridgeBART.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ryanyee3/ridgebart",
  "_realowner": "ryanyee3",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.2",
      "date": "2026-05-27"
    }
  ],
  "_exports": [
    "predict_ridgeBART",
    "probit_ridgeBART",
    "ridgeBART"
  ],
  "_help": [
    {
      "page": "predict_ridgeBART",
      "title": "Predicting new observations with previously fit ridgeBART models.",
      "topics": [
        "predict_ridgeBART"
      ]
    },
    {
      "page": "probit_ridgeBART",
      "title": "Probit ridgeBART for binary outcomes.",
      "topics": [
        "probit_ridgeBART"
      ]
    },
    {
      "page": "ridgeBART",
      "title": "BART with ridge function outputs.",
      "topics": [
        "ridgeBART"
      ]
    }
  ],
  "_readme": "https://github.com/ryanyee3/ridgebart/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 3.6020599913279625,
  "_indexed": true,
  "_nocasepkg": "ridgebart",
  "_universes": [
    "ryanyee3"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-28T08:19:06.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "4eaa550623868d00a1980e70881aacc17c76634a",
      "fileid": "ba2dfeb277035b65728a1bf13559fbab13664d3b389b5dcca3f8819dfb21757e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-28T08:18:37.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "4eaa550623868d00a1980e70881aacc17c76634a",
      "fileid": "c5303535f5b3689c0e5fd3570b194281d7e96fc74d725ff41db8edb80e6d4503",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-28T08:18:43.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "4eaa550623868d00a1980e70881aacc17c76634a",
      "fileid": "6ddafa0f1f4ebea04cdc131545b6cd90939304da02c390712ce7cd257412988a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-28T08:18:38.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "4eaa550623868d00a1980e70881aacc17c76634a",
      "fileid": "1c77f4242df1794413499edb75bd56728d6466a3e9cb8cbe77f8a2477bad9320",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-05-28T08:18:42.000Z",
      "arch": "aarch64",
      "commit": "4eaa550623868d00a1980e70881aacc17c76634a",
      "fileid": "149c9dc98514d6455217ec523376e4f8cad73bb6e388f8631f54d667549396ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-05-28T08:20:21.000Z",
      "arch": "x86_64",
      "commit": "4eaa550623868d00a1980e70881aacc17c76634a",
      "fileid": "9179d5189500df71d63dd7ede59d1fdf558aebe41bad39e7f3320620688cde46",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-05-28T08:18:35.000Z",
      "arch": "aarch64",
      "commit": "4eaa550623868d00a1980e70881aacc17c76634a",
      "fileid": "9eef5baa81cf30d8a4580e8f364db69d7c2e121d578fbaf44957b9e381bd054a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-05-28T08:20:52.000Z",
      "arch": "x86_64",
      "commit": "4eaa550623868d00a1980e70881aacc17c76634a",
      "fileid": "3f75eb738a09087ab44d7d6d58e36e6c3866dd9f39340e3b0ac262a25ed5a520",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2",
      "date": "2026-05-28T08:18:37.000Z",
      "arch": "emscripten",
      "commit": "4eaa550623868d00a1980e70881aacc17c76634a",
      "fileid": "dd5a623ca723d9b3aa965d0fe4e08ec35ba1d891020421ba627d63f8779fff35",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-05-28T08:17:57.000Z",
      "arch": "x86_64",
      "commit": "4eaa550623868d00a1980e70881aacc17c76634a",
      "fileid": "f9489245af6b83590ebd57ab4dcc029de7b49b80dcb8117a5c6e82a91f677a62",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-05-28T08:17:54.000Z",
      "arch": "x86_64",
      "commit": "4eaa550623868d00a1980e70881aacc17c76634a",
      "fileid": "f09c149137c72eeedd9d9332ef9d28141cb685ca91dc23c27c70c33b55ddb0b4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-05-28T08:17:45.000Z",
      "arch": "x86_64",
      "commit": "4eaa550623868d00a1980e70881aacc17c76634a",
      "fileid": "aacbd98e45e1dade351e61047c16da93a3aa683522dbcbd050064e481fd9f3a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ryanyee3/actions/runs/26562993695"
    }
  ]
}