{
  "_id": "6a1806feacfb0bcc41dacf7a",
  "Package": "RRI",
  "Type": "Package",
  "Title": "Residual Randomization Inference for Regression Models",
  "Version": "1.1",
  "Author": "Panos Toulis",
  "Maintainer": "Panos Toulis <panos.toulis@chicagobooth.edu>",
  "Description": "Testing and inference for regression models using residual\nrandomization methods. The basis of inference is an invariance\nassumption on the regression errors, e.g., clustered errors, or\ndoubly-clustered errors.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.0.2",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-28 09:09:11 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2019-12-19 05:40:03 UTC",
  "RemoteUrl": "https://github.com/cran/RRI",
  "RemoteRef": "HEAD",
  "RemoteSha": "8986bd63cee8ea3d380347f901383486e08117e1",
  "MD5sum": "7c82160d1f0c840b892d7877ddb7ea78",
  "_user": "cran",
  "_type": "src",
  "_file": "RRI_1.1.tar.gz",
  "_fileid": "25c5fbda242dd9361fc640b0b709cce2fa60d81cfe91d939695991942dc91c6d",
  "_filesize": 132450,
  "_sha256": "25c5fbda242dd9361fc640b0b709cce2fa60d81cfe91d939695991942dc91c6d",
  "_created": "2026-05-28T09:09:11.000Z",
  "_published": "2026-05-28T09:12:30.094Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78259379093,
      "time": 128,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7262055485"
    },
    {
      "job": 78259379035,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7262051064"
    },
    {
      "job": 78259379024,
      "time": 140,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7262058921"
    },
    {
      "job": 78259378995,
      "time": 122,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7262053699"
    },
    {
      "job": 78258771658,
      "time": 232,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7262012144"
    },
    {
      "job": 78259378952,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7262047513"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26565420508",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/RRI",
  "_commit": {
    "id": "8986bd63cee8ea3d380347f901383486e08117e1",
    "author": "Panos Toulis <panos.toulis@chicagobooth.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.1\n",
    "time": 1576734003
  },
  "_maintainer": {
    "name": "Panos Toulis",
    "email": "panos.toulis@chicagobooth.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.1",
      "role": "Imports"
    }
  ],
  "_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": 176,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RRI"
  },
  "_mentions": 1,
  "_searchresults": 0,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/RRI.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2019-07-15"
    },
    {
      "version": "1.1",
      "date": "2019-12-19"
    }
  ],
  "_exports": [
    "check_model",
    "example_clustering",
    "example_model",
    "fastLm",
    "get_clustered_eps",
    "OLS_c",
    "one_sided_test",
    "out_pval",
    "r_test_c",
    "restricted_OLS_c",
    "rrinf",
    "rrinf_clust",
    "rrinfBase",
    "rrtest",
    "rrtest_clust",
    "two_sided_test"
  ],
  "_help": [
    {
      "page": "check_model",
      "title": "Checks whether the input 'model' is valid.",
      "topics": [
        "check_model"
      ]
    },
    {
      "page": "example_clustering",
      "title": "An example 'clustering' object. A clustering is a 'List' that splits indexes 1..#num_datapoints to clusters. Each 'List' element corresponds to one cluster. The clustering is not necessarily a partition but it usually is.",
      "topics": [
        "example_clustering"
      ]
    },
    {
      "page": "example_model",
      "title": "Example regression model and H0.",
      "topics": [
        "example_model"
      ]
    },
    {
      "page": "fastLm",
      "title": "Fast least squares",
      "topics": [
        "fastLm"
      ]
    },
    {
      "page": "get_clustered_eps",
      "title": "Calculate residuals restricted under H0",
      "topics": [
        "get_clustered_eps"
      ]
    },
    {
      "page": "OLS_c",
      "title": "Fast least squares",
      "topics": [
        "OLS_c"
      ]
    },
    {
      "page": "one_sided_test",
      "title": "One-sided testing",
      "topics": [
        "one_sided_test"
      ]
    },
    {
      "page": "out_pval",
      "title": "Calculates p-value or test decision",
      "topics": [
        "out_pval"
      ]
    },
    {
      "page": "r_test_c",
      "title": "Residual randomization test",
      "topics": [
        "r_test_c"
      ]
    },
    {
      "page": "restricted_OLS_c",
      "title": "Fast least squares with linear constraint",
      "topics": [
        "restricted_OLS_c"
      ]
    },
    {
      "page": "rrinf",
      "title": "Generic residual randomization confidence intervals",
      "topics": [
        "rrinf"
      ]
    },
    {
      "page": "rrinf_clust",
      "title": "Residual randomization inference based on cluster invariances",
      "topics": [
        "rrinf_clust"
      ]
    },
    {
      "page": "rrinfBase",
      "title": "Generic residual randomization inference This function provides the basis for all other rrinf* functions.",
      "topics": [
        "rrinfBase"
      ]
    },
    {
      "page": "rrtest",
      "title": "Generic residual randomization test",
      "topics": [
        "rrtest"
      ]
    },
    {
      "page": "rrtest_clust",
      "title": "Residual randomization test under cluster invariances",
      "topics": [
        "rrtest_clust"
      ]
    },
    {
      "page": "two_sided_test",
      "title": "Two-sided testing",
      "topics": [
        "two_sided_test"
      ]
    }
  ],
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "rri",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-05-28T09:11:32.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "8986bd63cee8ea3d380347f901383486e08117e1",
      "fileid": "9c432954295970b3adb2081542eaf2a0e4b4f8a5230d42d7fecaab6363c7fb8f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26565420508"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-05-28T09:11:18.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "8986bd63cee8ea3d380347f901383486e08117e1",
      "fileid": "54bc3fdbf79a8e7f82bf5c08f3a4874662831203e54469c92793a563327f2bc7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26565420508"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-05-28T09:11:43.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "8986bd63cee8ea3d380347f901383486e08117e1",
      "fileid": "e9cda72961b5a0775c8ae06dbb7cd7b0afe0abf89f95d496f6981f2498c62afd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26565420508"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-05-28T09:11:23.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "8986bd63cee8ea3d380347f901383486e08117e1",
      "fileid": "a52d4b9863f5d949942707c0450a100aef3801606c5c27c6a5bd3fd14ef3882b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26565420508"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1",
      "date": "2026-05-28T09:11:23.000Z",
      "arch": "emscripten",
      "commit": "8986bd63cee8ea3d380347f901383486e08117e1",
      "fileid": "990ce3f92e12573ababbcecc908e41c180dd868440ee4c0c2382554bccaf9fd9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26565420508"
    }
  ]
}