Preparing, Checking, and Submitting Articles to the R Journal
The goal of rjtools is to make it easier for AUTHORS of R Journal articles to
- create a new paper from a template that will produce both html and pdf versions in the format needed by the journal, and
- to run various checks on their paper, that it satisfies various requirements, in preparation for submitting it to the journal.
Installation
You can install the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("rjournal/rjtools")Checking that your paper satisfies various conditions
Explore the various check_XXX functions that will check the format of your article, and some submission requirements.
- See Check your Article Before Submission for more on this.