initial_check_article {rjtools}R Documentation

A single article check

Description

A single article check

Usage

initial_check_article(path = here::here(), dic = "en_US", pkg = NULL, ...)

check_wrappers(path)

check_filenames(path)

check_unnecessary_files(path)

check_cover_letter(path)

check_title(path)

check_section(path)

check_abstract_before_intro(path)

check_spelling(path, dic = "en_US", ...)

check_proposed_pkg(pkg = NULL)

check_packages_available(path)

Arguments

path

The directory that contains the .tex file (Ideally, this directory should contain .bib, .rmd, and .tex with author names and two RJwrapper files: RJwrapper.pdf and RJwrapper.tex)

dic

The dictionary used for spelling check. See dict argument in hunspell::hunspell()

pkg

The name of the proposed package (if relevant), to be checked for activity on CRAN

...

Additional arguments for spelling check with hunspell::hunspell

Details

Folder structure checks:

Content checks:

See vignette("create_article", package = "rjtools") for how to use the check functions


[Package rjtools version 1.0.1 Index]