{
  "_id": "6a1edaafb401979e7340f644",
  "Package": "apaTables",
  "Version": "3.0.1",
  "Authors@R": "person(\"David\", \"Stanley\", , \"dstanley@uoguelph.ca\", role = c(\"aut\", \"cre\"))",
  "Title": "Create American Psychological Association (APA) Style Tables",
  "Description": "A common task faced by researchers is the creation of APA\nstyle (i.e., American Psychological Association style) tables\nfrom statistical output. In R a large number of function calls\nare often needed to obtain all of the desired information for a\nsingle APA style table. As well, the process of manually\ncreating APA style tables in a word processor is prone to\ntranscription errors. This package creates Word files (.doc\nfiles) and latex code containing APA style tables for several\ntypes of analyses. Using this package minimizes transcription\nerrors and reduces the number commands needed by the user.",
  "URL": "https://github.com/dstanley4/apaTables,\nhttp://dstanley4.github.io/apaTables/",
  "BugReports": "https://github.com/dstanley4/apaTables/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "License": "MIT + file LICENSE",
  "LazyData": "true",
  "Date": "2026-02-12",
  "Config/pak/sysreqs": "cmake libfontconfig1-dev libfreetype6-dev\nlibfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev\nlibuv1-dev libxml2-dev",
  "Repository": "https://dstanley4.r-universe.dev",
  "Date/Publication": "2026-02-19 17:57:04 UTC",
  "RemoteUrl": "https://github.com/dstanley4/apatables",
  "RemoteRef": "HEAD",
  "RemoteSha": "4c318de84029c23dd6aea87566a64c2a30391d7e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-20 09:04:54 UTC",
    "User": "root"
  },
  "Author": "David Stanley [aut, cre]",
  "Maintainer": "David Stanley <dstanley@uoguelph.ca>",
  "MD5sum": "3d653ac8e10a52dd630821f72dd059f0",
  "_user": "dstanley4",
  "_type": "src",
  "_file": "apaTables_3.0.1.tar.gz",
  "_fileid": "95b56fa9563eaa27ccb25bfbde286ee39bc29bbb2103a35341304929749cb125",
  "_filesize": 201860,
  "_sha256": "95b56fa9563eaa27ccb25bfbde286ee39bc29bbb2103a35341304929749cb125",
  "_created": "2026-05-20T09:04:54.000Z",
  "_published": "2026-06-02T13:29:19.768Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79081723636,
      "time": 236,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7105825055"
    },
    {
      "job": 79081723496,
      "time": 181,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7105805339"
    },
    {
      "job": 79081723569,
      "time": 118,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7105781233"
    },
    {
      "job": 79081723409,
      "time": 127,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7105785424"
    },
    {
      "job": 79081723768,
      "time": 214,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7105738318"
    },
    {
      "job": 79081722819,
      "time": 151,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7359040226"
    },
    {
      "job": 79081723513,
      "time": 115,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7105780701"
    },
    {
      "job": 79081724884,
      "time": 129,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7105786244"
    },
    {
      "job": 79081724065,
      "time": 130,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7105786067"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dstanley4/actions/runs/26152461695",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dstanley4/apatables",
  "_commit": {
    "id": "4c318de84029c23dd6aea87566a64c2a30391d7e",
    "author": "David Stanley <dstanley@uoguelph.ca>",
    "committer": "David Stanley <dstanley@uoguelph.ca>",
    "message": "fix p-value display showing \"1..0\" when p = 1.0\n\nUse fixed=TRUE in sub() within strip.leading.zero so the dot in\n\"0.\" is treated as a literal character instead of a regex wildcard.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n",
    "time": 1771523824
  },
  "_maintainer": {
    "name": "David Stanley",
    "email": "dstanley@uoguelph.ca",
    "login": "dstanley4",
    "description": "",
    "uuid": 418534
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "car",
      "role": "Imports"
    },
    {
      "package": "broom",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "kableExtra",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "papaja",
      "role": "Suggests"
    },
    {
      "package": "MBESS",
      "role": "Suggests"
    },
    {
      "package": "afex",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    }
  ],
  "_owner": "dstanley4",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-07",
      "n": 14
    },
    {
      "week": "2026-08",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 69,
  "_contributors": [
    {
      "user": "dstanley4",
      "count": 253,
      "uuid": 418534
    }
  ],
  "_userbio": {
    "uuid": 418534,
    "type": "user",
    "name": "David Stanley"
  },
  "_downloads": {
    "count": 6813,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/apaTables"
  },
  "_mentions": 13,
  "_devurl": "https://github.com/dstanley4/apatables",
  "_pkgdown": "http://dstanley4.github.io/apaTables/",
  "_searchresults": 560,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/apaTables.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dstanley4/apatables",
  "_realowner": "dstanley4",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.3",
      "date": "2015-08-27"
    },
    {
      "version": "1.0.4",
      "date": "2015-11-21"
    },
    {
      "version": "1.5.0",
      "date": "2017-03-25"
    },
    {
      "version": "1.5.1",
      "date": "2017-06-20"
    },
    {
      "version": "2.0.2",
      "date": "2018-03-02"
    },
    {
      "version": "2.0.3",
      "date": "2018-06-01"
    },
    {
      "version": "2.0.4",
      "date": "2018-06-25"
    },
    {
      "version": "2.0.5",
      "date": "2018-08-29"
    },
    {
      "version": "2.0.8",
      "date": "2021-01-04"
    }
  ],
  "_exports": [
    "apa.1way.table",
    "apa.2way.table",
    "apa.afex.table",
    "apa.aov.table",
    "apa.cor.table",
    "apa.d.table",
    "apa.ezANOVA.table",
    "apa.knit.table.for.papaja",
    "apa.knit.table.for.pdf",
    "apa.reg.table",
    "apa.save",
    "get.ci.partial.eta.squared"
  ],
  "_datasets": [
    {
      "name": "album",
      "title": "album data from textbook",
      "object": "album",
      "class": [
        "data.frame"
      ],
      "fields": [
        "adverts",
        "sales",
        "airplay",
        "attract"
      ],
      "rows": 200,
      "table": true,
      "tojson": true
    },
    {
      "name": "dating_wide",
      "title": "dating data from textbook",
      "object": "dating_wide",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "participant",
        "gender",
        "attractive_high",
        "average_high",
        "ugly_high",
        "attractive_some",
        "average_some",
        "ugly_some",
        "attractive_none",
        "average_none",
        "ugly_none"
      ],
      "rows": 20,
      "table": true,
      "tojson": true
    },
    {
      "name": "drink_attitude_wide",
      "title": "drink attitude data from textbook",
      "object": "drink_attitude_wide",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "participant",
        "beer_positive",
        "beer_negative",
        "beer_neutral",
        "wine_positive",
        "wine_negative",
        "wine_neutral",
        "water_positive",
        "water_negative",
        "water_neutral"
      ],
      "rows": 20,
      "table": true,
      "tojson": true
    },
    {
      "name": "Eysenck",
      "title": "Eysenck data",
      "object": "Eysenck",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Age",
        "Condition",
        "Recall"
      ],
      "rows": 100,
      "table": true,
      "tojson": true
    },
    {
      "name": "fidler_thompson",
      "title": "Fidler & Thompson (2001) Fixed-Effects ANOVA data",
      "object": "fidler_thompson",
      "class": [
        "data.frame"
      ],
      "fields": [
        "a",
        "b",
        "dv"
      ],
      "rows": 24,
      "table": true,
      "tojson": true
    },
    {
      "name": "goggles",
      "title": "goggles data from textbook",
      "object": "goggles",
      "class": [
        "data.frame"
      ],
      "fields": [
        "participant",
        "gender",
        "alcohol",
        "attractiveness"
      ],
      "rows": 48,
      "table": true,
      "tojson": true
    },
    {
      "name": "viagra",
      "title": "viagra data from textbook",
      "object": "viagra",
      "class": [
        "data.frame"
      ],
      "fields": [
        "dose",
        "libido"
      ],
      "rows": 15,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "apaTables-package",
      "title": "apaTables: Create American Psychological Association (APA) Style Tables",
      "topics": [
        "apaTables-package",
        "apaTables"
      ]
    },
    {
      "page": "album",
      "title": "album data from textbook",
      "topics": [
        "album"
      ]
    },
    {
      "page": "apa.1way.table",
      "title": "Creates a table of means and standard deviations for a 1-way ANOVA design in APA style",
      "topics": [
        "apa.1way.table"
      ]
    },
    {
      "page": "apa.2way.table",
      "title": "Creates a table of means and standard deviations for a 2-way ANOVA design in APA style",
      "topics": [
        "apa.2way.table"
      ]
    },
    {
      "page": "apa.afex.table",
      "title": "Creates an ANOVA table in APA style based on output of aov_ez command from afex package",
      "topics": [
        "apa.afex.table"
      ]
    },
    {
      "page": "apa.aov.table",
      "title": "Creates a fixed-effects ANOVA table in APA style",
      "topics": [
        "apa.aov.table"
      ]
    },
    {
      "page": "apa.cor.table",
      "title": "Creates a correlation table in APA style with means and standard deviations",
      "topics": [
        "apa.cor.table"
      ]
    },
    {
      "page": "apa.d.table",
      "title": "Creates a d-values for all pairwise (two-sample) comparisons in APA style",
      "topics": [
        "apa.d.table"
      ]
    },
    {
      "page": "apa.ezANOVA.table",
      "title": "Creates an ANOVA table in APA style based output of ezANOVA command from ez package",
      "topics": [
        "apa.ezANOVA.table"
      ]
    },
    {
      "page": "apa.knit.table.for.papaja",
      "title": "Create output for papaja",
      "topics": [
        "apa.knit.table.for.papaja"
      ]
    },
    {
      "page": "apa.knit.table.for.pdf",
      "title": "Create latex output for an apaTables object",
      "topics": [
        "apa.knit.table.for.pdf"
      ]
    },
    {
      "page": "apa.reg.table",
      "title": "Creates a regresion table in APA style",
      "topics": [
        "apa.reg.table"
      ]
    },
    {
      "page": "apa.save",
      "title": "Save previously constructed APA table objects in a single .doc file",
      "topics": [
        "apa.save"
      ]
    },
    {
      "page": "dating_wide",
      "title": "dating data from textbook",
      "topics": [
        "dating_wide"
      ]
    },
    {
      "page": "drink_attitude_wide",
      "title": "drink attitude data from textbook",
      "topics": [
        "drink_attitude_wide"
      ]
    },
    {
      "page": "Eysenck",
      "title": "Eysenck data",
      "topics": [
        "Eysenck"
      ]
    },
    {
      "page": "fidler_thompson",
      "title": "Fidler & Thompson (2001) Fixed-Effects ANOVA data",
      "topics": [
        "fidler_thompson"
      ]
    },
    {
      "page": "get.ci.partial.eta.squared",
      "title": "Calculates confidence interval for partial eta-squared in a fixed-effects ANOVA",
      "topics": [
        "get.ci.partial.eta.squared"
      ]
    },
    {
      "page": "goggles",
      "title": "goggles data from textbook",
      "topics": [
        "goggles"
      ]
    },
    {
      "page": "viagra",
      "title": "viagra data from textbook",
      "topics": [
        "viagra"
      ]
    }
  ],
  "_readme": "https://github.com/dstanley4/apatables/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "backports",
    "base64enc",
    "boot",
    "broom",
    "bslib",
    "cachem",
    "car",
    "carData",
    "cli",
    "colorspace",
    "cowplot",
    "cpp11",
    "Deriv",
    "digest",
    "doBy",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "forecast",
    "Formula",
    "fracdiff",
    "fs",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "highr",
    "htmltools",
    "isoband",
    "jquerylib",
    "jsonlite",
    "kableExtra",
    "knitr",
    "labeling",
    "lattice",
    "lifecycle",
    "lme4",
    "lmtest",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixModels",
    "memoise",
    "mgcv",
    "microbenchmark",
    "mime",
    "minqa",
    "modelr",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "pbkrtest",
    "pillar",
    "pkgconfig",
    "purrr",
    "quantreg",
    "R6",
    "rappdirs",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "Rdpack",
    "reformulas",
    "rlang",
    "rmarkdown",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "SparseM",
    "stringi",
    "stringr",
    "survival",
    "svglite",
    "systemfonts",
    "textshaping",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "tinytex",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "xml2",
    "yaml",
    "zoo"
  ],
  "_score": 8.420375506682852,
  "_indexed": true,
  "_nocasepkg": "apatables",
  "_universes": [
    "dstanley4"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.0.1",
      "date": "2026-05-20T09:08:29.000Z",
      "distro": "noble",
      "commit": "4c318de84029c23dd6aea87566a64c2a30391d7e",
      "fileid": "c0730c9203b1731bef1836892817957ff4bac9428c7e428fc4a66739d0b5cfb0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dstanley4/actions/runs/26152461695"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "3.0.1",
      "date": "2026-05-20T09:07:45.000Z",
      "distro": "noble",
      "commit": "4c318de84029c23dd6aea87566a64c2a30391d7e",
      "fileid": "73396ccd94ffed5362e48fe940d887459532795995a8f11d500ac0aeaf929af4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dstanley4/actions/runs/26152461695"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.0.1",
      "date": "2026-05-20T09:06:45.000Z",
      "commit": "4c318de84029c23dd6aea87566a64c2a30391d7e",
      "fileid": "0a5102bccd8841b7d895335dc41d9cb436a4ba0306490b2237e482455017b8c1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dstanley4/actions/runs/26152461695"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "3.0.1",
      "date": "2026-05-20T09:06:53.000Z",
      "commit": "4c318de84029c23dd6aea87566a64c2a30391d7e",
      "fileid": "e9022f2b36eb8c1e1abdc87aa582ef2a896baabd79bd71394ab26d743486171f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dstanley4/actions/runs/26152461695"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "3.0.1",
      "date": "2026-05-20T09:06:30.000Z",
      "commit": "4c318de84029c23dd6aea87566a64c2a30391d7e",
      "fileid": "75d35555363a5024b1095ad1d369ea922efe9db3459946cc2391ca9fba36e938",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dstanley4/actions/runs/26152461695"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "3.0.1",
      "date": "2026-05-20T09:06:40.000Z",
      "commit": "4c318de84029c23dd6aea87566a64c2a30391d7e",
      "fileid": "45d86849cd44d7a46af1c86adb078362129be83d875f45238e6e7922b3130b14",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dstanley4/actions/runs/26152461695"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "3.0.1",
      "date": "2026-05-20T09:06:42.000Z",
      "commit": "4c318de84029c23dd6aea87566a64c2a30391d7e",
      "fileid": "d4ae64d6841193a606e4cf977f8c6e02503029e012da5ebdcd487f9c25d87fa2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dstanley4/actions/runs/26152461695"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "3.0.1",
      "date": "2026-06-02T13:28:40.000Z",
      "commit": "4c318de84029c23dd6aea87566a64c2a30391d7e",
      "fileid": "3c5d403b898eba1b5fb77a32518319613c84e0168779956e87cf5c30ffdf9e5e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dstanley4/actions/runs/26152461695"
    }
  ]
}