Package: TeXCheckR Type: Package Title: Parses LaTeX Documents for Errors Date: 2024-02-04 Version: 0.8.1 Authors@R: c(person("Hugh", "Parsonage", role = c("aut", "cre"), email = "hugh.parsonage@gmail.com")) URL: https://github.com/HughParsonage/TeXCheckR BugReports: https://github.com/HughParsonage/TeXCheckR/issues Description: Checks LaTeX documents and .bib files for typing errors, such as spelling errors, incorrect quotation marks. Also provides useful functions for parsing and linting bibliography files. License: GPL-2 Depends: R (>= 3.3.0) Imports: clisymbols, crayon, data.table (>= 1.9.0), fastmatch, hunspell (>= 2.5), hutils (>= 0.8.0), magrittr, rstudioapi, stats, tools, zoo LazyData: TRUE ByteCompile: true RoxygenNote: 7.3.2 Encoding: UTF-8 Suggests: devtools, readr, rlang, stringi, testthat (>= 2.0.0), tinytex Repository: https://hughparsonage.r-universe.dev Date/Publication: 2025-06-01 13:17:51 UTC RemoteUrl: https://github.com/hughparsonage/texcheckr RemoteRef: HEAD RemoteSha: c903e91b84a48d83b6f20bac2f232f94bcd7f508 NeedsCompilation: no Packaged: 2026-05-30 09:12:34 UTC; root Author: Hugh Parsonage [aut, cre] Maintainer: Hugh Parsonage