Package: rjtools
Title: Preparing, Checking, and Submitting Articles to the 'R Journal'
Version: 1.0.12
Authors@R: 
    c(person(given = "Mitchell",
             family = "O'Hara-Wild",
             email = "mail@mitchelloharawild.com",
             role = c("aut")),
      person(given = "Stephanie",
             family = "Kobakian",
             role = c("aut")),
      person(given = "H. Sherry",
             family = "Zhang", 
             email = "huizezhangsh@gmail.com", 
             role = "aut"),
      person(given = "Di", 
             family = "Cook", 
             email = "dicook@monash.edu", 
             role = c("aut", "cre"), 
             comment = c(ORCID = "0000-0002-3813-7155")),
      person(given="Simon", family="Urbanek",
             email="simon.urbanek@R-project.org",
             role="aut"),
      person(given = "Christophe", 
             family = "Dervieux", 
             email = "cderv@rstudio.com", 
             role = "aut", 
             comment = c(ORCID = "0000-0003-4474-2498")))
Description: Create an 'R Journal' 'Rmarkdown' template article, that will
  generate html and pdf versions of your paper. Check that the paper folder 
  has all the required components needed for submission. 
  Examples of 'R Journal' publications can be found at 
  <https://journal.r-project.org>. 
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: distill, stringr, purrr, hunspell, fs, cli, glue, whisker,
        xfun, callr, rlang, yaml, yesno, utils, tinytex, bookdown,
        BiocManager, here, rmarkdown
Suggests: knitr, pdftools, rstudioapi, testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://github.com/rjournal/rjtools
BugReports: https://github.com/rjournal/rjtools/issues
Config/testthat/edition: 3
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: no
Packaged: 2023-10-07 00:34:16 UTC; cookd
Author: Mitchell O'Hara-Wild [aut],
  Stephanie Kobakian [aut],
  H. Sherry Zhang [aut],
  Di Cook [aut, cre] (<https://orcid.org/0000-0002-3813-7155>),
  Simon Urbanek [aut],
  Christophe Dervieux [aut] (<https://orcid.org/0000-0003-4474-2498>)
Maintainer: Di Cook <dicook@monash.edu>
Repository: CRAN
Date/Publication: 2023-10-07 05:00:11 UTC
Built: R 4.2.0; ; 2023-10-13 04:54:01 UTC; unix
