Skip to content

Commit

Permalink
fix: pre-CRAN submission updates
Browse files Browse the repository at this point in the history
  • Loading branch information
selkamand committed Nov 19, 2024
1 parent 2fac5c9 commit 45aeae3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ inst/logo
^doc$
^Meta$
^CRAN-SUBMISSION$
revdep/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ docs
inst/doc
/doc/
/Meta/
revdep/
22 changes: 21 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# assertions 0.1.0.9000
# assertions 0.2.0

* Improved factor support for `assert_includes()` and `assert_excludes()`

* Added `assert_connection()`

* Added `assert_set_equal()`

* Added `assert_one_of()`

* Added `assert_scalar()`

* Added missing `assert_less_than()` assertions.

* Added `assert_null()` and `assert_non_null()`

* Added `assert_length()`

* Improved error messages when `assert_create()` arguments are inappropriate

# assertions 0.1.0

* Added a `NEWS.md` file to track changes to the package.
10 changes: 1 addition & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

0 errors | 0 warnings | 1 note

* This is a resubmission of a new package
* This is an update to an existing CRAN package.

Revisions:

* Added missing \value tag to documentation of assert_function_expects_n_arguments()

* Dropped usage of ::: in has_all_names() documentation

* Removed all examples for unexported functions

* Did not add references to publications describing package methods since none exist

0 comments on commit 45aeae3

Please sign in to comment.