{
  "_id": "6a57be31ff0138dec5d71be3",
  "Package": "shrinkem",
  "Type": "Package",
  "Title": "Approximate Bayesian Regularization for Parsimonious Estimates",
  "Date": "2026-07-15",
  "Version": "0.4.0",
  "Authors@R": "c(person(given = c(\"Joris\"),\nfamily = \"Mulder\",\nrole = c(\"aut\", \"cre\"),\nemail = \"j.mulder3@tilburguniversity.edu\"),\nperson(given = \"Diana\",\nfamily = \"Karimova\",\nrole = c(\"aut\", \"ctb\"),\nemail = \"dbkarimova@gmail.com\"),\nperson(given = \"Sara\",\nfamily = \"van Erp\",\nrole = c(\"ctb\"),\nemail = \"s.j.vanerp@uu.nl\"),\nperson(given = \"Roger\",\nfamily = \"Leenders\",\nrole = c(\"ctb\"),\nemail = \"r.t.a.j.leenders@tilburguniversity.edu\")\n)",
  "Author": "Joris Mulder [aut, cre], Diana Karimova [aut, ctb], Sara van\nErp [ctb], Roger Leenders [ctb]",
  "Maintainer": "Joris Mulder <j.mulder3@tilburguniversity.edu>",
  "Description": "Approximate Bayesian regularization using Gaussian\napproximations. The input is a vector of estimates and a\nGaussian error covariance matrix of the key parameters.\nBayesian shrinkage is then applied to obtain parsimonious\nsolutions. The method is described on Karimova, van Erp,\nLeenders, and Mulder (2025) <DOI:10.1016/j.jmp.2025.102925>.\nGibbs samplers are used for model fitting. The shrinkage priors\nthat are supported are Gaussian (ridge) priors, Laplace (lasso)\npriors (Park and Casella, 2008\n<DOI:10.1198/016214508000000337>), and horseshoe priors\n(Carvalho, et al., 2010; <DOI:10.1093/biomet/asq017>). These\npriors include an option for grouped regularization of\ndifferent subsets of parameters (Meier et al., 2008;\n<DOI:10.1111/j.1467-9868.2007.00627.x>). F priors are used for\nthe penalty parameters lambda^2 (Mulder and Pericchi, 2018\n<DOI:10.1214/17-BA1092>). This correspond to half-Cauchy priors\non lambda (Carvalho, Polson, Scott, 2010\n<DOI:10.1093/biomet/asq017>).",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-15 17:03:32 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-07-15 13:50:02 UTC",
  "RemoteUrl": "https://github.com/cran/shrinkem",
  "RemoteRef": "HEAD",
  "RemoteSha": "98254b355ccb175c82b9636f7ab3870c5cce001d",
  "_user": "cran",
  "_type": "src",
  "_file": "shrinkem_0.4.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/a403be108a9f61114959169eb07460cd3a90921547de5524e3cfbe04728abfdf",
  "_filesize": 122014,
  "_sha256": "a403be108a9f61114959169eb07460cd3a90921547de5524e3cfbe04728abfdf",
  "_expires": "2026-10-23T17:06:55.000Z",
  "_created": "2026-07-15T17:03:32.000Z",
  "_published": "2026-07-15T17:06:57.074Z",
  "_jobs": [
    {
      "job": 87419252960,
      "time": 126,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8351042485"
    },
    {
      "job": 87419252908,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8351037391"
    },
    {
      "job": 87419252945,
      "time": 152,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8351055689"
    },
    {
      "job": 87419252912,
      "time": 113,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8351035699"
    },
    {
      "job": 87418464248,
      "time": 200,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8350980843"
    },
    {
      "job": 87419252919,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8351033178"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/29434704274",
  "_status": "success",
  "_upstream": "https://github.com/cran/shrinkem",
  "_commit": {
    "id": "98254b355ccb175c82b9636f7ab3870c5cce001d",
    "author": "Joris Mulder <j.mulder3@tilburguniversity.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.4.0\n",
    "time": 1784123402
  },
  "_maintainer": {
    "name": "Joris Mulder",
    "email": "j.mulder3@tilburguniversity.edu"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "extraDistr",
      "role": "Imports"
    },
    {
      "package": "CholWishart",
      "role": "Imports"
    },
    {
      "package": "matrixcalc",
      "role": "Imports"
    },
    {
      "package": "logspline",
      "role": "Imports"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-24",
      "n": 1
    },
    {
      "week": "2026-29",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.3.0",
      "date": "2026-06-10"
    },
    {
      "name": "0.4.0",
      "date": "2026-07-15"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 620,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 270,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/shrinkem"
  },
  "_searchresults": 10,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/shrinkem.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2024-10-05"
    },
    {
      "version": "0.3.0",
      "date": "2026-06-10"
    },
    {
      "version": "0.4.0",
      "date": "2026-07-15"
    }
  ],
  "_exports": [
    "dF",
    "dmvF",
    "rF",
    "rmvF",
    "shrinkem"
  ],
  "_help": [
    {
      "page": "F",
      "title": "The (scaled) F Distribution",
      "topics": [
        "dF",
        "F",
        "rF"
      ]
    },
    {
      "page": "mvF",
      "title": "The matrix F Distribution",
      "topics": [
        "dmvF",
        "mvF",
        "rmvF"
      ]
    },
    {
      "page": "shrinkem",
      "title": "Fast Bayesian regularization using Gaussian approximations",
      "topics": [
        "shrinkem"
      ]
    }
  ],
  "_readme": "https://github.com/cran/shrinkem/raw/HEAD/README.md",
  "_rundeps": [
    "CholWishart",
    "extraDistr",
    "logspline",
    "matrixcalc",
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "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.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "shrinkem",
  "_universes": [
    "cran"
  ],
  "_previous": "0.3.0",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-07-15T17:05:51.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "98254b355ccb175c82b9636f7ab3870c5cce001d",
      "fileid": "https://r2.ropensci.org/f4173f98e9b0824db35fe010a197526fb6894e77c9398633214028c782bf7765",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29434704274"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-07-15T17:05:36.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "98254b355ccb175c82b9636f7ab3870c5cce001d",
      "fileid": "https://r2.ropensci.org/192d0797195e61d78dcb5d5e2a6ff7fc36bf3d23da84696e7d5c4caa5a3600e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29434704274"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-07-15T17:06:15.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "98254b355ccb175c82b9636f7ab3870c5cce001d",
      "fileid": "https://r2.ropensci.org/2601f1d0a356c38ad08852b8e7f625d13fa7ec3189d3c16539a606ada4168c1a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29434704274"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-07-15T17:05:32.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "98254b355ccb175c82b9636f7ab3870c5cce001d",
      "fileid": "https://r2.ropensci.org/e4432b1d9bdd29cbfe211bd15d5c9a7c03040197bc0e448f41eb037fa35bc88a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29434704274"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-07-15T17:05:39.000Z",
      "arch": "emscripten",
      "commit": "98254b355ccb175c82b9636f7ab3870c5cce001d",
      "fileid": "https://r2.ropensci.org/78ae6865725f42a0910ec08351fa18d162d3ad670e9bfe7201ac716fcadbc224",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29434704274"
    }
  ]
}