{
  "_id": "6a484674e06c18f0a6533e3d",
  "Package": "ExclusionTable",
  "Title": "Creating Tables of Excluded Observations",
  "Version": "1.2.0.9000",
  "Authors@R": "c(\nperson(given = \"Joshua P.\",\nfamily = \"Entrop\",\nrole = c(\"aut\", \"cre\"),\nemail = \"joshuaentrop@posteo.de\",\ncomment = c(ORCID = \"0000-0003-1614-8096\")),\nperson(given = \"Simon\",\nfamily = \"Steiger\",\nrole = \"ctb\")\n)",
  "Description": "Instead of counting observations before and after a\nsubset() call, the ExclusionTable() function reports the number\nbefore and after each subset() call together with the number of\nobservations that have been excluded. This is especially useful\nin observational studies for keeping track how many\nobservations have been excluded for each in-/ or exclusion\ncriteria. You just need to provide ExclusionTable() with a\ndataset and a list of logical filter statements.",
  "License": "CC BY 4.0",
  "Encoding": "UTF-8",
  "URL": "https://github.com/entjos/ExclusionTable/,\nhttps://entjos.github.io/ExclusionTable/",
  "BugReports": "https://github.com/entjos/ExclusionTable/issues/",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Repository": "https://entjos.r-universe.dev",
  "Date/Publication": "2025-04-06 11:38:34 UTC",
  "RemoteUrl": "https://github.com/entjos/exclusiontable",
  "RemoteRef": "HEAD",
  "RemoteSha": "083d4517b9e7955cae7ee0d01fb6a5af6e359ae1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-03 23:29:08 UTC",
    "User": "root"
  },
  "Author": "Joshua P. Entrop [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-1614-8096>),\nSimon Steiger [ctb]",
  "Maintainer": "Joshua P. Entrop <joshuaentrop@posteo.de>",
  "_user": "entjos",
  "_type": "src",
  "_file": "ExclusionTable_1.2.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/8473b44eacff9622e05ea909551a9b74bc67929d2d21a56efcc27b027f4234ad",
  "_filesize": 98435,
  "_sha256": "8473b44eacff9622e05ea909551a9b74bc67929d2d21a56efcc27b027f4234ad",
  "_expires": "2026-10-11T23:32:03.000Z",
  "_created": "2026-07-03T23:29:08.000Z",
  "_published": "2026-07-03T23:32:04.891Z",
  "_jobs": [
    {
      "job": 85083520325,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8076148646"
    },
    {
      "job": 85083520315,
      "time": 101,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8076145319"
    },
    {
      "job": 85083520379,
      "time": 144,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8076146743"
    },
    {
      "job": 85083520378,
      "time": 135,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8076145699"
    },
    {
      "job": 85083334998,
      "time": 151,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8076130647"
    },
    {
      "job": 85083520329,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8076145518"
    },
    {
      "job": 85083520359,
      "time": 63,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8076139703"
    },
    {
      "job": 85083520386,
      "time": 65,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8076140286"
    },
    {
      "job": 85083520376,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8076143944"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/entjos/actions/runs/28687708853",
  "_status": "success",
  "_upstream": "https://github.com/entjos/exclusiontable",
  "_commit": {
    "id": "083d4517b9e7955cae7ee0d01fb6a5af6e359ae1",
    "author": "Joshua Philipp Entrop <33284526+entjos@users.noreply.github.com>",
    "committer": "Joshua Philipp Entrop <33284526+entjos@users.noreply.github.com>",
    "message": "Increment version number to 1.2.0.9000\n",
    "time": 1743939514
  },
  "_maintainer": {
    "name": "Joshua P. Entrop",
    "email": "joshuaentrop@posteo.de",
    "login": "entjos",
    "linkedin": "in/joshua-entrop",
    "orcid": "0000-0003-1614-8096",
    "description": "I am a biostatistician at Red Door Analytics AB, who mostly works with survival analysis & cancer epidemiology.",
    "uuid": 33284526
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "NHANES",
      "role": "Suggests"
    },
    {
      "package": "remotes",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "entjos",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 6,
  "_contributors": [
    {
      "user": "entjos",
      "count": 37,
      "uuid": 33284526
    },
    {
      "user": "simonsteiger",
      "count": 4,
      "uuid": 106233551
    }
  ],
  "_userbio": {
    "uuid": 33284526,
    "type": "user",
    "name": "Joshua Philipp Entrop",
    "followers": 22,
    "description": "I am a biostatistician at Red Door Analytics AB, who mostly works with survival analysis & cancer epidemiology."
  },
  "_downloads": {
    "count": 294,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ExclusionTable"
  },
  "_devurl": "https://github.com/entjos/exclusiontable",
  "_pkgdown": "https://entjos.github.io/ExclusionTable/",
  "_searchresults": 9,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ExclusionTable.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/entjos/exclusiontable",
  "_realowner": "entjos",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2022-10-05"
    },
    {
      "version": "1.1.0",
      "date": "2023-09-21"
    },
    {
      "version": "1.2.0",
      "date": "2025-04-06"
    }
  ],
  "_exports": [
    "exclusion_table"
  ],
  "_help": [
    {
      "page": "exclusion_table",
      "title": "Exclusion Table",
      "topics": [
        "exclusion_table"
      ]
    },
    {
      "page": "print.exl_tbl",
      "title": "Prints 'exl_tbl' objects",
      "topics": [
        "print.exl_tbl"
      ]
    }
  ],
  "_readme": "https://github.com/entjos/exclusiontable/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "data.table"
  ],
  "_vignettes": [
    {
      "source": "ExclusionTable_vignette.Rmd",
      "filename": "ExclusionTable_vignette.html",
      "title": "{ExclusionTable} a package for keeping track of exclusions and inclusions",
      "author": "Joshua Philipp Entrop",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2021-11-01 20:25:38",
      "modified": "2025-04-06 11:13:26",
      "commits": 5
    }
  ],
  "_score": 4.477121254719663,
  "_indexed": true,
  "_nocasepkg": "exclusiontable",
  "_universes": [
    "entjos"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0.9000",
      "date": "2026-07-03T23:31:16.000Z",
      "distro": "resolute",
      "commit": "083d4517b9e7955cae7ee0d01fb6a5af6e359ae1",
      "fileid": "https://r2.ropensci.org/83a02b91066985a642f07f059fe0136e09b3a49ca2a2c0b3d00018d1e41fa33c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/entjos/actions/runs/28687708853"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.2.0.9000",
      "date": "2026-07-03T23:30:53.000Z",
      "distro": "resolute",
      "commit": "083d4517b9e7955cae7ee0d01fb6a5af6e359ae1",
      "fileid": "https://r2.ropensci.org/6ed39fb98c85fde49d944baf2283c42c545068e9bc86e750f4ccbac848315928",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/entjos/actions/runs/28687708853"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0.9000",
      "date": "2026-07-03T23:31:05.000Z",
      "commit": "083d4517b9e7955cae7ee0d01fb6a5af6e359ae1",
      "fileid": "https://r2.ropensci.org/0702d42e03bfab05ff862cca42b29a211e86788c115e6712629f74257ab7bad3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/entjos/actions/runs/28687708853"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.2.0.9000",
      "date": "2026-07-03T23:30:57.000Z",
      "commit": "083d4517b9e7955cae7ee0d01fb6a5af6e359ae1",
      "fileid": "https://r2.ropensci.org/03c670e51e457aabbe8cf14dece3ffb8c37c9abe39fdbdb9ebc0a6b2a496ecc9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/entjos/actions/runs/28687708853"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0.9000",
      "date": "2026-07-03T23:31:04.000Z",
      "commit": "083d4517b9e7955cae7ee0d01fb6a5af6e359ae1",
      "fileid": "https://r2.ropensci.org/d4af6abee727473f505a5b85e0cbf8f91cd0a42f6866f7ba230feb5f3657b3d3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/entjos/actions/runs/28687708853"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-07-03T23:30:10.000Z",
      "commit": "083d4517b9e7955cae7ee0d01fb6a5af6e359ae1",
      "fileid": "https://r2.ropensci.org/5bb6587ba0fef1046a566cbdc633f2de94df2adf9c9e0ccea7409bab800a870c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/entjos/actions/runs/28687708853"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-07-03T23:30:12.000Z",
      "commit": "083d4517b9e7955cae7ee0d01fb6a5af6e359ae1",
      "fileid": "https://r2.ropensci.org/0ead0177a33dfe4cef023f1cbbe12520040527dcfe24db0f43b205851c2656f4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/entjos/actions/runs/28687708853"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.2.0.9000",
      "date": "2026-07-03T23:30:36.000Z",
      "commit": "083d4517b9e7955cae7ee0d01fb6a5af6e359ae1",
      "fileid": "https://r2.ropensci.org/32c6f1fa0d14e8574fe994da4036c521788d421eba4a1cdc0d3deaa0412cae95",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/entjos/actions/runs/28687708853"
    }
  ]
}