{
  "_id": "6a1ef404b401979e734158df",
  "Package": "gp",
  "Type": "Package",
  "Title": "Maximum Likelihood Estimation of the Generalized Poisson\nDistribution",
  "Version": "1.1",
  "Date": "2023-10-23",
  "Authors@R": "person(\"Michail\", \"Tsagris\", role = c(\"aut\", \"cre\"), email = \"mtsagris@uoc.gr\")",
  "Author": "Michail Tsagris [aut, cre]",
  "Maintainer": "Michail Tsagris <mtsagris@uoc.gr>",
  "Description": "Functions to estimate the parameters of the generalized\nPoisson distribution with or without covariates using maximum\nlikelihood. The references include Nikoloulopoulos A.K. &\nKarlis D. (2008). \"On modeling count data: a comparison of some\nwell-known discrete distributions\". Journal of Statistical\nComputation and Simulation, 78(3): 437--457,\n<doi:10.1080/10629360601010760> and Consul P.C. & Famoye F.\n(1992). \"Generalized Poisson regression model\". Communications\nin Statistics - Theory and Methods, 21(1): 89--109,\n<doi:10.1080/03610929208830766>.",
  "License": "GPL (>= 2)",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 07:10:34 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2023-10-23 18:31:55 UTC",
  "RemoteUrl": "https://github.com/cran/gp",
  "RemoteRef": "HEAD",
  "RemoteSha": "06bd550bc473655013544b85ed8c5bfd90c46c9d",
  "MD5sum": "5837bb78e172691c38e52f6a52ca0e49",
  "_user": "cran",
  "_type": "src",
  "_file": "gp_1.1.tar.gz",
  "_fileid": "8e50094d6f240fc8d598457a7c6a51fb9a46cf2947163f247698e3d62399a375",
  "_filesize": 193632,
  "_sha256": "8e50094d6f240fc8d598457a7c6a51fb9a46cf2947163f247698e3d62399a375",
  "_created": "2026-05-19T07:10:34.000Z",
  "_published": "2026-06-02T15:17:24.085Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79105696595,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7077080205"
    },
    {
      "job": 79105697185,
      "time": 116,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7077065128"
    },
    {
      "job": 79105695019,
      "time": 160,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7077029609"
    },
    {
      "job": 79105695339,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361951929"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26081947576",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/gp",
  "_commit": {
    "id": "06bd550bc473655013544b85ed8c5bfd90c46c9d",
    "author": "Michail Tsagris <mtsagris@uoc.gr>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.1\n",
    "time": 1698085915
  },
  "_maintainer": {
    "name": "Michail Tsagris",
    "email": "mtsagris@uoc.gr"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "Rfast",
      "role": "Imports"
    },
    {
      "package": "RNGforGPD",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 289,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gp"
  },
  "_searchresults": 20,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gp.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2023-01-14"
    },
    {
      "version": "1.1",
      "date": "2023-10-23"
    }
  ],
  "_exports": [
    "dgp",
    "gp.mle",
    "gp.reg",
    "gp.reg2",
    "pgp",
    "rgp"
  ],
  "_help": [
    {
      "page": "gp-package",
      "title": "Maximum Likelihood Estimation of the Generalized Poisson Distribution.",
      "topics": [
        "gp-package"
      ]
    },
    {
      "page": "pgp",
      "title": "Cumulative probability mass of the generalized Poisson distribution",
      "topics": [
        "pgp"
      ]
    },
    {
      "page": "dgp",
      "title": "Density computation of the generalized Poisson distribution",
      "topics": [
        "dgp"
      ]
    },
    {
      "page": "gp.mle",
      "title": "Maximum likelihood estimation of the generalized Poisson distribution",
      "topics": [
        "gp.mle"
      ]
    },
    {
      "page": "gp.reg",
      "title": "Generalized Poisson regression",
      "topics": [
        "gp.reg",
        "gp.reg2"
      ]
    },
    {
      "page": "rgp",
      "title": "Random values simulation from the generalized Poisson distribution",
      "topics": [
        "rgp"
      ]
    }
  ],
  "_rundeps": [
    "corpcor",
    "lattice",
    "Matrix",
    "mvtnorm",
    "Rcpp",
    "RcppArmadillo",
    "RcppParallel",
    "Rfast",
    "RNGforGPD",
    "zigg"
  ],
  "_score": 2.0791812460476247,
  "_indexed": true,
  "_nocasepkg": "gp",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-05-19T07:13:09.000Z",
      "distro": "noble",
      "commit": "06bd550bc473655013544b85ed8c5bfd90c46c9d",
      "fileid": "ec2cf5e5971abf0aebac129b82447c5f5f94843f6f5b9033380602913e056261",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26081947576"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-05-19T07:12:22.000Z",
      "distro": "noble",
      "commit": "06bd550bc473655013544b85ed8c5bfd90c46c9d",
      "fileid": "f57d66e4920bd56e76469c9f194063255c8b4d05cf4bc08fb94743e523f0f337",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26081947576"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1",
      "date": "2026-06-02T15:17:06.000Z",
      "commit": "06bd550bc473655013544b85ed8c5bfd90c46c9d",
      "fileid": "4d12d8c84423953e45fc60fa38b122526ddb91c9089279a6aa2793ce4f899441",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26081947576"
    }
  ]
}