{
  "_id": "6a1ad9f61d7bb097a09e7c53",
  "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,\nsuch as spelling errors, incorrect quotation marks. Also\nprovides useful functions for parsing and linting bibliography\nfiles.",
  "License": "GPL-2",
  "LazyData": "TRUE",
  "ByteCompile": "true",
  "RoxygenNote": "7.3.2",
  "Encoding": "UTF-8",
  "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": {
    "Date": "2026-05-30 09:12:34 UTC",
    "User": "root"
  },
  "Author": "Hugh Parsonage [aut, cre]",
  "Maintainer": "Hugh Parsonage <hugh.parsonage@gmail.com>",
  "MD5sum": "38a0d19a303030dd0df55cf068306722",
  "_user": "hughparsonage",
  "_type": "src",
  "_file": "TeXCheckR_0.8.1.tar.gz",
  "_fileid": "7c1c331f580482b3bb1d8eee8b63a01b9bbaf56090a98135363fdca8b76c06f4",
  "_filesize": 3147509,
  "_sha256": "7c1c331f580482b3bb1d8eee8b63a01b9bbaf56090a98135363fdca8b76c06f4",
  "_created": "2026-05-30T09:12:34.000Z",
  "_published": "2026-05-30T12:37:10.543Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78638880716,
      "time": 170,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7307129440"
    },
    {
      "job": 78638880740,
      "time": 147,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307126932"
    },
    {
      "job": 78638880697,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7308216401"
    },
    {
      "job": 78638880726,
      "time": 94,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7308217714"
    },
    {
      "job": 78638692410,
      "time": 209,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307089852"
    },
    {
      "job": 78638880696,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307124041"
    },
    {
      "job": 78638880704,
      "time": 127,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7307121999"
    },
    {
      "job": 78638880694,
      "time": 99,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7307119384"
    },
    {
      "job": 78638880719,
      "time": 107,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307120113"
    }
  ],
  "_buildurl": "https://github.com/r-universe/hughparsonage/actions/runs/26632914291",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/hughparsonage/texcheckr",
  "_commit": {
    "id": "c903e91b84a48d83b6f20bac2f232f94bcd7f508",
    "author": "HughParsonage <hugh.parsonage@gmail.com>",
    "committer": "HughParsonage <hugh.parsonage@gmail.com>",
    "message": "Closes #83\n",
    "time": 1748783871
  },
  "_maintainer": {
    "name": "Hugh Parsonage",
    "email": "hugh.parsonage@gmail.com",
    "login": "hughparsonage",
    "description": "",
    "uuid": 8111628
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "clisymbols",
      "role": "Imports"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "version": ">= 1.9.0",
      "role": "Imports"
    },
    {
      "package": "fastmatch",
      "role": "Imports"
    },
    {
      "package": "hunspell",
      "version": ">= 2.5",
      "role": "Imports"
    },
    {
      "package": "hutils",
      "version": ">= 0.8.0",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "zoo",
      "role": "Imports"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "rlang",
      "role": "Suggests"
    },
    {
      "package": "stringi",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.0.0",
      "role": "Suggests"
    },
    {
      "package": "tinytex",
      "role": "Suggests"
    }
  ],
  "_owner": "hughparsonage",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-22",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "bibtex",
    "latex",
    "spellcheck"
  ],
  "_stars": 7,
  "_contributors": [
    {
      "user": "hughparsonage",
      "count": 904,
      "uuid": 8111628
    },
    {
      "user": "shabbychef",
      "count": 1,
      "uuid": 1456159
    },
    {
      "user": "wfmackey",
      "count": 1,
      "uuid": 30094143
    },
    {
      "user": "carmelachivers1",
      "count": 1,
      "uuid": 25334079
    }
  ],
  "_userbio": {
    "uuid": 8111628,
    "type": "user",
    "name": "HughParsonage"
  },
  "_downloads": {
    "count": 398,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/TeXCheckR"
  },
  "_devurl": "https://github.com/hughparsonage/texcheckr",
  "_searchresults": 23,
  "_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/TeXCheckR.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hughparsonage/texcheckr",
  "_realowner": "hughparsonage",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2017-04-09"
    },
    {
      "version": "0.2.0",
      "date": "2017-06-17"
    },
    {
      "version": "0.4.1",
      "date": "2017-10-23"
    },
    {
      "version": "0.4.4",
      "date": "2017-11-04"
    },
    {
      "version": "0.5.1",
      "date": "2018-03-20"
    },
    {
      "version": "0.6.0",
      "date": "2018-08-25"
    },
    {
      "version": "0.7.0",
      "date": "2020-11-17"
    },
    {
      "version": "0.8.1",
      "date": "2024-02-04"
    }
  ],
  "_exports": [
    "any_bib_duplicates",
    "bib2DT",
    "check_biber",
    "check_consecutive_words",
    "check_dashes",
    "check_escapes",
    "check_footnote_typography",
    "check_labels",
    "check_literal_citations",
    "check_literal_xrefs",
    "check_quote_marks",
    "check_spelling",
    "commands_used",
    "extract_LaTeX_argument",
    "extract_mandatory_LaTeX_argument",
    "extract_optional_LaTeX_argument",
    "extract_validate_abbreviations",
    "figs_tbls_unrefd",
    "fread_bib",
    "inputs_of",
    "isR_line_in_knitr",
    "lint_bib",
    "minimal_bib",
    "nth_arg_positions",
    "parse_tex",
    "read_tex_document",
    "reorder_bib",
    "replace_nth_LaTeX_argument",
    "report2console",
    "rm_editorial_square_brackets",
    "separate_sentences",
    "split_report",
    "strip_comments",
    "tex_group_by_char",
    "validate_bibliography",
    "veto_sic",
    "weld_bmillion"
  ],
  "_datasets": [
    {
      "name": "correctly_spelled_words",
      "title": "List of correctly spelled words",
      "object": "correctly_spelled_words",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "CORRECTLY_SPELLED_WORDS_CASE_SENSITIVE",
      "title": "List of correctly spelled, case-sensitive words",
      "object": "CORRECTLY_SPELLED_WORDS_CASE_SENSITIVE",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "valid_English_contractions",
      "title": "Valid English contractions",
      "object": "valid_English_contractions",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "wrongly_spelled_words",
      "title": "List of wrongly spelled words",
      "object": "wrongly_spelled_words",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "TeXCheckR-package",
      "title": "TeXCheckR",
      "topics": [
        "TeXCheckR-package"
      ]
    },
    {
      "page": "any_bib_duplicates",
      "title": "Are any bib entries duplicated?",
      "topics": [
        "any_bib_duplicates"
      ]
    },
    {
      "page": "argument_parsing",
      "title": "Replace nth arguments",
      "topics": [
        "argument_parsing",
        "nth_arg_positions",
        "replace_nth_LaTeX_argument"
      ]
    },
    {
      "page": "bib_parser",
      "title": "Functions for parsing .bib files",
      "topics": [
        "bib2DT",
        "bib_parser",
        "fread_bib",
        "reorder_bib"
      ]
    },
    {
      "page": "braces_closes_at",
      "title": "Brace closes at",
      "topics": [
        "braces_closes_at"
      ]
    },
    {
      "page": "check_biber",
      "title": "Check biber",
      "topics": [
        "check_biber"
      ]
    },
    {
      "page": "check_consecutive_words",
      "title": "Check consecutive typeset words",
      "topics": [
        "check_consecutive_words"
      ]
    },
    {
      "page": "check_dashes",
      "title": "Check dashes entered as hyphens",
      "topics": [
        "check_dashes"
      ]
    },
    {
      "page": "check_escapes",
      "title": "Check escapes",
      "topics": [
        "check_escapes"
      ]
    },
    {
      "page": "check_footnote_typography",
      "title": "Check footnote typography",
      "topics": [
        "check_footnote_typography"
      ]
    },
    {
      "page": "check_labels",
      "title": "Check labels",
      "topics": [
        "check_labels"
      ]
    },
    {
      "page": "check_literal_citations",
      "title": "Check that citations are all using cites",
      "topics": [
        "check_literal_citations"
      ]
    },
    {
      "page": "check_literal_xrefs",
      "title": "Check for hard-coded cross-references",
      "topics": [
        "check_literal_xrefs"
      ]
    },
    {
      "page": "check_quote_marks",
      "title": "Check quote marks in TeX",
      "topics": [
        "check_quote_marks"
      ]
    },
    {
      "page": "check_spelling",
      "title": "Spell checking",
      "topics": [
        "check_spelling"
      ]
    },
    {
      "page": "check_xrefs",
      "title": "Check cross-references",
      "topics": [
        "check_xrefs"
      ]
    },
    {
      "page": "commands_used",
      "title": "List all unique commands in a document",
      "topics": [
        "commands_used"
      ]
    },
    {
      "page": "correctly_spelled_words",
      "title": "List of correctly spelled words",
      "topics": [
        "correctly_spelled_words"
      ]
    },
    {
      "page": "CORRECTLY_SPELLED_WORDS_CASE_SENSITIVE",
      "title": "List of correctly spelled, case-sensitive words",
      "topics": [
        "CORRECTLY_SPELLED_WORDS_CASE_SENSITIVE"
      ]
    },
    {
      "page": "extract_LaTeX_argument",
      "title": "Extract LaTeX command argument",
      "topics": [
        "extract_LaTeX_argument"
      ]
    },
    {
      "page": "extract_mandatory_LaTeX_argument",
      "title": "Extract mandatory argument II",
      "topics": [
        "extract_mandatory_LaTeX_argument"
      ]
    },
    {
      "page": "extract_optional_LaTeX_argument",
      "title": "Extract optional argument",
      "topics": [
        "extract_optional_LaTeX_argument"
      ]
    },
    {
      "page": "extract_validate_abbreviations",
      "title": "Extract valid abbreviations and initialisms",
      "topics": [
        "extract_validate_abbreviations",
        "extract_valid_abbrevations"
      ]
    },
    {
      "page": "figs_tbls_unrefd",
      "title": "Return unreferenced figures or tables in document",
      "topics": [
        "figs_tbls_unrefd"
      ]
    },
    {
      "page": "inputs_of",
      "title": "Inputs to files nested within LaTeX document",
      "topics": [
        "inputs_of"
      ]
    },
    {
      "page": "isR_line_in_knitr",
      "title": "Is a line in knitr R or not?",
      "topics": [
        "isR_line_in_knitr"
      ]
    },
    {
      "page": "lint_bib",
      "title": "Tidy bibliography so equals signs align",
      "topics": [
        "lint_bib"
      ]
    },
    {
      "page": "locate_mandatory_LaTeX_argument",
      "title": "Locate contents of LaTeX commands",
      "topics": [
        "locate_mandatory_LaTeX_argument"
      ]
    },
    {
      "page": "minimal_bib",
      "title": "Generate a minimal bibliography file",
      "topics": [
        "minimal_bib"
      ]
    },
    {
      "page": "parse_tex",
      "title": "Parse LaTeX lines",
      "topics": [
        "parse_tex"
      ]
    },
    {
      "page": "position_of_string",
      "title": "Position of strings",
      "topics": [
        "positions_of_all_strings",
        "position_of_string"
      ]
    },
    {
      "page": "read_tex_document",
      "title": "Read a LaTeX document",
      "topics": [
        "read_tex_document"
      ]
    },
    {
      "page": "report_error",
      "title": "Report errors to console",
      "topics": [
        "report2console",
        "report_error"
      ]
    },
    {
      "page": "rm_editorial_square_brackets",
      "title": "Remove editorial square brackets",
      "topics": [
        "rm_editorial_square_brackets"
      ]
    },
    {
      "page": "separate_sentences",
      "title": "Put sentences on their own line",
      "topics": [
        "separate_sentences"
      ]
    },
    {
      "page": "split_report",
      "title": "Split report into include-able files",
      "topics": [
        "split_report"
      ]
    },
    {
      "page": "strip_comments",
      "title": "Strip comments from LaTeX lines",
      "topics": [
        "strip_comments"
      ]
    },
    {
      "page": "tex_group_by_char",
      "title": "TeX group by character position",
      "topics": [
        "tex_group_by_char"
      ]
    },
    {
      "page": "valid_English_contractions",
      "title": "Valid English contractions",
      "topics": [
        "valid_English_contractions"
      ]
    },
    {
      "page": "validate_bibliography",
      "title": "Validate bibliography according to Grattan style",
      "topics": [
        "validate_bibliography"
      ]
    },
    {
      "page": "veto_sic",
      "title": "Veto sic",
      "topics": [
        "veto_sic"
      ]
    },
    {
      "page": "weld_bmillion",
      "title": "Unbreaking spaces between billion and million",
      "topics": [
        "weld_bmillion"
      ]
    },
    {
      "page": "wrongly_spelled_words",
      "title": "List of wrongly spelled words",
      "topics": [
        "wrongly_spelled_words"
      ]
    }
  ],
  "_readme": "https://github.com/hughparsonage/texcheckr/raw/HEAD/README.md",
  "_rundeps": [
    "clisymbols",
    "crayon",
    "data.table",
    "digest",
    "fastmatch",
    "hunspell",
    "hutils",
    "lattice",
    "magrittr",
    "Rcpp",
    "rstudioapi",
    "zoo"
  ],
  "_score": 4.382917135087531,
  "_indexed": true,
  "_nocasepkg": "texcheckr",
  "_universes": [
    "hughparsonage"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.8.1",
      "date": "2026-05-30T09:19:22.000Z",
      "distro": "noble",
      "commit": "c903e91b84a48d83b6f20bac2f232f94bcd7f508",
      "fileid": "85643e9082d70648e4f206aca78baddeff67cdb7a8fcb44655b725cd39f361f9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hughparsonage/actions/runs/26632914291"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.8.1",
      "date": "2026-05-30T09:19:00.000Z",
      "distro": "noble",
      "commit": "c903e91b84a48d83b6f20bac2f232f94bcd7f508",
      "fileid": "40536787a60f985292a20cf1e525c70b6db063d39b3fe4c52769874b41806877",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hughparsonage/actions/runs/26632914291"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.8.1",
      "date": "2026-05-30T12:36:18.000Z",
      "commit": "c903e91b84a48d83b6f20bac2f232f94bcd7f508",
      "fileid": "50c2a0cc86037331501c963121594115bd516c6b27a474eb44903f6ce428dca9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hughparsonage/actions/runs/26632914291"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.8.1",
      "date": "2026-05-30T12:36:29.000Z",
      "commit": "c903e91b84a48d83b6f20bac2f232f94bcd7f508",
      "fileid": "4730e4f6d5af691a40d14a27b6704ef7c5cb633dce2b56eb96d601872e00229e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hughparsonage/actions/runs/26632914291"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.8.1",
      "date": "2026-05-30T09:18:53.000Z",
      "commit": "c903e91b84a48d83b6f20bac2f232f94bcd7f508",
      "fileid": "0e1b279d32bb5e38dbf6f8ac8b7f516c2b97b83cda96c0f838b95d950deced30",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hughparsonage/actions/runs/26632914291"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.8.1",
      "date": "2026-05-30T09:17:46.000Z",
      "commit": "c903e91b84a48d83b6f20bac2f232f94bcd7f508",
      "fileid": "543dd76e11af965625c6e77c7766a0bdfb99e227afdb9b3a2f5b0288e05fa7ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hughparsonage/actions/runs/26632914291"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.8.1",
      "date": "2026-05-30T09:17:26.000Z",
      "commit": "c903e91b84a48d83b6f20bac2f232f94bcd7f508",
      "fileid": "8c745cc68eed2d5e4e97764b707fb6786571453826a81bc0fb2822217770642a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hughparsonage/actions/runs/26632914291"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.8.1",
      "date": "2026-05-30T09:17:35.000Z",
      "commit": "c903e91b84a48d83b6f20bac2f232f94bcd7f508",
      "fileid": "798655714fb9f561af38052a3822de986c7f37b5995242dae3f165d00189fcd2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hughparsonage/actions/runs/26632914291"
    }
  ]
}