Skip to content

Commit

Permalink
Merge pull request #241 from jmbarbone/240-classed-error
Browse files Browse the repository at this point in the history
240 classed error
  • Loading branch information
jmbarbone authored Sep 7, 2024
2 parents eee06ed + b4ce0ad commit 9280a67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mark
Type: Package
Title: Miscellaneous, Analytic R Kernels
Version: 0.8.0.9003
Version: 0.8.0.9004
Authors@R:
person(given = "Jordan Mark",
family = "Barbone",
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* `write_file_md5()` now supports `"feather"` and `"parquet"` methods as wrappers for [`{arrow}`]() [#234](https://github.com/jmbarbone/mark/issues/234)
* `md5()` added to provide MD5 check sums for objects [#233](https://github.com/jmbarbone/jmbarbone/mark/issues/233)
* `unique_rows()` added to subset on (non-)duplicated rows in a `data.frame` [#87](https://github.com/jmbarbone/mark/issues/87)
* test updated for upcoming R release [#240](https://github.com/jmbarbone/mark/issues/240)

# mark 0.8.0

Expand Down
3 changes: 1 addition & 2 deletions tests/testthat/test-expand.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ test_that("reindex() work", {
expect_error(reindex(1), "data.frame", class = "simpleError")
expect_error(
reindex(quick_dfl(a = 1), index = integer()),
"new_index",
class = "simpleError"
"new_index"
)
})

Expand Down

0 comments on commit 9280a67

Please sign in to comment.