{
  "_id": "6a1ef2a0b401979e73414788",
  "Package": "ZIHINAR1",
  "Type": "Package",
  "Title": "Zero-Inflated and Hurdle INAR(1) Models",
  "Version": "0.1.0",
  "Maintainer": "Fusheng Yang <fusheng.yang@uconn.edu>",
  "Description": "Provides tools for estimating Zero-Inflated INAR(1)\n(ZI-INAR(1)) and Hurdle INAR(1) (H-INAR(1)) models using\n'Stan'. It allows users to simulate time series data for these\nmodels, estimate parameters, and evaluate model fit using\nvarious criteria. Functions include model estimation,\nsimulation, and likelihood-based metrics.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Authors@R": "c(person(given = \"Fusheng\",\nfamily = \"Yang\",\nrole = c(\"aut\", \"cre\"),\nemail = \"fusheng.yang@uconn.edu\"),\nperson(given = c(\"Victor\", \"Hugo\"),\nfamily =  \"Lachos Davila\",\nrole = \"aut\"))",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "make",
  "Repository": "https://fushengyy.r-universe.dev",
  "Date/Publication": "2025-11-19 15:19:07 UTC",
  "RemoteUrl": "https://github.com/fushengyy/zihinar1",
  "RemoteRef": "HEAD",
  "RemoteSha": "2fc7135638adfa4d7f3c1f71e1e50c303989bb15",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 07:45:36 UTC",
    "User": "root"
  },
  "Author": "Fusheng Yang [aut, cre],\nVictor Hugo Lachos Davila [aut]",
  "MD5sum": "e5121065bfd4cb56fa54fb0ffa96ce08",
  "_user": "fushengyy",
  "_type": "src",
  "_file": "ZIHINAR1_0.1.0.tar.gz",
  "_fileid": "4881bc8f149ff8a5804acb305073a75a0b2fe5a7c1dbd64f9882f3be5a657621",
  "_filesize": 116917,
  "_sha256": "4881bc8f149ff8a5804acb305073a75a0b2fe5a7c1dbd64f9882f3be5a657621",
  "_created": "2026-05-19T07:45:36.000Z",
  "_published": "2026-06-02T15:11:28.704Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79104199255,
      "time": 208,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7077748602"
    },
    {
      "job": 79104199949,
      "time": 210,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7077749121"
    },
    {
      "job": 79104199837,
      "time": 261,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7077751100"
    },
    {
      "job": 79104199455,
      "time": 246,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7077745042"
    },
    {
      "job": 79104199200,
      "time": 224,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7077682623"
    },
    {
      "job": 79104198837,
      "time": 159,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361783972"
    },
    {
      "job": 79104199352,
      "time": 185,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7077741580"
    },
    {
      "job": 79104200230,
      "time": 191,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7077743596"
    },
    {
      "job": 79104200094,
      "time": 204,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7077747022"
    }
  ],
  "_buildurl": "https://github.com/r-universe/fushengyy/actions/runs/26083458397",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/fushengyy/zihinar1",
  "_commit": {
    "id": "2fc7135638adfa4d7f3c1f71e1e50c303989bb15",
    "author": "fushengyy <97983823+fushengyy@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "update",
    "time": 1763565547
  },
  "_maintainer": {
    "name": "Fusheng Yang",
    "email": "fusheng.yang@uconn.edu",
    "login": "fushengyy",
    "description": "",
    "uuid": 97983823
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "rstan",
      "role": "Imports"
    },
    {
      "package": "VGAM",
      "role": "Imports"
    },
    {
      "package": "actuar",
      "role": "Imports"
    },
    {
      "package": "matrixStats",
      "role": "Imports"
    },
    {
      "package": "coda",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "gridExtra",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "fushengyy",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-22",
      "n": 2
    },
    {
      "week": "2025-47",
      "n": 4
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "fushengyy",
      "count": 10,
      "uuid": 97983823
    }
  ],
  "_userbio": {
    "uuid": 97983823,
    "type": "user",
    "name": "fushengyy"
  },
  "_downloads": {
    "count": 465,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ZIHINAR1"
  },
  "_devurl": "https://github.com/fushengyy/zihinar1",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/ZIHINAR1.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/fushengyy/zihinar1",
  "_realowner": "fushengyy",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-10-16"
    },
    {
      "version": "0.2.0",
      "date": "2026-01-25"
    },
    {
      "version": "0.2.1",
      "date": "2026-02-16"
    }
  ],
  "_exports": [
    "data_simu",
    "get_est",
    "get_mod_sel",
    "get_pred",
    "get_stanfit"
  ],
  "_help": [
    {
      "page": "data_simu",
      "title": "Simulate Time Series Data for ZI-INAR(1) or H-INAR(1) Models",
      "topics": [
        "data_simu"
      ]
    },
    {
      "page": "get_est",
      "title": "Get Parameter Estimates from Stan Model Fit",
      "topics": [
        "get_est"
      ]
    },
    {
      "page": "get_mod_sel",
      "title": "Get Model Selection Criteria",
      "topics": [
        "get_mod_sel"
      ]
    },
    {
      "page": "get_pred",
      "title": "Get Predictions from Stan Model Fit",
      "topics": [
        "get_pred"
      ]
    },
    {
      "page": "get_stanfit",
      "title": "Fit ZI-INAR(1) or H-INAR(1) Model using Stan",
      "topics": [
        "get_stanfit"
      ]
    }
  ],
  "_readme": "https://github.com/fushengyy/zihinar1/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "actuar",
    "backports",
    "BH",
    "callr",
    "checkmate",
    "cli",
    "coda",
    "cpp11",
    "desc",
    "distributional",
    "evaluate",
    "expint",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "highr",
    "inline",
    "isoband",
    "knitr",
    "labeling",
    "lattice",
    "lifecycle",
    "loo",
    "magrittr",
    "matrixStats",
    "numDeriv",
    "pillar",
    "pkgbuild",
    "pkgconfig",
    "posterior",
    "processx",
    "ps",
    "QuickJSR",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "RcppParallel",
    "rlang",
    "rstan",
    "S7",
    "scales",
    "StanHeaders",
    "tensorA",
    "tibble",
    "utf8",
    "vctrs",
    "VGAM",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "zihinar1",
  "_universes": [
    "fushengyy"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-19T07:48:12.000Z",
      "distro": "noble",
      "commit": "2fc7135638adfa4d7f3c1f71e1e50c303989bb15",
      "fileid": "248c39f616e415ccb73d1388951972f9debf47874089de21d29d56cdd221732d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/fushengyy/actions/runs/26083458397"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-19T07:48:16.000Z",
      "distro": "noble",
      "commit": "2fc7135638adfa4d7f3c1f71e1e50c303989bb15",
      "fileid": "ac0dc3c57c213f9ba98c6427257548386dd3058d9a3fd7494fc14b7abc85a1ae",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/fushengyy/actions/runs/26083458397"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-19T07:48:36.000Z",
      "commit": "2fc7135638adfa4d7f3c1f71e1e50c303989bb15",
      "fileid": "2d1fd4f54d20ef0a0610dc08f77ba100f7b066f1b65d6eb6c80ec69ef5dc9478",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/fushengyy/actions/runs/26083458397"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-19T07:48:09.000Z",
      "commit": "2fc7135638adfa4d7f3c1f71e1e50c303989bb15",
      "fileid": "435931f364ae3259c4943babd92450581f3f8978f9d9073b7b3f033d946369d5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/fushengyy/actions/runs/26083458397"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-19T07:47:22.000Z",
      "commit": "2fc7135638adfa4d7f3c1f71e1e50c303989bb15",
      "fileid": "6bd3d97166ecf5afe3652cf610d2dde76425349e9bc87f797b80335ea018f389",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/fushengyy/actions/runs/26083458397"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-19T07:47:14.000Z",
      "commit": "2fc7135638adfa4d7f3c1f71e1e50c303989bb15",
      "fileid": "d7c763df149d6172b497a039354eeae226c11f619af35044bffe9cc298195f90",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/fushengyy/actions/runs/26083458397"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-19T07:48:08.000Z",
      "commit": "2fc7135638adfa4d7f3c1f71e1e50c303989bb15",
      "fileid": "52aff52d29f43a0572ffa47090e1816142639f4a8233b55c9a4ab60bbcd8634f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/fushengyy/actions/runs/26083458397"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T15:11:00.000Z",
      "commit": "2fc7135638adfa4d7f3c1f71e1e50c303989bb15",
      "fileid": "6e494721bc907c70a610ae05b2ab8bcbdd90b65f58f9b9b44567f3eb50e32cda",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fushengyy/actions/runs/26083458397"
    }
  ]
}