Skip to content

Commit

Permalink
cran: update cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 26, 2023
1 parent e4b7715 commit fdc58bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
10 changes: 6 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# rcompendium 1.3

* **Improvements**
* **Bug fixes**

* `get_deps_*()` better detects project dependencies
* `add_sticker()` now provide a template for compendium
* `get_deps_*()` better detects project dependencies and does not delete
packages called w/ `library("pkg")` or `library('pkg')`
* `add_sticker()` now copies the sticker template for compendium

* **Minor changes**

* Provide instructions for installing V8 engine
* Provide instructions for installing V8 engine on Unix systems


# rcompendium 1.2

Expand Down
15 changes: 8 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
## Resubmit comments

Sorry for the short delay between this submission and the previous one.
This new version provides important bug fix.

* Improvements
* `get_deps_*()` better detects project dependencies
* `add_sticker()` now provide a template for compendium
* Bug fixes
* `get_deps_*()` better detects project dependencies and does not delete
packages called w/ `library("pkg")` or `library('pkg')`
* `add_sticker()` now copies the sticker template for compendium

* And other minor changes

Expand All @@ -29,8 +27,11 @@ This new version provides important bug fix.

## R CMD check results

0 error | 0 warning | 0 note
0 error | 0 warning | 1 note

* Days since last update: 2
* Sorry for the short delay between this submission and the previous one. This
new version provides important bug fixes.

## Downstream dependencies

Expand Down

0 comments on commit fdc58bc

Please sign in to comment.