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
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^backlog$
^CRAN-SUBMISSION$
^pkgdown$
^revdep$
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# hstats 1.2.2

## Bug fixes

- Compatibility warning with ggplot v4.0.

## Documentation

- Changed Tidymodels example to probabilistic multiclass, see discussion in [#129](https://github.com/ModelOriented/hstats/issues/129).
Expand Down
2 changes: 1 addition & 1 deletion R/hstats.R
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ plot.hstats <- function(
dat <- barplot_reverter(dat)

p <- ggplot2::ggplot(dat, ggplot2::aes(x = value_, y = variable_)) +
ggplot2::ylab(ggplot2::element_blank()) +
ggplot2::ylab(NULL) +
ggplot2::xlab(su$h2$description) # Generic enough?

if (x[["K"]] == 1L) {
Expand Down
2 changes: 1 addition & 1 deletion R/utils_statistics.R
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ plot.hstats_matrix <- function(
}

p <- ggplot2::ggplot(df, ggplot2::aes(x = value_, y = variable_)) +
ggplot2::ylab(ggplot2::element_blank()) +
ggplot2::ylab(NULL) +
ggplot2::xlab(x[["description"]])

K <- ncol(M)
Expand Down
327 changes: 0 additions & 327 deletions backlog/calibration.R

This file was deleted.

11 changes: 9 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Re-submission: hstats 1.2.1
# Re-submission: hstats 1.2.2

This is a small update, fixing a wrong ORCID.
Ciao CRAN team

This is a small update, mainly dealing with an incompatibility warning of ggplot 4.0.

## Local checks

Expand All @@ -9,3 +11,8 @@ This is a small update, fixing a wrong ORCID.
## Winbuilder

Status: OK

## Reverse dependencies (1)

mrIML 2.1.0 ?????? E: 0 | W: 0 | N: 0
OK: 1
Loading