-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |