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 style (i.e., American Psychological Association style) tables from statistical output. In R a large number of function calls are often needed to obtain all of the desired information for a single APA style table. As well, the process of manually creating APA style tables in a word processor is prone to transcription errors. This package creates Word files (.doc files) and latex code containing APA style tables for several types of analyses. Using this package minimizes transcription errors and reduces the number commands needed by the user. URL: https://github.com/dstanley4/apaTables, http://dstanley4.github.io/apaTables/ BugReports: https://github.com/dstanley4/apaTables/issues Depends: R (>= 4.1.0) Imports: stats, utils, methods, car, broom, dplyr, kableExtra, stringr Suggests: testthat, papaja, MBESS, afex, tidyr 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 libfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev libuv1-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: 2026-06-19 08:37:19 UTC; root Author: David Stanley [aut, cre] Maintainer: David Stanley