Package: checktor
Title: Extra CRAN Submission Checks
Version: 0.1.0
Authors@R: c(
    person("James Joseph", "Balamuta",
            email = "james.balamuta@gmail.com",
            role = c("aut", "cre", "cph"),
            comment = c(ORCID = "0000-0003-2826-8458")
           )
    )
Description: Provides automated checks for common Comprehensive R Archive
    Network (CRAN) submission issues that are not caught by standard
    'R CMD check'. Consolidates ad-hoc requirements that CRAN reviewers
    enforce but standard checks do not surface, helping 'R' package
    maintainers identify and fix issues before submission to reduce
    rejection rates. Covers code-pattern issues, DESCRIPTION-field
    formatting, documentation problems, and general package structure
    concerns.
License: AGPL (>= 3)
URL: https://github.com/coatless-rpkg/checktor,
        https://r-pkg.thecoatlessprofessor.com/checktor/
BugReports: https://github.com/coatless-rpkg/checktor/issues
Depends: R (>= 3.5.0)
Imports: utils, tools, cli (>= 3.0.0), generics, xml2, xmlparsedata
Suggests: testthat (>= 3.0.0), quarto
VignetteBuilder: quarto
Encoding: UTF-8
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-06-26 21:16:06 UTC; ronin
Author: James Joseph Balamuta [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-2826-8458>)
Maintainer: James Joseph Balamuta <james.balamuta@gmail.com>
Repository: CRAN
Date/Publication: 2026-07-02 18:50:02 UTC
Built: R 4.5.2; ; 2026-07-02 22:49:28 UTC; unix
