Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.10.1
Date: 2025-06-22 16:23:21 UTC
SHA: 4be67f34e25f4ccf9d27000bbea2b5a64afaf27d
Version: 0.10.2
Date: 2025-07-17 17:18:06 UTC
SHA: 2858e35ec55be68109099c5565318199fd199dbe
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Bug fixes

- `sv_interaction(..., type = "bar")`: Bars of feature pairs appeared twice, see [#178]([https://github.com/ModelOriented/shapviz/issues/178]).
- `sv_interaction(..., type = "bar")`: Bars of feature pairs appeared twice, see [#178](https://github.com/ModelOriented/shapviz/issues/178).

# shapviz 0.10.1

Expand Down
8 changes: 8 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# shapviz 0.10.2

## Resubmission due to error in link in NEWS

There where squared brackets instead of parentheses in the NEWS file, which is now fixed.

Thanks for pointing this out, CRAN team!

## Original message

Hello CRAN team

This small update fixes a mistake in a new visualization, where feature pairs appeared twice (a:b and b:a).
Expand Down
Loading