Package: grangersearch
Title: Granger Causality Testing for Time Series
Version: 0.1.0
Authors@R: 
    person("Nikolaos", "Korfiatis", , "nkorf@ionio.gr", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-6377-4837"))
Description: Performs Granger causality tests on pairs of time series to determine
    causal relationships. Uses Vector Autoregressive (VAR) models to test whether
    one time series helps predict another beyond what the series' own past values
    provide. Returns structured results including p-values, test statistics, and
    causality conclusions for both directions.
License: MIT + file LICENSE
Depends: R (>= 4.1.0)
URL: https://github.com/nkorf/grangersearch
BugReports: https://github.com/nkorf/grangersearch/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Imports: vars, stats, rlang (>= 1.0.0), tibble, generics
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-01-06 15:12:52 UTC; nkorf
Author: Nikolaos Korfiatis [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6377-4837>)
Maintainer: Nikolaos Korfiatis <nkorf@ionio.gr>
Repository: CRAN
Date/Publication: 2026-01-12 19:00:02 UTC
Built: R 4.5.2; ; 2026-01-17 03:31:45 UTC; windows
