Package: nowcast Title: Economic Nowcasting with Bridge Equations and Real-Time Evaluation Version: 0.1.0 Authors@R: person("Charles", "Coverdale", email = "charlesfcoverdale@gmail.com", role = c("aut", "cre", "cph")) Description: Provides bridge equations with optional autoregressive terms for nowcasting low-frequency macroeconomic variables (e.g. quarterly GDP) from higher-frequency indicators (e.g. monthly retail sales). Handles the ragged-edge problem where different indicators have different publication lags via mixed-frequency alignment. Includes pseudo-real-time evaluation with expanding or rolling windows, and the Diebold-Mariano test for comparing forecast accuracy following Harvey, Leybourne, and Newbold (1997) . No API calls; designed to work with data from any source. License: MIT + file LICENSE Encoding: UTF-8 Language: en-US URL: https://charlescoverdale.github.io/nowcast/, https://github.com/charlescoverdale/nowcast BugReports: https://github.com/charlescoverdale/nowcast/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: cli (>= 3.6.0), grDevices, graphics, stats Suggests: spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://charlescoverdale.r-universe.dev Date/Publication: 2026-05-30 14:59:04 UTC RemoteUrl: https://github.com/charlescoverdale/nowcast RemoteRef: HEAD RemoteSha: 009fc3e99f14541080a51330ac9ab4b565ee3959 NeedsCompilation: no Packaged: 2026-07-03 14:35:51 UTC; root Author: Charles Coverdale [aut, cre, cph] Maintainer: Charles Coverdale