{
  "_id": "6a137539acfb0bcc41d2afad",
  "Package": "TukeyC",
  "Version": "1.4-0",
  "Date": "2026-05-23",
  "Title": "Conventional Tukey Test",
  "Authors@R": "c(person(\"J. C.\", \"Faria\",\nrole = \"aut\",\nemail = \"joseclaudio.faria@gmail.com\"),\nperson(\"E. G.\", \"Jelihovschi\",\nrole = \"aut\",\nemail = \"eniojelihovs@gmail.com\"),\nperson(\"I. B.\", \"Allaman\",\nrole = c(\"aut\", \"cre\"),\nemail = \"ivanalaman@gmail.com\"))",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Description": "Performs multiple comparison analyses using Tukey's\nHonestly Significant Difference (HSD) test, with intuitive\nletter grouping of means for balanced and unbalanced designs.\nAccepts input from 'formula', 'aov', 'lm', 'aovlist', and\n'lmerMod' objects, including straightforward handling of\ninteractions. For more details see Tukey (1949)\n<doi:10.2307/3001913>.",
  "License": "GPL (>= 2)",
  "URL": "https://github.com/jcfaria/TukeyC,\nhttps://lec.pro.br/software/pac-r/tukeyc",
  "BugReports": "https://github.com/jcfaria/TukeyC/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "NeedsCompilation": "no",
  "Repository": "https://jcfaria.r-universe.dev",
  "Date/Publication": "2026-05-24 11:36:31 UTC",
  "RemoteUrl": "https://github.com/jcfaria/tukeyc",
  "RemoteRef": "HEAD",
  "RemoteSha": "67a3d4dc3f1802fcb66061e4f103ce1d5c80ac59",
  "Packaged": {
    "Date": "2026-05-24 21:58:15 UTC",
    "User": "root"
  },
  "Author": "J. C. Faria [aut],\nE. G. Jelihovschi [aut],\nI. B. Allaman [aut, cre]",
  "Maintainer": "I. B. Allaman <ivanalaman@gmail.com>",
  "MD5sum": "4ce9b286ae943444856737702f820a82",
  "_user": "jcfaria",
  "_type": "src",
  "_file": "TukeyC_1.4-0.tar.gz",
  "_fileid": "8ca2d32c38c842cfd37d84c919f2c5616e84b2799ec627f3fe9611ab89cd87ad",
  "_filesize": 641906,
  "_sha256": "8ca2d32c38c842cfd37d84c919f2c5616e84b2799ec627f3fe9611ab89cd87ad",
  "_created": "2026-05-24T21:58:15.000Z",
  "_published": "2026-05-24T22:01:29.069Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77630647960,
      "time": 149,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7188705832"
    },
    {
      "job": 77630647945,
      "time": 157,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7188706523"
    },
    {
      "job": 77630647950,
      "time": 119,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7188702462"
    },
    {
      "job": 77630647959,
      "time": 95,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7188700336"
    },
    {
      "job": 77630463662,
      "time": 207,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7188691159"
    },
    {
      "job": 77630647946,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7188701943"
    },
    {
      "job": 77630648025,
      "time": 123,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7188702996"
    },
    {
      "job": 77630647944,
      "time": 101,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7188700860"
    },
    {
      "job": 77630647982,
      "time": 95,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7188700537"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jcfaria/actions/runs/26373795393",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jcfaria/tukeyc",
  "_commit": {
    "id": "67a3d4dc3f1802fcb66061e4f103ce1d5c80ac59",
    "author": "Ivan Bezerra Allaman <ivanalaman@gmail.com>",
    "committer": "Ivan Bezerra Allaman <ivanalaman@gmail.com>",
    "message": "Small adjust in DESCRIPTION file\n",
    "time": 1779622591
  },
  "_maintainer": {
    "name": "I. B. Allaman",
    "email": "ivanalaman@gmail.com",
    "login": "ivanalaman",
    "description": "",
    "uuid": 5413091
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "emmeans",
      "role": "Imports"
    },
    {
      "package": "xtable",
      "role": "Imports"
    },
    {
      "package": "pbkrtest",
      "version": ">= 0.4-6",
      "role": "Suggests"
    },
    {
      "package": "lme4",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "jcfaria",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-09",
      "n": 3
    },
    {
      "week": "2026-20",
      "n": 16
    },
    {
      "week": "2026-21",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "jcfaria",
      "count": 49,
      "uuid": 878690
    },
    {
      "user": "ivanalaman",
      "count": 33,
      "uuid": 5413091
    }
  ],
  "_userbio": {
    "uuid": 878690,
    "type": "user",
    "name": "José Cláudio Faria",
    "description": "Statistics teacher and software developer for statistics."
  },
  "_downloads": {
    "count": 414,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/TukeyC"
  },
  "_mentions": 7,
  "_devurl": "https://github.com/jcfaria/tukeyc",
  "_searchresults": 82,
  "_rbuild": "4.6.0",
  "_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/TukeyC.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jcfaria/tukeyc",
  "_realowner": "jcfaria",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0-6",
      "date": "2012-06-22"
    },
    {
      "version": "1.0-7",
      "date": "2012-06-26"
    },
    {
      "version": "1.1-0",
      "date": "2012-10-08"
    },
    {
      "version": "1.1-4",
      "date": "2013-11-22"
    },
    {
      "version": "1.1-5",
      "date": "2014-08-18"
    },
    {
      "version": "1.3-0",
      "date": "2018-01-13"
    },
    {
      "version": "1.3-3",
      "date": "2019-01-16"
    },
    {
      "version": "1.3-4",
      "date": "2021-10-28"
    },
    {
      "version": "1.3-41",
      "date": "2023-06-22"
    },
    {
      "version": "1.3-42",
      "date": "2023-08-31"
    },
    {
      "version": "1.3-43",
      "date": "2025-04-10"
    },
    {
      "version": "1.3-44",
      "date": "2026-02-25"
    },
    {
      "version": "1.4-0",
      "date": "2026-05-24"
    }
  ],
  "_exports": [
    "boxplot.TukeyC",
    "cv",
    "plot.TukeyC",
    "print.TukeyC",
    "summary.TukeyC",
    "TukeyC",
    "xtable",
    "xtable.TukeyC"
  ],
  "_datasets": [
    {
      "name": "CRD1",
      "title": "Completely Randomized Design (CRD)",
      "object": "CRD1",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "CRD2",
      "title": "Completely Randomized Design ('CRD')",
      "object": "CRD2",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "FE",
      "title": "Factorial Experiment (FE)",
      "object": "FE",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "LSD",
      "title": "Latin Squares Design (LSD)",
      "object": "LSD",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "RCBD",
      "title": "Randomized Complete Block Design (RCBD)",
      "object": "RCBD",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "sorghum",
      "title": "Completely Randomized Design (CRD)",
      "object": "sorghum",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "SPE",
      "title": "Split-plot Experiment (SPE)",
      "object": "SPE",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "SPET",
      "title": "Split-plot Experiment in Time (SPET)",
      "object": "SPET",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "SSPE",
      "title": "Split-split-plot Experiment (SSPE)",
      "object": "SSPE",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "boxplot.TukeyC",
      "title": "Boxplot TukeyC Objects",
      "topics": [
        "boxplot.TukeyC"
      ]
    },
    {
      "page": "CRD1",
      "title": "Completely Randomized Design (CRD)",
      "topics": [
        "CRD1"
      ]
    },
    {
      "page": "CRD2",
      "title": "Completely Randomized Design ('CRD')",
      "topics": [
        "CRD2"
      ]
    },
    {
      "page": "cv",
      "title": "Coefficient of variation",
      "topics": [
        "cv"
      ]
    },
    {
      "page": "FE",
      "title": "Factorial Experiment (FE)",
      "topics": [
        "FE"
      ]
    },
    {
      "page": "LS",
      "title": "Latin Squares Design (LSD)",
      "topics": [
        "LSD"
      ]
    },
    {
      "page": "plot.TukeyC",
      "title": "Plot TukeyC and TukeyC.nest Objects",
      "topics": [
        "plot.TukeyC"
      ]
    },
    {
      "page": "print.TukeyC",
      "title": "Print Method for 'TukeyC' objects.",
      "topics": [
        "print.TukeyC"
      ]
    },
    {
      "page": "RCBD",
      "title": "Randomized Complete Block Design (RCBD)",
      "topics": [
        "RCBD"
      ]
    },
    {
      "page": "sorghum",
      "title": "Completely Randomized Design (CRD)",
      "topics": [
        "sorghum"
      ]
    },
    {
      "page": "SPE",
      "title": "Split-plot Experiment (SPE)",
      "topics": [
        "SPE"
      ]
    },
    {
      "page": "SPET",
      "title": "Split-plot Experiment in Time (SPET)",
      "topics": [
        "SPET"
      ]
    },
    {
      "page": "SSPE",
      "title": "Split-split-plot Experiment (SSPE)",
      "topics": [
        "SSPE"
      ]
    },
    {
      "page": "summary",
      "title": "Summary Method for TukeyC and TukeyC.nest Objects",
      "topics": [
        "summary.TukeyC"
      ]
    },
    {
      "page": "TukeyC-package",
      "title": "Conventional Tukey Test",
      "topics": [
        "TukeyC-package"
      ]
    },
    {
      "page": "TukeyC",
      "title": "The TukeyC Test for Single Experiments",
      "topics": [
        "TukeyC",
        "TukeyC.aovlist",
        "TukeyC.default",
        "TukeyC.formula",
        "TukeyC.lm",
        "TukeyC.lmerMod"
      ]
    },
    {
      "page": "xtable",
      "title": "Create a Table for Export",
      "topics": [
        "xtable"
      ]
    },
    {
      "page": "xtable.TukeyC",
      "title": "xtable method for 'TukeyC' objects.",
      "topics": [
        "print.xtable.TukeyC",
        "xtable.TukeyC"
      ]
    }
  ],
  "_readme": "https://github.com/jcfaria/tukeyc/raw/HEAD/README.md",
  "_rundeps": [
    "emmeans",
    "estimability",
    "mvtnorm",
    "numDeriv",
    "rlang",
    "xtable"
  ],
  "_vignettes": [
    {
      "source": "TukeyC_intro.Rmd",
      "filename": "TukeyC_intro.html",
      "title": "Introduction to the TukeyC Package",
      "author": "Faria, J. C., Jelihovschi, E. G., Allaman, I. B.",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "1. Quick Start - Completely Randomized Design (CRD)",
        "2. Accepted Input Classes",
        "3. Unbalanced Data",
        "4. Randomized Complete Block Design (RCBD)",
        "5. Significance Level",
        "6. Factorial Experiment (FE)",
        "7. Split-Plot Experiment (SPE)",
        "8. Visualisation Options",
        "8.1 Dispersion bars",
        "8.2 Comparing all four options",
        "8.3 Boxplot",
        "9. Tabular Output",
        "10. Mixed Models with lme4",
        "References"
      ],
      "created": "2026-05-16 13:15:16",
      "modified": "2026-05-16 13:15:16",
      "commits": 1
    },
    {
      "source": "TukeyC_intro_pdf.Rnw",
      "filename": "TukeyC_intro_pdf.pdf",
      "title": "Introduction to the TukeyC Package (PDF)",
      "engine": "knitr::knitr",
      "headings": [],
      "created": "2026-05-16 13:15:16",
      "modified": "2026-05-16 13:15:16",
      "commits": 1
    }
  ],
  "_score": 6.838093138445599,
  "_indexed": true,
  "_nocasepkg": "tukeyc",
  "_universes": [
    "jcfaria",
    "ivanalaman"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4-0",
      "date": "2026-05-24T22:00:34.000Z",
      "distro": "noble",
      "commit": "67a3d4dc3f1802fcb66061e4f103ce1d5c80ac59",
      "fileid": "843fe5444a924e8559e759f4b89212434b05d759d1e110e3df2a5ecd3cb29ecf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jcfaria/actions/runs/26373795393"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.4-0",
      "date": "2026-05-24T22:00:49.000Z",
      "distro": "noble",
      "commit": "67a3d4dc3f1802fcb66061e4f103ce1d5c80ac59",
      "fileid": "ef580f41bf774744ab446f974ade6d041d4cda72c6b249b35bcb16f1e0af6114",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jcfaria/actions/runs/26373795393"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.4-0",
      "date": "2026-05-24T22:00:04.000Z",
      "commit": "67a3d4dc3f1802fcb66061e4f103ce1d5c80ac59",
      "fileid": "33c8d24187df38e5e9d07a77aa5e2d8bb9d286c3e791be086188fb3a07d95946",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jcfaria/actions/runs/26373795393"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.4-0",
      "date": "2026-05-24T21:59:49.000Z",
      "commit": "67a3d4dc3f1802fcb66061e4f103ce1d5c80ac59",
      "fileid": "cb67f106e77cff60233fd19be4fdd6c04a129dd332eb41c0f25682fc0a9fd1b9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jcfaria/actions/runs/26373795393"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.4-0",
      "date": "2026-05-24T22:00:27.000Z",
      "commit": "67a3d4dc3f1802fcb66061e4f103ce1d5c80ac59",
      "fileid": "78cb42c53b076519af3f9344294c8003f71aa1c0c6a9112b9d7c842ade48120e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jcfaria/actions/runs/26373795393"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.4-0",
      "date": "2026-05-24T22:00:00.000Z",
      "commit": "67a3d4dc3f1802fcb66061e4f103ce1d5c80ac59",
      "fileid": "be20787d11370a49deb0181d91a9649d6a256a21d8df632ca6e91363cfc5c999",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jcfaria/actions/runs/26373795393"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.4-0",
      "date": "2026-05-24T21:59:39.000Z",
      "commit": "67a3d4dc3f1802fcb66061e4f103ce1d5c80ac59",
      "fileid": "afa9bc193ea97ef6353a7adf8956ab8f319a3c0604a4fb881cc8c32c42140e04",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jcfaria/actions/runs/26373795393"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.4-0",
      "date": "2026-05-24T21:59:39.000Z",
      "commit": "67a3d4dc3f1802fcb66061e4f103ce1d5c80ac59",
      "fileid": "4457f8d5295e5a6dc7b7ec7b9843a4a7e039f7be3a1f3e6c44439cfabd51e26c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jcfaria/actions/runs/26373795393"
    }
  ]
}