{
  "_id": "6a1d6afc1d7bb097a0a4f4d8",
  "Package": "poisFErobust",
  "Type": "Package",
  "Title": "Poisson Fixed Effects Robust",
  "Version": "2.0.0",
  "Date": "2020-02-17",
  "Authors@R": "person(\"Evan\", \"Wright\", email = \"enwright@umich.edu\",\nrole = c(\"aut\", \"cre\"))",
  "Description": "Computation of robust standard errors of Poisson fixed\neffects models, following Wooldridge (1999).",
  "License": "MIT + file LICENSE",
  "URL": "https://bitbucket.org/ew-btb/poisson-fe-robust",
  "NeedsCompilation": "no",
  "RoxygenNote": "6.0.1",
  "LazyData": "true",
  "Packaged": {
    "Date": "2026-06-01 11:18:04 UTC",
    "User": "root"
  },
  "Author": "Evan Wright [aut, cre]",
  "Maintainer": "Evan Wright <enwright@umich.edu>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2020-02-17 20:40:06 UTC",
  "RemoteUrl": "https://github.com/cran/poisFErobust",
  "RemoteRef": "HEAD",
  "RemoteSha": "f745da3707e60aea7bc83926059dd3a5a373829f",
  "MD5sum": "e7f510bfaff31a34fec0def21d8094e5",
  "_user": "cran",
  "_type": "src",
  "_file": "poisFErobust_2.0.0.tar.gz",
  "_fileid": "016abea1be10194bde560c837d4b0246be3bf2bbe03965b8bb767263d22c55bc",
  "_filesize": 126242,
  "_sha256": "016abea1be10194bde560c837d4b0246be3bf2bbe03965b8bb767263d22c55bc",
  "_created": "2026-06-01T11:18:04.000Z",
  "_published": "2026-06-01T11:20:28.178Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78840893610,
      "time": 112,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7330094881"
    },
    {
      "job": 78840893558,
      "time": 110,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7330094549"
    },
    {
      "job": 78840559074,
      "time": 129,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7330059929"
    },
    {
      "job": 78840893641,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7330091011"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26751537689",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/poisFErobust",
  "_commit": {
    "id": "f745da3707e60aea7bc83926059dd3a5a373829f",
    "author": "Evan Wright <enwright@umich.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 2.0.0\n",
    "time": 1581972006
  },
  "_maintainer": {
    "name": "Evan Wright",
    "email": "enwright@umich.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "version": ">= 1.9.6",
      "role": "Imports"
    },
    {
      "package": "glmmML",
      "version": ">= 1.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 129,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/poisFErobust"
  },
  "_devurl": "https://bitbucket.org/ew-btb/poisson-fe-robust",
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/poisFErobust.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://bitbucket.org/ew-btb/poisson-fe-robust",
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2018-07-10"
    },
    {
      "version": "2.0.0",
      "date": "2020-02-17"
    }
  ],
  "_exports": [
    "pois.fe.robust"
  ],
  "_datasets": [
    {
      "name": "ex.dt.bad",
      "title": "Poisson data violating conditional mean assumption",
      "object": "ex.dt.bad",
      "class": [
        "data.table",
        "data.frame"
      ],
      "fields": [
        "id",
        "day",
        "fe",
        "x1",
        "x2",
        "y",
        "x1.lead"
      ],
      "rows": 450,
      "table": true,
      "tojson": true
    },
    {
      "name": "ex.dt.good",
      "title": "Poisson data satisfying conditional mean assumption",
      "object": "ex.dt.good",
      "class": [
        "data.table",
        "data.frame"
      ],
      "fields": [
        "id",
        "day",
        "fe",
        "x1",
        "x2",
        "y"
      ],
      "rows": 500,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "poisFErobust-package",
      "title": "Poisson Fixed Effects Robust",
      "topics": [
        "poisFErobust-package",
        "poisFErobust"
      ]
    },
    {
      "page": "ex.dt.bad",
      "title": "Poisson data violating conditional mean assumption",
      "topics": [
        "ex.dt.bad"
      ]
    },
    {
      "page": "ex.dt.good",
      "title": "Poisson data satisfying conditional mean assumption",
      "topics": [
        "ex.dt.good"
      ]
    },
    {
      "page": "pois.fe.robust",
      "title": "Robust standard errors of Poisson fixed effects regression",
      "topics": [
        "pois.fe.robust"
      ]
    }
  ],
  "_readme": "https://github.com/cran/poisFErobust/raw/HEAD/README.md",
  "_rundeps": [
    "data.table",
    "glmmML"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "poisferobust",
  "_universes": [
    "cran",
    "bitbucket-ew-btb"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-01T11:20:02.000Z",
      "distro": "noble",
      "commit": "f745da3707e60aea7bc83926059dd3a5a373829f",
      "fileid": "4505e8449dde42e18ae157a06b4b81db5e73f0ffeac0322199767531484703b4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26751537689"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-06-01T11:20:01.000Z",
      "distro": "noble",
      "commit": "f745da3707e60aea7bc83926059dd3a5a373829f",
      "fileid": "fa3283833d05021b3e23abd08e79c6b1579f83a656caf3b7fb775bd02beacf0a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26751537689"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0",
      "date": "2026-06-01T11:20:02.000Z",
      "commit": "f745da3707e60aea7bc83926059dd3a5a373829f",
      "fileid": "8835fa37ab177c4161d797a5346046742f3f8b5dfc6ab0070ca2bbb699432a1c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26751537689"
    }
  ]
}