Skip to content

Commit

Permalink
update cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakillo committed Oct 22, 2023
1 parent c9ccbbd commit fac323c
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit fac323c

Please sign in to comment.