{
  "_id": "6a28d18c732311cd8758d07a",
  "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\"),\ncomment = c(ORCID = \"0000-0001-6377-4837\"))",
  "Description": "Performs Granger causality tests on pairs of time series\nto determine causal relationships. Uses Vector Autoregressive\n(VAR) models to test whether one time series helps predict\nanother beyond what the series' own past values provide.\nReturns structured results including p-values, test statistics,\nand causality conclusions for both directions.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/nkorf/grangersearch",
  "BugReports": "https://github.com/nkorf/grangersearch/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Repository": "https://nkorf.r-universe.dev",
  "Date/Publication": "2026-06-10 01:18:25 UTC",
  "RemoteUrl": "https://github.com/nkorf/grangersearch",
  "RemoteRef": "HEAD",
  "RemoteSha": "2d5d0501de6f0c26fac48505dddb3a570a1fa9f6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-10 02:50:02 UTC",
    "User": "root"
  },
  "Author": "Nikolaos Korfiatis [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6377-4837>)",
  "Maintainer": "Nikolaos Korfiatis <nkorf@ionio.gr>",
  "MD5sum": "9abf80818eb662bff144d772fa8fbf0f",
  "_user": "nkorf",
  "_type": "src",
  "_file": "grangersearch_0.1.0.tar.gz",
  "_fileid": "3d97b3c0df4d56979c8102c5fa1907c158c64807779122d02094c39f0e562596",
  "_filesize": 306975,
  "_sha256": "3d97b3c0df4d56979c8102c5fa1907c158c64807779122d02094c39f0e562596",
  "_created": "2026-06-10T02:50:02.000Z",
  "_published": "2026-06-10T02:53:00.276Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80471565228,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7525400080"
    },
    {
      "job": 80471565231,
      "time": 122,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7525395659"
    },
    {
      "job": 80471565219,
      "time": 114,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7525394073"
    },
    {
      "job": 80471565224,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7525394008"
    },
    {
      "job": 80471296979,
      "time": 157,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7525372279"
    },
    {
      "job": 80471565195,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7525394846"
    },
    {
      "job": 80471565235,
      "time": 87,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7525389261"
    },
    {
      "job": 80471565234,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7525388458"
    },
    {
      "job": 80471565232,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7525388730"
    }
  ],
  "_buildurl": "https://github.com/r-universe/nkorf/actions/runs/27249704134",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/nkorf/grangersearch",
  "_commit": {
    "id": "2d5d0501de6f0c26fac48505dddb3a570a1fa9f6",
    "author": "github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
    "committer": "github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
    "message": "Update CRAN download statistics\n",
    "time": 1781054305
  },
  "_maintainer": {
    "name": "Nikolaos Korfiatis",
    "email": "nkorf@ionio.gr",
    "login": "nkorf",
    "linkedin": "in/nkorf",
    "orcid": "0000-0001-6377-4837",
    "description": "AI Architect and Academic. Professor of Business Analytics (Unstructured Data) and AI. Ionian U and OECD.  ",
    "uuid": 2897096
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "vars",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "generics",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "nkorf",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-01",
      "n": 11
    },
    {
      "week": "2026-03",
      "n": 9
    },
    {
      "week": "2026-04",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 9
    },
    {
      "week": "2026-11",
      "n": 7
    },
    {
      "week": "2026-12",
      "n": 7
    },
    {
      "week": "2026-13",
      "n": 7
    },
    {
      "week": "2026-14",
      "n": 7
    },
    {
      "week": "2026-15",
      "n": 7
    },
    {
      "week": "2026-16",
      "n": 7
    },
    {
      "week": "2026-17",
      "n": 7
    },
    {
      "week": "2026-18",
      "n": 7
    },
    {
      "week": "2026-19",
      "n": 7
    },
    {
      "week": "2026-20",
      "n": 7
    },
    {
      "week": "2026-21",
      "n": 7
    },
    {
      "week": "2026-22",
      "n": 7
    },
    {
      "week": "2026-23",
      "n": 7
    },
    {
      "week": "2026-24",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "nkorf",
      "count": 47,
      "uuid": 2897096
    }
  ],
  "_userbio": {
    "uuid": 2897096,
    "type": "user",
    "name": "Prof. Nikolaos Korfiatis",
    "description": "AI Architect and Academic. Professor of Business Analytics (Unstructured Data) and AI. Ionian U and OECD.  "
  },
  "_downloads": {
    "count": 507,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/grangersearch"
  },
  "_devurl": "https://github.com/nkorf/grangersearch",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/grangersearch.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/nkorf/grangersearch",
  "_realowner": "nkorf",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-01-12"
    }
  ],
  "_exports": [
    "glance",
    "granger_causality_test",
    "granger_distribution",
    "granger_lag_select",
    "granger_search",
    "tidy"
  ],
  "_datasets": [
    {
      "name": "example_causality",
      "title": "Example Time Series Data with Known Causal Relationship",
      "object": "example_causality",
      "class": [
        "data.frame"
      ],
      "fields": [
        "time",
        "cause_x",
        "effect_y"
      ],
      "rows": 200,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "example_causality",
      "title": "Example Time Series Data with Known Causal Relationship",
      "topics": [
        "example_causality"
      ]
    },
    {
      "page": "glance.granger_result",
      "title": "Glance at a granger_result Object",
      "topics": [
        "glance.granger_result"
      ]
    },
    {
      "page": "granger_causality_test",
      "title": "Perform a Granger Causality Test on Two Time Series",
      "topics": [
        "granger_causality_test"
      ]
    },
    {
      "page": "granger_distribution",
      "title": "Distribution Analysis of Granger Causality",
      "topics": [
        "granger_distribution"
      ]
    },
    {
      "page": "granger_lag_select",
      "title": "Lag Selection Analysis for Granger Causality",
      "topics": [
        "granger_lag_select"
      ]
    },
    {
      "page": "granger_search",
      "title": "Exhaustive Pairwise Granger Causality Search",
      "topics": [
        "granger_search"
      ]
    },
    {
      "page": "plot.granger_distribution",
      "title": "Plot Granger Causality Distribution",
      "topics": [
        "plot.granger_distribution"
      ]
    },
    {
      "page": "plot.granger_lag_select",
      "title": "Plot Lag Selection Results",
      "topics": [
        "plot.granger_lag_select"
      ]
    },
    {
      "page": "plot.granger_search_result",
      "title": "Plot Granger Causality Matrix",
      "topics": [
        "plot.granger_search_result"
      ]
    },
    {
      "page": "print.granger_distribution",
      "title": "Print Method for granger_distribution Objects",
      "topics": [
        "print.granger_distribution"
      ]
    },
    {
      "page": "print.granger_result",
      "title": "Print Method for granger_result Objects",
      "topics": [
        "print.granger_result"
      ]
    },
    {
      "page": "print.granger_search_result",
      "title": "Print Method for granger_search_result Objects",
      "topics": [
        "print.granger_search_result"
      ]
    },
    {
      "page": "summary.granger_result",
      "title": "Summary Method for granger_result Objects",
      "topics": [
        "summary.granger_result"
      ]
    },
    {
      "page": "tidy.granger_result",
      "title": "Tidy a granger_result Object",
      "topics": [
        "tidy.granger_result"
      ]
    }
  ],
  "_pkglogo": "https://github.com/nkorf/grangersearch/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/nkorf/grangersearch/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "generics",
    "glue",
    "lattice",
    "lifecycle",
    "lmtest",
    "magrittr",
    "MASS",
    "nlme",
    "pillar",
    "pkgconfig",
    "rlang",
    "sandwich",
    "strucchange",
    "tibble",
    "urca",
    "utf8",
    "vars",
    "vctrs",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "introduction.Rmd",
      "filename": "introduction.html",
      "title": "Introduction to grangersearch",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "What is Granger Causality?",
        "Basic Usage",
        "Vector Input",
        "Detailed Summary",
        "Tidyverse Integration",
        "Using with Data Frames",
        "Using Pipes",
        "Tidy Output",
        "Adjusting Parameters",
        "Lag Order",
        "Significance Level",
        "Interpreting Results",
        "Accessing Individual Results",
        "Example: Financial Data",
        "Important Notes",
        "References"
      ],
      "created": "2026-01-02 18:11:24",
      "modified": "2026-01-02 18:11:24",
      "commits": 1
    }
  ],
  "_score": 5.431363764158988,
  "_indexed": true,
  "_nocasepkg": "grangersearch",
  "_universes": [
    "nkorf"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-10T02:52:19.000Z",
      "distro": "noble",
      "commit": "2d5d0501de6f0c26fac48505dddb3a570a1fa9f6",
      "fileid": "5e057eac9ff6b9591c919540460cb802a85440f054ddebab3596c0360898be50",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/nkorf/actions/runs/27249704134"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-10T02:51:58.000Z",
      "distro": "noble",
      "commit": "2d5d0501de6f0c26fac48505dddb3a570a1fa9f6",
      "fileid": "bb35dfeb8d8ab10ed42fc0dfc10253055464115b5f2b8862994c43f2336f8c25",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/nkorf/actions/runs/27249704134"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-10T02:51:50.000Z",
      "commit": "2d5d0501de6f0c26fac48505dddb3a570a1fa9f6",
      "fileid": "13838c5c091d42865a5d3c40f4b5e98dcfd5835fc0c050f7d244f95745a0d934",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/nkorf/actions/runs/27249704134"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-10T02:51:48.000Z",
      "commit": "2d5d0501de6f0c26fac48505dddb3a570a1fa9f6",
      "fileid": "3d29a86ddd1b99ace8b29108d70bf03c5fdac97e10bd2a0b13e155fbf4b6ea45",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/nkorf/actions/runs/27249704134"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-10T02:52:15.000Z",
      "commit": "2d5d0501de6f0c26fac48505dddb3a570a1fa9f6",
      "fileid": "5664efeaf317cd288328da03713df69cf5d6b67fb0297ce995dc6fc881b98614",
      "status": "success",
      "buildurl": "https://github.com/r-universe/nkorf/actions/runs/27249704134"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-10T02:51:19.000Z",
      "commit": "2d5d0501de6f0c26fac48505dddb3a570a1fa9f6",
      "fileid": "5542951ce76e86173a96410f4a72e0d3c4269003ad2fe5a59daea519c575ae7b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/nkorf/actions/runs/27249704134"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-10T02:51:12.000Z",
      "commit": "2d5d0501de6f0c26fac48505dddb3a570a1fa9f6",
      "fileid": "59d8f1c37d802de1d74072f76f06e180c132f976011f9d53b34c058acef82c53",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/nkorf/actions/runs/27249704134"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-10T02:51:14.000Z",
      "commit": "2d5d0501de6f0c26fac48505dddb3a570a1fa9f6",
      "fileid": "f78601f3c5b0648ead4ee3b848176256f5741b8d89a155e83bc8741d1b38b950",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/nkorf/actions/runs/27249704134"
    }
  ]
}