{
  "_id": "6a5324279b92047c28d55b99",
  "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-07-12 05:17:54 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",
  "_user": "cran",
  "_type": "src",
  "_file": "poisFErobust_2.0.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/0296ff52a3d825ff8c282bb2b711e29c620e5a25c79c95c1fd40d30667ce4ced",
  "_filesize": 127473,
  "_sha256": "0296ff52a3d825ff8c282bb2b711e29c620e5a25c79c95c1fd40d30667ce4ced",
  "_expires": "2026-10-20T05:20:37.000Z",
  "_created": "2026-07-12T05:17:54.000Z",
  "_published": "2026-07-12T05:20:39.206Z",
  "_jobs": [
    {
      "job": 86618356332,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8256384068"
    },
    {
      "job": 86618356333,
      "time": 122,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8256383796"
    },
    {
      "job": 86618142953,
      "time": 180,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8256367585"
    },
    {
      "job": 86618356335,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8256381409"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/29180885449",
  "_status": "success",
  "_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"
  },
  "_distro": "resolute",
  "_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",
    "followers": 618,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 236,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/poisFErobust"
  },
  "_devurl": "https://bitbucket.org/ew-btb/poisson-fe-robust",
  "_searchresults": 8,
  "_rbuild": "4.6.1",
  "_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",
    "LICENSE",
    "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-07-12T05:20:01.000Z",
      "distro": "resolute",
      "commit": "f745da3707e60aea7bc83926059dd3a5a373829f",
      "fileid": "https://r2.ropensci.org/5e4b49adff5d841f4b4eda6616bb4ba734650f8e8f7ec299d386bb88d46a2e57",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29180885449"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-07-12T05:19:59.000Z",
      "distro": "resolute",
      "commit": "f745da3707e60aea7bc83926059dd3a5a373829f",
      "fileid": "https://r2.ropensci.org/bebc49808b123b5f1670d7d7611df8f86c5560965dbb50975a3ecd03062428af",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29180885449"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0",
      "date": "2026-07-12T05:19:53.000Z",
      "commit": "f745da3707e60aea7bc83926059dd3a5a373829f",
      "fileid": "https://r2.ropensci.org/29f31a37b34920c0a873260669d83c9a75acf7bf5ab2106d3bfcdf1f84999069",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29180885449"
    }
  ]
}