{
  "_id": "6a49c346fbe299ac63d6c08e",
  "Package": "ritest",
  "Type": "Package",
  "Title": "Randomisation Inference Testing",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(given = \"Grant\",\nfamily = \"McDermott\",\nrole = c(\"aut\", \"cre\"),\nemail = \"contact@grantmcdermott.com\",\ncomment = c(ORCID = \"0000-0001-7883-8573\")),\nperson(given = \"Simon\",\nfamily = \"Heß\",\nrole = \"ctb\")\n)",
  "Description": "An experimental port of the `ritest` Stata routine by\nSimon Heß. Fast and user-friendly. Aims to support a variety of\nmodel classes once it is fully baked.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "URL": "https://github.com/grantmcdermott/ritest,\nhttp://grantmcdermott.com/ritest",
  "BugReports": "https://github.com/grantmcdermott/ritest/issues",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Repository": "https://grantmcdermott.r-universe.dev",
  "Date/Publication": "2026-07-05 01:29:50 UTC",
  "RemoteUrl": "https://github.com/grantmcdermott/ritest",
  "RemoteRef": "HEAD",
  "RemoteSha": "e2bd4da303a6e270ac6f32ee982cc18be54b1a98",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-05 02:33:17 UTC",
    "User": "root"
  },
  "Author": "Grant McDermott [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-7883-8573>),\nSimon Heß [ctb]",
  "Maintainer": "Grant McDermott <contact@grantmcdermott.com>",
  "_user": "grantmcdermott",
  "_type": "src",
  "_file": "ritest_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/b61bd31f287754371e48668ad1140d3f66b75860060e5979c9ba7e57fed9ae4b",
  "_filesize": 525684,
  "_sha256": "b61bd31f287754371e48668ad1140d3f66b75860060e5979c9ba7e57fed9ae4b",
  "_expires": "2026-10-13T02:36:53.000Z",
  "_created": "2026-07-05T02:33:17.000Z",
  "_published": "2026-07-05T02:36:54.939Z",
  "_jobs": [
    {
      "job": 85186176685,
      "time": 173,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8087603982"
    },
    {
      "job": 85186176697,
      "time": 178,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8087604560"
    },
    {
      "job": 85186176672,
      "time": 139,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8087600441"
    },
    {
      "job": 85186176676,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8087597400"
    },
    {
      "job": 85185968074,
      "time": 218,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8087587403"
    },
    {
      "job": 85186176669,
      "time": 145,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8087601107"
    },
    {
      "job": 85186176678,
      "time": 160,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8087602437"
    },
    {
      "job": 85186176689,
      "time": 123,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8087599088"
    },
    {
      "job": 85186176684,
      "time": 115,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8087598395"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/grantmcdermott/actions/runs/28726986393",
  "_status": "success",
  "_upstream": "https://github.com/grantmcdermott/ritest",
  "_commit": {
    "id": "e2bd4da303a6e270ac6f32ee982cc18be54b1a98",
    "author": "Jeroen Ooms <jeroenooms@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Fix parsing error by removing redundant field (#8)\n\nThe syntax of this field is wrong (it should be `name <email>`) however it is also redundant because you already name the maintainer in the `Authors@R` field. \r\n\r\nFixes https://github.com/r-universe/grantmcdermott/actions/runs/28701731917/job/85120790234",
    "time": 1783214990
  },
  "_maintainer": {
    "name": "Grant McDermott",
    "email": "contact@grantmcdermott.com",
    "orcid": "0000-0001-7883-8573"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "parallelly",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "pbapply",
      "role": "Imports"
    },
    {
      "package": "fixest",
      "version": ">= 0.10.0",
      "role": "Imports"
    },
    {
      "package": "multcomp",
      "version": ">= 1.4-18",
      "role": "Imports"
    },
    {
      "package": "generics",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "broom",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "modelsummary",
      "role": "Suggests"
    }
  ],
  "_owner": "grantmcdermott",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-08",
      "n": 6
    },
    {
      "week": "2026-27",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 11,
  "_contributors": [
    {
      "user": "grantmcdermott",
      "count": 113,
      "uuid": 10285037
    },
    {
      "user": "jeroen",
      "count": 1,
      "uuid": 216319
    }
  ],
  "_userbio": {
    "uuid": 10285037,
    "type": "user",
    "name": "Grant McDermott",
    "followers": 904,
    "description": "Principal Economist at Amazon. Mix of economics, data science, and open source."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ritest"
  },
  "_devurl": "https://github.com/grantmcdermott/ritest",
  "_pkgdown": "http://grantmcdermott.com/ritest",
  "_searchresults": 17,
  "_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/readme.html",
    "extra/readme.md",
    "extra/ritest.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "glance",
    "ritest",
    "tidy"
  ],
  "_datasets": [
    {
      "name": "colombia",
      "title": "Vendor data from an RCT conducted in Bogota, Colombia.",
      "object": "colombia",
      "class": [
        "data.frame"
      ],
      "fields": [
        "b_block",
        "b_pair",
        "b_treat",
        "dayscorab",
        "b_dayscorab",
        "miss_b_dayscorab",
        "round2",
        "round3"
      ],
      "rows": 3366,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "colombia",
      "title": "Vendor data from an RCT conducted in Bogota, Colombia.",
      "topics": [
        "colombia"
      ]
    },
    {
      "page": "glance.ritest",
      "title": "Glance at an `ritest` object",
      "topics": [
        "glance.ritest"
      ]
    },
    {
      "page": "plot.ritest",
      "title": "A plot method for ritest objects",
      "topics": [
        "plot.ritest"
      ]
    },
    {
      "page": "print.ritest",
      "title": "A print method for ritest objects",
      "topics": [
        "print.ritest"
      ]
    },
    {
      "page": "ritest",
      "title": "Perform randomization inference on a model object",
      "topics": [
        "ritest"
      ]
    },
    {
      "page": "tidy.ritest",
      "title": "Tidy an `ritest` object",
      "topics": [
        "tidy.ritest"
      ]
    }
  ],
  "_readme": "https://github.com/grantmcdermott/ritest/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "data.table",
    "dreamerr",
    "fixest",
    "Formula",
    "generics",
    "lattice",
    "MASS",
    "Matrix",
    "multcomp",
    "mvtnorm",
    "nlme",
    "numDeriv",
    "parallelly",
    "pbapply",
    "Rcpp",
    "sandwich",
    "stringmagic",
    "survival",
    "TH.data",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "ritest.Rmd",
      "filename": "ritest.html",
      "title": "Introduction to ritest",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Example I: Toy data",
        "Example II: Real-life data",
        "Stata implementation",
        "R implementation",
        "Benchmarks",
        "Extras and asides",
        "Regression tables",
        "NSE and formula arguments",
        "ggplot2",
        "Piping workflows"
      ],
      "created": "2021-11-01 21:48:35",
      "modified": "2026-02-16 22:31:48",
      "commits": 7
    }
  ],
  "_score": 4.2718416065364995,
  "_indexed": true,
  "_nocasepkg": "ritest",
  "_universes": [
    "grantmcdermott"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-05T02:35:34.000Z",
      "distro": "resolute",
      "commit": "e2bd4da303a6e270ac6f32ee982cc18be54b1a98",
      "fileid": "https://r2.ropensci.org/730ecaff1537fe875970d7943af3bdf820805945dfce136ed23549d8846d8e78",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/grantmcdermott/actions/runs/28726986393"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-05T02:35:37.000Z",
      "distro": "resolute",
      "commit": "e2bd4da303a6e270ac6f32ee982cc18be54b1a98",
      "fileid": "https://r2.ropensci.org/0516a7695d3ab62efa77729353d272c5d6480f63a353078d3ff8f1083f3dd7ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/grantmcdermott/actions/runs/28726986393"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-05T02:34:51.000Z",
      "commit": "e2bd4da303a6e270ac6f32ee982cc18be54b1a98",
      "fileid": "https://r2.ropensci.org/6c74f9c429fbc9b7d09b93984e702e5d05aa1dc1098d53aaa74760aa4c01e38a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/grantmcdermott/actions/runs/28726986393"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-05T02:34:40.000Z",
      "commit": "e2bd4da303a6e270ac6f32ee982cc18be54b1a98",
      "fileid": "https://r2.ropensci.org/f2511a90e852c4f2b974a014e8b3c1f1c580d96c068d88ebf3b314eba99c0abf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/grantmcdermott/actions/runs/28726986393"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-05T02:35:56.000Z",
      "commit": "e2bd4da303a6e270ac6f32ee982cc18be54b1a98",
      "fileid": "https://r2.ropensci.org/243a02c0852030a2f7cf5a0208c197ce833e17082869bf51d087ec7c45c8bc81",
      "status": "success",
      "buildurl": "https://github.com/r-universe/grantmcdermott/actions/runs/28726986393"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-05T02:35:13.000Z",
      "commit": "e2bd4da303a6e270ac6f32ee982cc18be54b1a98",
      "fileid": "https://r2.ropensci.org/387418a18f86e388ccc1bfe44c702d876c2d1d5c8a5073bb21b9765dc403d59b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/grantmcdermott/actions/runs/28726986393"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-05T02:34:28.000Z",
      "commit": "e2bd4da303a6e270ac6f32ee982cc18be54b1a98",
      "fileid": "https://r2.ropensci.org/b86988e8ae168c5f989b259ec60a3d42c7e33e9e85c253795f1f9069a7aa2fde",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/grantmcdermott/actions/runs/28726986393"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-05T02:34:45.000Z",
      "commit": "e2bd4da303a6e270ac6f32ee982cc18be54b1a98",
      "fileid": "https://r2.ropensci.org/207933bc2d3e0f053a4db33594d5c916965d5f219575bbd3d20b05431c059d87",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/grantmcdermott/actions/runs/28726986393"
    }
  ]
}