{
  "_id": "6a142127acfb0bcc41d3e889",
  "Package": "permutest",
  "Title": "Run Permutation Tests and Construct Associated Confidence\nIntervals",
  "Version": "1.0.0",
  "Authors@R": "person(\"Amanda\", \"Glazer\", , \"amanda.glazer@austin.utexas.edu\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-3229-7924\"))",
  "Description": "Implements permutation tests for any test statistic and\nrandomization scheme and constructs associated confidence\nintervals as described in Glazer and Stark (2024)\n<doi:10.48550/arXiv.2405.05238>.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-25 10:12:18 UTC",
    "User": "root"
  },
  "Author": "Amanda Glazer [aut, cre]\n(<https://orcid.org/0000-0002-3229-7924>)",
  "Maintainer": "Amanda Glazer <amanda.glazer@austin.utexas.edu>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2024-09-26 11:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/permutest",
  "RemoteRef": "HEAD",
  "RemoteSha": "e065e46e35f367da826d08680875fd8cd9f00c1f",
  "MD5sum": "f04de992b34fe8496219941f093ae523",
  "_user": "cran",
  "_type": "src",
  "_file": "permutest_1.0.0.tar.gz",
  "_fileid": "d93cfd5ab91996df54cc045854960f362801de93eaea50a59aad9a56c250994b",
  "_filesize": 181687,
  "_sha256": "d93cfd5ab91996df54cc045854960f362801de93eaea50a59aad9a56c250994b",
  "_created": "2026-05-25T10:12:18.000Z",
  "_published": "2026-05-25T10:15:03.728Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77694256831,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7196200520"
    },
    {
      "job": 77694256792,
      "time": 136,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7196200438"
    },
    {
      "job": 77693887397,
      "time": 177,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7196166065"
    },
    {
      "job": 77694256810,
      "time": 87,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7196188328"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26395108491",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/permutest",
  "_commit": {
    "id": "e065e46e35f367da826d08680875fd8cd9f00c1f",
    "author": "Amanda Glazer <amanda.glazer@austin.utexas.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.0\n",
    "time": 1727349602
  },
  "_maintainer": {
    "name": "Amanda Glazer",
    "email": "amanda.glazer@austin.utexas.edu",
    "orcid": "0000-0002-3229-7924"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "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": 182,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/permutest"
  },
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/permutest.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2024-09-26"
    }
  ],
  "_exports": [
    "adjust_p_value",
    "diff_in_means",
    "diff_in_medians",
    "fisher",
    "liptak",
    "npc",
    "one_sample",
    "one_sample_mean",
    "one_way_anova_stat",
    "permutation_test",
    "permutation_test_ci",
    "permute_group",
    "permute_sign",
    "strat_permute_group",
    "tippett",
    "ttest_stat",
    "two_sample"
  ],
  "_help": [
    {
      "page": "adjust_p_value",
      "title": "Adjust p-values for multiple testing",
      "topics": [
        "adjust_p_value"
      ]
    },
    {
      "page": "diff_in_means",
      "title": "Calculate difference in means",
      "topics": [
        "diff_in_means"
      ]
    },
    {
      "page": "diff_in_medians",
      "title": "Calculate difference in medians",
      "topics": [
        "diff_in_medians"
      ]
    },
    {
      "page": "fisher",
      "title": "Fisher combining function",
      "topics": [
        "fisher"
      ]
    },
    {
      "page": "liptak",
      "title": "Liptak combining function",
      "topics": [
        "liptak"
      ]
    },
    {
      "page": "npc",
      "title": "Run NPC",
      "topics": [
        "npc"
      ]
    },
    {
      "page": "one_sample",
      "title": "One-sample permutation test",
      "topics": [
        "one_sample"
      ]
    },
    {
      "page": "one_sample_mean",
      "title": "Calculate the one-sample problem test statistic",
      "topics": [
        "one_sample_mean"
      ]
    },
    {
      "page": "one_way_anova_stat",
      "title": "Calculate one-way anova test statistic",
      "topics": [
        "one_way_anova_stat"
      ]
    },
    {
      "page": "permutation_test",
      "title": "Run permutation test",
      "topics": [
        "permutation_test"
      ]
    },
    {
      "page": "permutation_test_ci",
      "title": "Construct confidence interval by inverting permutation tests",
      "topics": [
        "permutation_test_ci"
      ]
    },
    {
      "page": "permute_group",
      "title": "Unstratified group permutation",
      "topics": [
        "permute_group"
      ]
    },
    {
      "page": "permute_sign",
      "title": "Sign permutation",
      "topics": [
        "permute_sign"
      ]
    },
    {
      "page": "strat_permute_group",
      "title": "Stratified group permutation",
      "topics": [
        "strat_permute_group"
      ]
    },
    {
      "page": "tippett",
      "title": "Tippett combining function",
      "topics": [
        "tippett"
      ]
    },
    {
      "page": "ttest_stat",
      "title": "Calculate t-test statistic",
      "topics": [
        "ttest_stat"
      ]
    },
    {
      "page": "two_sample",
      "title": "Two-sample permutation test",
      "topics": [
        "two_sample"
      ]
    }
  ],
  "_readme": "https://github.com/cran/permutest/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "permutest",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-25T10:14:12.000Z",
      "distro": "noble",
      "commit": "e065e46e35f367da826d08680875fd8cd9f00c1f",
      "fileid": "0fb0c9b98748d0bfe32be04a9f660997f0cc5967041de2478bb99702f34cb37e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26395108491"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-25T10:14:05.000Z",
      "distro": "noble",
      "commit": "e065e46e35f367da826d08680875fd8cd9f00c1f",
      "fileid": "dc6681b2000d5f084af43d2186b73c420c8d11df3558ab6f9c5af36dbacb093f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26395108491"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-05-25T10:14:02.000Z",
      "commit": "e065e46e35f367da826d08680875fd8cd9f00c1f",
      "fileid": "9481026c782ffb4051aa1a45a01c655fe6d89c8c0a26f3108c3fe18122af7422",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26395108491"
    }
  ]
}