From fac323c3458dab24e67322fdb23d30c87072b19d Mon Sep 17 00:00:00 2001 From: Francisco Rodriguez-Sanchez Date: Sun, 22 Oct 2023 18:17:27 +0200 Subject: [PATCH] update cran comments --- cran-comments.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 89d857b..4fbfb09 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,19 +1,6 @@ -## Resubmission - -This is a resubmission where I have fixed the issues raised by the CRAN review: - -* CITATION now uses bibentry() rather than citEntry(). - -* Package and software names now mentioned within single quotes ('R Markdown', 'Quarto'). - -* All functions writing to disk now require `out.dir` to be provided by the user -(`out.dir = getwd()` has been replaced by `out.dir = NULL`). -Examples and tests write to a `tempdir()`. - -In addition, I have added many more tests and argument checks to increase the package robustness. - ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 notes + +Fixed the @doctype Roxygen issue (https://github.com/r-lib/roxygen2/issues/1491). -* This is a new release.