Skip to content

Commit

Permalink
fix: links to external packages
Browse files Browse the repository at this point in the history
  • Loading branch information
m-jahn committed Nov 4, 2024
1 parent 2f296ad commit 0ad5ebb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion R/drawTreemap.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' Default is to use the lowest level cells for Voronoi treemaps and all levels
#' for sunburst treemaps.
#' @param color_palette (character) A character vector of colors used to fill cells.
#' The default is to use \code{\link{rainbow_hcl}} from package \code{colorspace}
#' The default is to use \code{\link[colorspace]{rainbow_hcl}} from
#' @param border_level (numeric) A numeric vector representing the hierarchical level that should be
#' used for drawing cell borders, or NULL to omit drawing borders, The default is
#' that all borders are drawn.
Expand Down
24 changes: 5 additions & 19 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,18 @@
- ubuntu-latest (release)
- ubuntu-latest (oldrel-1)

### with `rhub::check_for_cran()`
### with `rhub::rhub_check()`

- Fedora Linux, R-devel, clang, gfortran
- Debian Linux, R-release, GCC
- MacOS arm64 latest, R-* (any version)
- Windows Server 2022, R-devel, 64 bit
- Ubuntu Linux 20.04.1 LTS, R-release, GCC
- Debian Linux, R-devel, GCC ASAN/UBSAN
- Ubuntu 22.04.5 LTS, R-devel, GCC 14
- Ubuntu 22.04.5 LTS, R-devel, Clang ASAN/UBSAN

## R CMD check results

There were no ERRORs or WARNINGs.

There was 1 NOTE:

```
checking installed package size ... NOTE
installed size is 9.6Mb
sub-directories of 1Mb or more:
doc 1.1Mb
libs 7.7Mb
```

Installed package size exceeding 5 MB is caused by the compiled function `voronoiDiagram.o`. The size of this file can not be reduced.

There were "additional issues" brought up with from ASAN/UBSAN sanitizer checks.
These were fixed in the current version.
The Clang ASAN test throws 1 error, "AddressSanitizer: alloc-dealloc-mismatch (operator new vs free)", related to the upstream dependency libgeos. This is most likely a false-positive, see https://github.com/r-hub/rhub/issues/598.

## Downstream dependencies

Expand Down
2 changes: 1 addition & 1 deletion man/drawTreemap.Rd

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

0 comments on commit 0ad5ebb

Please sign in to comment.