{
  "_id": "6a1eed3db401979e73412769",
  "Package": "bridgr",
  "Type": "Package",
  "Title": "Bridging Data Frequencies for Timely Economic Forecasts",
  "Version": "0.1.2",
  "Authors@R": "c(\nperson(\"Marc\", \"Burri\", ,\"marc.burri91@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0001-8974-9090\"))\n)",
  "Maintainer": "Marc Burri <marc.burri91@gmail.com>",
  "Description": "Implements bridge models for nowcasting and forecasting\nmacroeconomic variables by linking high-frequency indicator\nvariables (e.g., monthly data) to low-frequency target\nvariables (e.g., quarterly GDP). Simplifies forecasting and\naggregating indicator variables to match the target frequency,\nenabling timely predictions ahead of official data releases.\nFor more on bridge models, see Baffigi, A., Golinelli, R., &\nParigi, G. (2004) <doi:10.1016/S0169-2070(03)00067-0>, Burri\n(2023) <https://www5.unine.ch/RePEc/ftp/irn/pdfs/WP23-02.pdf>\nor Schumacher (2016) <doi:10.1016/j.ijforecast.2015.07.004>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "LazyData": "true",
  "Config/testthat/edition": "3",
  "Collate": "'bridge.R' 'bridgr-package.R' 'data-indicators.R' 'forecast.R'\n'summary.R' 'utils.R'",
  "URL": "https://github.com/marcburri/bridgr,\nhttps://marcburri.github.io/bridgr/",
  "BugReports": "https://github.com/marcburri/bridgr/issues",
  "VignetteBuilder": "knitr",
  "Repository": "https://marcburri.r-universe.dev",
  "Date/Publication": "2026-02-18 18:31:47 UTC",
  "RemoteUrl": "https://github.com/marcburri/bridgr",
  "RemoteRef": "v0.1.2",
  "RemoteSha": "e657d25686b81cdb74211328ea17d1bc1bf523c6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 09:12:52 UTC",
    "User": "root"
  },
  "Author": "Marc Burri [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0001-8974-9090>)",
  "MD5sum": "047b10844157192bef418cb72315b961",
  "_user": "marcburri",
  "_type": "src",
  "_file": "bridgr_0.1.2.tar.gz",
  "_fileid": "76197cb335ced044128cc848303eaeb7580dab40e0fef0dab3dd8b987857bfbd",
  "_filesize": 516757,
  "_sha256": "76197cb335ced044128cc848303eaeb7580dab40e0fef0dab3dd8b987857bfbd",
  "_created": "2026-05-19T09:12:52.000Z",
  "_published": "2026-06-02T14:48:29.949Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79099097356,
      "time": 181,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079471053"
    },
    {
      "job": 79099097549,
      "time": 150,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079460909"
    },
    {
      "job": 79099097776,
      "time": 228,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079473634"
    },
    {
      "job": 79099097357,
      "time": 211,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079467045"
    },
    {
      "job": 79099096341,
      "time": 188,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079406609"
    },
    {
      "job": 79099096542,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361147631"
    },
    {
      "job": 79099097385,
      "time": 172,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079468038"
    },
    {
      "job": 79099097865,
      "time": 111,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079447110"
    },
    {
      "job": 79099097856,
      "time": 118,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079452307"
    }
  ],
  "_buildurl": "https://github.com/r-universe/marcburri/actions/runs/26087614570",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/marcburri/bridgr",
  "_commit": {
    "id": "e657d25686b81cdb74211328ea17d1bc1bf523c6",
    "author": "Marc Burri <marc.burri91@gmail.com>",
    "committer": "Marc Burri <marc.burri91@gmail.com>",
    "message": "update readme\n",
    "time": 1771439507
  },
  "_maintainer": {
    "name": "Marc Burri",
    "email": "marc.burri91@gmail.com",
    "login": "marcburri",
    "description": "Economics PhD @bkw-netintel",
    "uuid": 49943705,
    "orcid": "0000-0001-8974-9090"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "generics",
      "role": "Imports"
    },
    {
      "package": "tsbox",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "forecast",
      "role": "Imports"
    },
    {
      "package": "xts",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "marcburri",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-08",
      "n": 4
    }
  ],
  "_tags": [
    {
      "name": "v0.1.2",
      "date": "2026-02-18"
    }
  ],
  "_topics": [
    "bridge-regression",
    "forecasting",
    "midas-regression",
    "mixed-frequency-data",
    "nowcasting",
    "time-series",
    "time-series-models"
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "marcburri",
      "count": 157,
      "uuid": 49943705
    }
  ],
  "_userbio": {
    "uuid": 49943705,
    "type": "user",
    "name": "Marc Burri",
    "description": "Economics PhD @bkw-netintel"
  },
  "_downloads": {
    "count": 226,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/bridgr"
  },
  "_devurl": "https://github.com/marcburri/bridgr",
  "_pkgdown": "https://marcburri.github.io/bridgr/",
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/bridgr.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/marcburri/bridgr",
  "_realowner": "marcburri",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2024-12-13"
    },
    {
      "version": "0.1.2",
      "date": "2026-02-18"
    }
  ],
  "_exports": [
    "bridge",
    "forecast"
  ],
  "_datasets": [
    {
      "name": "baro",
      "title": "Swiss Economic Indicators",
      "object": "baro",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "time",
        "values"
      ],
      "rows": 228,
      "table": true,
      "tojson": true
    },
    {
      "name": "fcurve",
      "title": "Swiss Economic Indicators",
      "object": "fcurve",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "time",
        "values"
      ],
      "rows": 4875,
      "table": true,
      "tojson": true
    },
    {
      "name": "gdp",
      "title": "Swiss Economic Indicators",
      "object": "gdp",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "time",
        "values"
      ],
      "rows": 76,
      "table": true,
      "tojson": true
    },
    {
      "name": "wea",
      "title": "Swiss Economic Indicators",
      "object": "wea",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "time",
        "values"
      ],
      "rows": 939,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "bridge",
      "title": "Estimate a Bridge Model",
      "topics": [
        "bridge"
      ]
    },
    {
      "page": "forecast.bridge",
      "title": "Forecasting from a 'bridge' object",
      "topics": [
        "forecast.bridge"
      ]
    },
    {
      "page": "gdp",
      "title": "Swiss Economic Indicators",
      "topics": [
        "baro",
        "fcurve",
        "gdp",
        "wea"
      ]
    },
    {
      "page": "summary.bridge",
      "title": "Summarize a 'bridge' object",
      "topics": [
        "summary.bridge"
      ]
    }
  ],
  "_pkglogo": "https://github.com/marcburri/bridgr/raw/v0.1.2/man/figures/logo.png",
  "_readme": "https://github.com/marcburri/bridgr/raw/v0.1.2/README.md",
  "_rundeps": [
    "anytime",
    "BH",
    "cli",
    "colorspace",
    "cpp11",
    "data.table",
    "dplyr",
    "farver",
    "forecast",
    "fracdiff",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "lmtest",
    "lubridate",
    "magrittr",
    "nlme",
    "nnet",
    "pillar",
    "pkgconfig",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "tidyselect",
    "timechange",
    "timeDate",
    "tsbox",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xts",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "bridgr.Rmd",
      "filename": "bridgr.html",
      "title": "Introduction to bridgr",
      "engine": "knitr::rmarkdown",
      "headings": [
        "What Are Bridge Models?",
        "The Bridge Model Framework",
        "Aggregation of Indicators",
        "The Model Specification",
        "A Quick Example",
        "Loading the Data",
        "Estimating the Bridge Model",
        "Forecasting",
        "Summary"
      ],
      "created": "2024-12-09 19:02:42",
      "modified": "2024-12-10 14:14:40",
      "commits": 3
    }
  ],
  "_score": 4.3979400086720375,
  "_indexed": true,
  "_nocasepkg": "bridgr",
  "_universes": [
    "marcburri"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-19T09:15:35.000Z",
      "distro": "noble",
      "commit": "e657d25686b81cdb74211328ea17d1bc1bf523c6",
      "fileid": "ef0185f764e55a3c2e142ddb2001e0cbe6be9722ae7bf1227dc9317edf5dbff0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/marcburri/actions/runs/26087614570"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-19T09:15:13.000Z",
      "distro": "noble",
      "commit": "e657d25686b81cdb74211328ea17d1bc1bf523c6",
      "fileid": "b243c65d58a3e1d12e6e319c70bfc157b79ee12ae5c010659ea043604eef1bb3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/marcburri/actions/runs/26087614570"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-19T09:15:48.000Z",
      "commit": "e657d25686b81cdb74211328ea17d1bc1bf523c6",
      "fileid": "5d994be8dc8d9fc4482e12912e4e76d245b72bd244696af95358146ef6103384",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/marcburri/actions/runs/26087614570"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-19T09:15:27.000Z",
      "commit": "e657d25686b81cdb74211328ea17d1bc1bf523c6",
      "fileid": "b5c3c8c86ec37b5574c29d9ee90473b0d494329f42df96d3e526913a2d3f5b55",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/marcburri/actions/runs/26087614570"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-19T09:14:51.000Z",
      "commit": "e657d25686b81cdb74211328ea17d1bc1bf523c6",
      "fileid": "a9b6e1c22fe298ac0cf5d26df2ebf0b2ac979e296804cd83c1af3a97985ad8e0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/marcburri/actions/runs/26087614570"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-19T09:14:28.000Z",
      "commit": "e657d25686b81cdb74211328ea17d1bc1bf523c6",
      "fileid": "69c4ebe800ab992ea93229be71443ea71be6cd4cc586325fe529f7055c7832f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/marcburri/actions/runs/26087614570"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-19T09:14:38.000Z",
      "commit": "e657d25686b81cdb74211328ea17d1bc1bf523c6",
      "fileid": "8017e3696fd920ebb919047dddbc1deb74283da61e30a62c70903cc6c00f54bd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/marcburri/actions/runs/26087614570"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-06-02T14:48:06.000Z",
      "commit": "e657d25686b81cdb74211328ea17d1bc1bf523c6",
      "fileid": "7cb05262b04d446bee06f0582cd36f899674eca6ab757346ab0ece4a81775607",
      "status": "success",
      "buildurl": "https://github.com/r-universe/marcburri/actions/runs/26087614570"
    }
  ]
}