Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Feb 18, 2024
1 parent 77221b2 commit c9a3604
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Suggests:
rmarkdown,
covr
VignetteBuilder: knitr
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Language: en-US
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ S3method(dendro_data,hclust)
S3method(dendro_data,rpart)
S3method(dendro_data,tree)
S3method(dendro_data,twins)
S3method(text,rpart)
export(as.dendro)
export(dendro_data)
export(dendro_data.default)
Expand Down
5 changes: 1 addition & 4 deletions R/ggdendro-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
#' To plot a dendrogram, either construct a plot with [ggplot2::ggplot()] or use
#' the function [ggdendrogram()].
#'
#' @name ggdendro-package
#' @aliases ggdendro
#' @docType package
#' @import MASS ggplot2
#' @importFrom grDevices col2rgb dev.cur dev.new
#' @importFrom graphics par points polygon text
Expand All @@ -64,4 +61,4 @@
#' @author Andrie de Vries - \email{apdevries@@gmail.com}
#' @keywords package
#' @seealso [dendro_data()]
NULL
"_PACKAGE"
1 change: 1 addition & 0 deletions R/rpart.R
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ rpartco <- function(tree, parms) {
## Fancy option has been added in (to mimic post.tree)
##

#' @export
text.rpart <- function(x, splits = TRUE, label, FUN = text, all = FALSE,
pretty = NULL, digits = getOption("digits") - 3L,
use.n = FALSE, fancy = FALSE, fwidth = 0.8, fheight = 0.8,
Expand Down
14 changes: 10 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@

## R CMD check results
## Submission notes

0 errors | 0 warnings | 0 notes

* This release contains very minor updates to remove all NOTES on CRAN tests
* All reverse dependency checks pass
This release fixes notes on CRAN checks, including on R-devel

Reverse dependency checks highlighted new failures on `mosaic`. As a result
I have been communicating with the `mosaic` authors. They have fixed their
test suite, and submitted a new version to CRAN on 2024-02-17.

Once this new submission of `ggdendro` as well as `mosaic` is updated on CRAN,
I am unaware of any other issues.

2 changes: 1 addition & 1 deletion man/dendro_data.rpart.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/dendro_data.tree.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/dendrogram_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified man/figures/README-unnamed-chunk-2-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-unnamed-chunk-2-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-unnamed-chunk-2-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion man/ggdendro-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/rpart_labels.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c9a3604

Please sign in to comment.