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 Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libxml2-dev Repository: https://coatless-rpkg.r-universe.dev Date/Publication: 2026-06-26 20:36:34 UTC RemoteUrl: https://github.com/coatless-rpkg/checktor RemoteRef: HEAD RemoteSha: d0e7647b25275bbfa3039d5954274b990205fb88 NeedsCompilation: no Packaged: 2026-07-03 12:14:46 UTC; root Author: James Joseph Balamuta [aut, cre, cph] (ORCID: ) Maintainer: James Joseph Balamuta