From ce1554f621658e70c4e9c3640bb2968e8295d60f Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Tue, 11 Nov 2025 09:58:17 +0100 Subject: [PATCH 01/25] polish news --- NEWS.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index f28acdcef4..41e0a5bc79 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # ggplot2 (development version) +This is a smaller patch release focussed on fixing regressions from 4.0.0 and +polishing the recent features. + +## Bug fixes + * Fixed regression where `geom_area()` didn't draw panels with single groups when `stat = "align"` (@teunbrand, #6680) * Fixed regression where `position_stack(vjust)` was ignored when there are @@ -17,9 +22,6 @@ (@mitchelloharawild, #6609). * Fixed regression where `scale_{x,y}_*()` threw an error when an expression object is set to `labels` argument (@yutannihilation, #6617). -* Improved palette fallback mechanism in scales (@teunbrand, #6669). -* Allow `stat` in `geom_hline`, `geom_vline`, and `geom_abline`. (@sierrajohnson, #6559) -* `stat_boxplot()` treats `width` as an optional aesthetic (@Yunuuuu, #6575) * Fixed regression where the first (unnamed) argument to colour/fill scales was not passed as the `name` argument (@teunbrand, #6623) * Fixed issue where vectorised `arrow()`s caused errors in drawing the @@ -28,10 +30,16 @@ insistently. Now they contribute only as fallback labels (@teunbrand, #6616) * Fixed regression where empty arguments to colour/fill scale caused errors (@jmbarbone, #6710) +* Fixed axis misplacement in `coor_radial()` when labels are blank (@teunbrand, #6574) + +## Improvements + +* Improved palette fallback mechanism in scales (@teunbrand, #6669). +* Allow `stat` in `geom_hline`, `geom_vline`, and `geom_abline`. (@sierrajohnson, #6559) +* `stat_boxplot()` treats `width` as an optional aesthetic (@Yunuuuu, #6575) * The `theme(panel.widths, panel.heights)` setting attempts to preserve the plot's aspect ratio when only one of the two settings is given, and the plot has a single panel (@teunbrand, #6701). -* Fixed axis misplacement in `coor_radial()` when labels are blank (@teunbrand, #6574) # ggplot2 4.0.0 From 139c510f2d0ebc00f0532d4575d80c49685e2165 Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Tue, 11 Nov 2025 10:00:38 +0100 Subject: [PATCH 02/25] reorder a few bullets in news --- NEWS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 41e0a5bc79..08f903f269 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,11 +10,6 @@ polishing the recent features. * Fixed regression where `position_stack(vjust)` was ignored when there are only single groups (#6692) * Fixed bug where `NA` handling in `geom_path()` was ignoring panels (@teunbrand, #6533) -* Logical values for the linetype aesthetic will be interpreted numerically, - so that `linetype = FALSE` becomes 0/'blank' and `linetype = TRUE` becomes - 1/'solid' (@teunbrand, #6641) -* Out-of-bounds datapoints used as padding by `stat_align()` now get removed - silently rather than verbosely (@teunbrand, #6667) * Fixed bug where `stat_bin(boundary)` was ignored (#6682). * `geom_text()` and `geom_label()` accept expressions as the `label` aesthetic (@teunbrand, #6638) @@ -40,6 +35,11 @@ polishing the recent features. * The `theme(panel.widths, panel.heights)` setting attempts to preserve the plot's aspect ratio when only one of the two settings is given, and the plot has a single panel (@teunbrand, #6701). +* Logical values for the linetype aesthetic will be interpreted numerically, + so that `linetype = FALSE` becomes 0/'blank' and `linetype = TRUE` becomes + 1/'solid' (@teunbrand, #6641) +* Out-of-bounds datapoints used as padding by `stat_align()` now get removed + silently rather than verbosely (@teunbrand, #6667) # ggplot2 4.0.0 From d7be1d14866de1cfddbbe63ad2a03b1ccccd622a Mon Sep 17 00:00:00 2001 From: Thomas Lin Pedersen Date: Tue, 11 Nov 2025 10:31:24 +0100 Subject: [PATCH 03/25] prep for release --- README.Rmd | 4 ++-- README.md | 6 +++--- cran-comments.md | 20 ++++++++++++-------- vignettes/ggplot2-in-packages.qmd | 2 +- 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/README.Rmd b/README.Rmd index 15c6f2e4d9..888532d741 100644 --- a/README.Rmd +++ b/README.Rmd @@ -76,7 +76,7 @@ If you are new to ggplot2 you are better off starting with a systematic introduc [Communication][r4ds-comm] chapters in [R for Data Science][r4ds]. R for Data Science is designed to give you a comprehensive introduction to the - [tidyverse](https://www.tidyverse.org), and these two chapters will + [tidyverse](https://tidyverse.org/), and these two chapters will get you up to speed with the essentials of ggplot2 as quickly as possible. @@ -119,4 +119,4 @@ There are two main places to get help with ggplot2: [r4ds-vis]: https://r4ds.hadley.nz/data-visualize [r4ds-comm]: https://r4ds.hadley.nz/communication [oreilly]: https://learning.oreilly.com/videos/data-visualization-in/9781491963661/ -[blog]: https://www.tidyverse.org/tags/ggplot2/ +[blog]: https://tidyverse.org/tags/ggplot2/ diff --git a/README.md b/README.md index 10dadaadb5..a415d9c952 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ documentation pages. Currently, there are several good places to start: [Communication](https://r4ds.hadley.nz/communication) chapters in [R for Data Science](https://r4ds.hadley.nz). R for Data Science is designed to give you a comprehensive introduction to the - [tidyverse](https://www.tidyverse.org), and these two chapters will - get you up to speed with the essentials of ggplot2 as quickly as + [tidyverse](https://tidyverse.org/), and these two chapters will get + you up to speed with the essentials of ggplot2 as quickly as possible. 2. If you’d like to take an online course, try [Data Visualization in R @@ -105,7 +105,7 @@ documentation pages. Currently, there are several good places to start: graphics specifically tailored to your needs. 6. For articles about announcements and deep-dives you can visit the - [tidyverse blog](https://www.tidyverse.org/tags/ggplot2/). + [tidyverse blog](https://tidyverse.org/tags/ggplot2/). ## Getting help diff --git a/cran-comments.md b/cran-comments.md index f41bd175a0..5c6814249f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,13 @@ -This is a major release of ggplot2. Among other things it includes an adaption -of S7 for all the S3 classes and methods that were currently in use. -Unfortunately such a change is not without issue with the number of reverse -dependencies that ggplot2 has as many packages wrongfully checks the internals -of ggplot2 objects in their tests. +This is a patch release fixing a range of regressions reported after the 4.0.0 +release. While no breaking changes in the API we did detect a few packages that +breaks with this release due to either making assumptions about ggplot2 internal +behaviour, or requiring documentation updates that can only happen after release +of 4.0.1 -Because of this you should expect a larger than usual number of breaking -packages. We have been very diligent to reach out to all maintainers over the -last 2-3 months and provided resolutions but breakages are still to be expected. +The packages are: +- adproplus: https://github.com/henry-heppe/adproclus/issues/3 +- ggsurveillance: https://github.com/biostats-dev/ggsurveillance/issues/1 +- ggformula: https://github.com/ProjectMOSAIC/ggformula/issues/187 +- ggside: https://github.com/jtlandis/ggside/issues/71 + +They have all been notified in advance of this submission diff --git a/vignettes/ggplot2-in-packages.qmd b/vignettes/ggplot2-in-packages.qmd index aa50da9e6e..90000e9d67 100644 --- a/vignettes/ggplot2-in-packages.qmd +++ b/vignettes/ggplot2-in-packages.qmd @@ -246,4 +246,4 @@ Generally, if you add a method for a ggplot2 generic like `autoplot()`, ggplot2 ``` ## Read more -There are other things to consider when taking on a dependency. [This post]( https://www.tidyverse.org/blog/2022/09/playing-on-the-same-team-as-your-dependecy/) goes into detail with many of these using ggplot2 as an example and is a good read for anyone developing a package using ggplot2. +There are other things to consider when taking on a dependency. [This post]( https://tidyverse.org/blog/2022/09/playing-on-the-same-team-as-your-dependecy/) goes into detail with many of these using ggplot2 as an example and is a good read for anyone developing a package using ggplot2. From 4387ed75699d1f5cb6e6a2db4667827317d8f444 Mon Sep 17 00:00:00 2001 From: Teun van den Brand <49372158+teunbrand@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:09:46 +0100 Subject: [PATCH 04/25] don't bother subsetting labels (#6745) --- R/layer.R | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/R/layer.R b/R/layer.R index 179f519441..99ad92a4ff 100644 --- a/R/layer.R +++ b/R/layer.R @@ -972,10 +972,8 @@ normalise_label <- function(label) { return(NULL) } if (obj_is_list(label)) { - # Ensure that each element in the list has length 1 + # Ensure no elements are empty label[lengths(label) == 0] <- "" - truncate <- !vapply(label, is.call, logical(1)) # Don't mess with call/formula - label[truncate] <- lapply(label[truncate], `[`, 1) } if (is.expression(label)) { # Classed expressions, when converted to lists, retain their class. From 826de7cad6f6a640a74b4e10e3a1327b07c11824 Mon Sep 17 00:00:00 2001 From: Thomas Lin Pedersen Date: Tue, 11 Nov 2025 10:31:45 +0100 Subject: [PATCH 05/25] Increment version number to 4.0.1 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 254a6bcea2..2626c2d720 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ggplot2 Title: Create Elegant Data Visualisations Using the Grammar of Graphics -Version: 4.0.0.9000 +Version: 4.0.1 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = "aut", comment = c(ORCID = "0000-0003-4757-117X")), diff --git a/NEWS.md b/NEWS.md index 08f903f269..483e296ecc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# ggplot2 (development version) +# ggplot2 4.0.1 This is a smaller patch release focussed on fixing regressions from 4.0.0 and polishing the recent features. From 143c036c8ec1c5cd4486e4c4e672e2a5376539ee Mon Sep 17 00:00:00 2001 From: Teun van den Brand <49372158+teunbrand@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:07:08 +0100 Subject: [PATCH 06/25] explicitly wrap `list2` (#6797) --- R/make-constructor.R | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R/make-constructor.R b/R/make-constructor.R index 8dc4c5f454..7bb5641d1c 100644 --- a/R/make-constructor.R +++ b/R/make-constructor.R @@ -140,7 +140,7 @@ make_constructor.Geom <- function(x, ..., checks = exprs(), omit = character(), body <- call2("{", !!!checks, body) # We encapsulate rlang::list2 - new_env <- new_environment(list(list2 = list2), env) + new_env <- new_environment(list(list2 = list2_wrapper), env) new_function(fmls, body, new_env) } @@ -225,8 +225,11 @@ make_constructor.Stat <- function(x, ..., checks = exprs(), omit = character(), body <- call2("{", !!!checks, body) # We encapsulate rlang::list2 - new_env <- new_environment(list(list2 = list2), env) + new_env <- new_environment(list(list2 = list2_wrapper), env) new_function(fmls, body, new_env) } +list2_wrapper = function(...) { + rlang::list2(...) +} From a99d39ee6cebdcfce76e39ca9bf75c25afa57153 Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Mon, 2 Feb 2026 10:10:02 +0100 Subject: [PATCH 07/25] polish news --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.md b/NEWS.md index 483e296ecc..0ebc0fb254 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ + +# ggplot2 (development version) + +This hotfix release makes ggplot2 more interoperable between rlang versions. + +* `make_constructor()` no longer captures `rlang::list2()` at build time. + # ggplot2 4.0.1 This is a smaller patch release focussed on fixing regressions from 4.0.0 and From b82cf6713b01af8ae54215ef83ac7f689d7b7a4c Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Mon, 2 Feb 2026 10:19:02 +0100 Subject: [PATCH 08/25] retroactively note `base_size` change (#6795) --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0ebc0fb254..b35ccfa5dd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -140,6 +140,8 @@ polishing the recent features. * `header_family` to easily set the font for headers and titles (#5886) * To accommodate, `plot.subtitle`, `plot.caption` and `plot.tag` now inherit from the root `text` element instead of the `title` element. + * The `base_size` argument also propagates to settings in the `theme(geom)` + setting. * New function family for setting parts of a theme. For example, you can now use `theme_sub_axis(line, text, ticks, ticks.length, line)` as a substitute for `theme(axis.line, axis.text, axis.ticks, axis.ticks.length, axis.line)`. This From d90f635d022deb6c43e5beab9fe491bfb7e77a23 Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Mon, 2 Feb 2026 10:25:53 +0100 Subject: [PATCH 09/25] update cran-comments.md --- cran-comments.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 5c6814249f..bc106e31c5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,13 +1,2 @@ -This is a patch release fixing a range of regressions reported after the 4.0.0 -release. While no breaking changes in the API we did detect a few packages that -breaks with this release due to either making assumptions about ggplot2 internal -behaviour, or requiring documentation updates that can only happen after release -of 4.0.1 - -The packages are: -- adproplus: https://github.com/henry-heppe/adproclus/issues/3 -- ggsurveillance: https://github.com/biostats-dev/ggsurveillance/issues/1 -- ggformula: https://github.com/ProjectMOSAIC/ggformula/issues/187 -- ggside: https://github.com/jtlandis/ggside/issues/71 - -They have all been notified in advance of this submission +This is a patch release that resolves a built-time that might have occurred among different rlang versions. +The change is so minimal that we expect no reverse dependencies to be affected. From 1f275ebe75206c58df3ac894ac3dc7e686f2f04f Mon Sep 17 00:00:00 2001 From: Thomas Lin Pedersen Date: Mon, 2 Feb 2026 10:41:41 +0100 Subject: [PATCH 10/25] Increment version number to 4.0.2 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2626c2d720..b1fc9d9a39 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ggplot2 Title: Create Elegant Data Visualisations Using the Grammar of Graphics -Version: 4.0.1 +Version: 4.0.2 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = "aut", comment = c(ORCID = "0000-0003-4757-117X")), diff --git a/NEWS.md b/NEWS.md index b35ccfa5dd..0ec82b6c58 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -# ggplot2 (development version) +# ggplot2 4.0.2 This hotfix release makes ggplot2 more interoperable between rlang versions. From a0461598e86527ad7fba857e4febe47e7e6c905b Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Wed, 1 Apr 2026 13:30:11 +0200 Subject: [PATCH 11/25] Fix snapshot test for `warn_dots_used()` --- tests/testthat/test-plot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-plot.R b/tests/testthat/test-plot.R index 45a3e1cede..8f6a94f56b 100644 --- a/tests/testthat/test-plot.R +++ b/tests/testthat/test-plot.R @@ -1,7 +1,7 @@ test_that("ggplot() throws informative errors", { expect_snapshot_error(ggplot(mapping = letters)) expect_snapshot_error(ggplot(data)) - expect_snapshot_warning(ggplot(foobar = "nonsense")) + expect_snapshot_warning(ggplot(NULL, foobar = "nonsense")) }) test_that("construction have user friendly errors", { From c7d9dd55a2274652da9438b402e6ea07fd2fede1 Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Sat, 28 Mar 2026 18:24:15 -0600 Subject: [PATCH 12/25] Update Kapa.ai settings to be more privacy friendly (#6823) --- _pkgdown.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index b35983e2e2..de90bd142a 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -18,7 +18,8 @@ template: data-project-name="ggplot2" data-modal-title="tidyverse AI ✨" data-project-logo="https://avatars.githubusercontent.com/u/22032646?s=200&u=235532df5cf8543246812f73db051b793f868807&v=4" - data-user-analytics-fingerprint-enabled="true" + data-user-analytics-fingerprint-enabled="false" + data-user-analytics-cookie-enabled="false" data-bot-protection-mechanism="hcaptcha" data-website-id="5dcac24a-bd5a-4874-9f5b-3341afddd8c3" > From 2390be06f0a45102cce418fb58d3e1ef487b2a6c Mon Sep 17 00:00:00 2001 From: Ashish Tiwari <152683981+ashishtiwari03@users.noreply.github.com> Date: Fri, 20 Feb 2026 23:08:44 +0100 Subject: [PATCH 13/25] Fix logical error and typo in FAQ Customising vignette (#6809) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Correct reference to colour aesthetic instead of fill - Fix typo ("which what" → "which is what") Fixes #6805 --- vignettes/articles/faq-customising.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/articles/faq-customising.qmd b/vignettes/articles/faq-customising.qmd index 9189dabee9..0974b94702 100644 --- a/vignettes/articles/faq-customising.qmd +++ b/vignettes/articles/faq-customising.qmd @@ -153,13 +153,13 @@ ggplot(mpg, aes(x = hwy, y = cty, color = drv)) + ### How can I change the key labels in the legend? -If you don't want to change the levels of the variable the legend is being drawn for, you can change the key labels at the time of drawing the plot using the `labels` argument in the appropriate `scale_*()` function, e.g. `scale_colour_discrete()` if the legend is for a discrete variable mapped to the fill aesthetic. +If you don't want to change the levels of the variable the legend is being drawn for, you can change the key labels at the time of drawing the plot using the `labels` argument in the appropriate `scale_*()` function, e.g. `scale_colour_discrete()` if the legend is for a discrete variable mapped to the colour aesthetic.
See example -The `labels` argument of `scale_*` functions takes named vectors, which what we would recommend using for relabeling keys in a legend. +The `labels` argument of `scale_*` functions takes named vectors, which is what we would recommend using for relabeling keys in a legend. Using named lists allows you to declare explicitly which label is assigned to which level, without having to keep track of level order. ```{r} From 7f2ef19d84aa8bd0490170464bbed7883231dbca Mon Sep 17 00:00:00 2001 From: klin333 Date: Wed, 4 Feb 2026 19:56:22 +1100 Subject: [PATCH 14/25] add stats:: in front of stats functions that were not explicitly imported (#6793) * add stats:: in front of stats functions that were not explicitly imported * use `vec_ave()` --- R/position-dodge.R | 4 ++-- R/stat-ydensity.R | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/position-dodge.R b/R/position-dodge.R index 9382bb2815..548f9a87d4 100644 --- a/R/position-dodge.R +++ b/R/position-dodge.R @@ -150,13 +150,13 @@ PositionDodge <- ggproto("PositionDodge", Position, } data$order <- xtfrm( # xtfrm makes anything 'sortable' - data$order %||% ave(data$group, data$x, data$PANEL, FUN = match_sorted) + data$order %||% vec_ave(data$group, data[c("x", "PANEL")], fn = match_sorted) ) if (isTRUE(params$reverse)) { data$order <- -data$order } if (is.null(params$n)) { # preserve = "total" - data$order <- ave(data$order, data$x, data$PANEL, FUN = match_sorted) + data$order <- vec_ave(data$order, data[c("x", "PANEL")], fn = match_sorted) } else { # preserve = "single" data$order <- match_sorted(data$order) } diff --git a/R/stat-ydensity.R b/R/stat-ydensity.R index 0828df91f1..7a44ef0c5c 100644 --- a/R/stat-ydensity.R +++ b/R/stat-ydensity.R @@ -73,7 +73,7 @@ StatYdensity <- ggproto( "{.arg quantiles} for weighted data is not implemented." ) } - quants <- quantile(data$y, probs = quantiles) + quants <- stats::quantile(data$y, probs = quantiles) quants <- data_frame0( y = unname(quants), quantile = quantiles @@ -82,7 +82,7 @@ StatYdensity <- ggproto( # Interpolate other metrics for (var in setdiff(names(dens), names(quants))) { quants[[var]] <- - approx(dens$y, dens[[var]], xout = quants$y, ties = "ordered")$y + stats::approx(dens$y, dens[[var]], xout = quants$y, ties = "ordered")$y } dens <- vec_slice(dens, !dens$y %in% quants$y) From 754c2af3d8bb47dcf38f6fb4d56312e5b01684b0 Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Mon, 13 Apr 2026 12:49:54 +0200 Subject: [PATCH 15/25] do not use `vec_slice()` for the key before computing hash --- R/guide-.R | 2 +- R/guide-bins.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/guide-.R b/R/guide-.R index 8b0cee001f..70e9d4a41a 100644 --- a/R/guide-.R +++ b/R/guide-.R @@ -284,7 +284,7 @@ Guide <- ggproto( if (is.numeric(breaks)) { range <- scale$continuous_range %||% scale$get_limits() - key <- vec_slice(key, is.finite(oob_censor_any(breaks, range))) + key <- key[is.finite(oob_censor_any(breaks, range)), , drop = FALSE] } else { key } diff --git a/R/guide-bins.R b/R/guide-bins.R index d62d7af67b..386552eeb1 100644 --- a/R/guide-bins.R +++ b/R/guide-bins.R @@ -181,7 +181,7 @@ GuideBins <- ggproto( } key$.label <- labels - key <- vec_slice(key, !is.na(oob_censor_any(key$.value))) + key <- key[!is.na(oob_censor_any(key$.value)), , drop = FALSE] return(key) }, From 459ebd3e8c7648350eaf0c1c7374c5424a5ff93b Mon Sep 17 00:00:00 2001 From: Teun van den Brand <49372158+teunbrand@users.noreply.github.com> Date: Tue, 14 Apr 2026 11:17:17 +0200 Subject: [PATCH 16/25] anticipate S3 text element (#6848) --- R/guide-axis-theta.R | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/R/guide-axis-theta.R b/R/guide-axis-theta.R index 796b406f96..069a18a570 100644 --- a/R/guide-axis-theta.R +++ b/R/guide-axis-theta.R @@ -198,7 +198,11 @@ GuideAxisTheta <- ggproto( # Resolve text angle if (is_waiver(params$angle) || is.null(params$angle)) { - angle <- elements$text@angle + angle <- if (S7::S7_inherits(elements$text)) { + elements$text@angle + } else { + elements$text$angle + } } else { angle <- flip_text_angle(params$angle - rad2deg(key$theta)) } From 8072e06bf21aafcebf1475937ccc85a2013ed8c7 Mon Sep 17 00:00:00 2001 From: Teun van den Brand <49372158+teunbrand@users.noreply.github.com> Date: Wed, 3 Dec 2025 16:25:27 +0100 Subject: [PATCH 17/25] Replace `stats::ave()` (#6698) * use vctrs-variant of `stats::ave()` * replace other instances of `stats::ave()` too --- R/facet-.R | 8 ++++---- R/geom-path.R | 4 ++-- R/stat-sum.R | 2 +- R/utilities.R | 13 ++++++++++++- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/R/facet-.R b/R/facet-.R index 7aa06695d0..ac3101e55e 100644 --- a/R/facet-.R +++ b/R/facet-.R @@ -1421,14 +1421,14 @@ censor_labels <- function(ranges, layout, labels) { ) if (!labels$x) { - xmax <- stats::ave(layout$ROW, layout$COL, FUN = max) - xmin <- stats::ave(layout$ROW, layout$COL, FUN = min) + xmax <- vec_ave(layout$ROW, layout$COL, max) + xmin <- vec_ave(layout$ROW, layout$COL, min) draw[which(layout$ROW != xmax), "bottom"] <- FALSE draw[which(layout$ROW != xmin), "top"] <- FALSE } if (!labels$y) { - ymax <- stats::ave(layout$COL, layout$ROW, FUN = max) - ymin <- stats::ave(layout$COL, layout$ROW, FUN = min) + ymax <- vec_ave(layout$COL, layout$ROW, max) + ymin <- vec_ave(layout$COL, layout$ROW, min) draw[which(layout$COL != ymax), "right"] <- FALSE draw[which(layout$COL != ymin), "left"] <- FALSE } diff --git a/R/geom-path.R b/R/geom-path.R index 98c2f731d1..1a89f11130 100644 --- a/R/geom-path.R +++ b/R/geom-path.R @@ -19,7 +19,7 @@ GeomPath <- ggproto("GeomPath", Geom, # middle since you expect those to be shown by a break in the line aesthetics <- c(self$required_aes, self$non_missing_aes) complete <- stats::complete.cases(data[names(data) %in% aesthetics]) - kept <- stats::ave(complete, data$group, data$PANEL, FUN = keep_mid_true) + kept <- vec_ave(complete, interaction(data$group, data$PANEL, drop = TRUE), keep_mid_true) data <- data[kept, ] if (!all(kept) && !params$na.rm) { @@ -48,7 +48,7 @@ GeomPath <- ggproto("GeomPath", Geom, munched <- coord_munch(coord, data, panel_params) # Silently drop lines with less than two points, preserving order - rows <- stats::ave(seq_len(nrow(munched)), munched$group, FUN = length) + rows <- vec_ave(seq_len(nrow(munched)), munched$group, length) munched <- munched[rows >= 2, ] if (nrow(munched) < 2) return(zeroGrob()) diff --git a/R/stat-sum.R b/R/stat-sum.R index c764cbc14f..6be4dbefe9 100644 --- a/R/stat-sum.R +++ b/R/stat-sum.R @@ -15,7 +15,7 @@ StatSum <- ggproto( counts <- count(data, group_by, wt_var = "weight") counts <- rename(counts, c(freq = "n")) - counts$prop <- stats::ave(counts$n, counts$group, FUN = prop.table) + counts$prop <- vec_ave(counts$n, counts$group, prop.table) counts } ) diff --git a/R/utilities.R b/R/utilities.R index 4f3d96c084..086a274368 100644 --- a/R/utilities.R +++ b/R/utilities.R @@ -910,7 +910,7 @@ compute_data_size <- function(data, size, default = 0.9, res <- vapply(res, resolution, FUN.VALUE = numeric(1), ...) res <- min(res, na.rm = TRUE) } else if (panels == "by") { - res <- stats::ave(data[[var]], data$PANEL, FUN = function(x) resolution(x, ...)) + res <- vec_ave(data[[var]], data$PANEL, function(x) resolution(x, ...)) } else { res <- resolution(data[[var]], ...) } @@ -930,3 +930,14 @@ try_prop <- function(object, name, default = NULL) { } S7::prop(object, name) } + +vec_ave <- function(x, by, fn, ...) { + idx <- vec_group_loc(by)$loc + list_unchop( + lapply( + vec_chop(x, indices = idx), + FUN = fn, ... + ), + indices = idx + ) +} From 480f388238ad555c9f74015d5fd8160581d0a69d Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Tue, 14 Apr 2026 11:49:31 +0200 Subject: [PATCH 18/25] polish news --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0ec82b6c58..be19e5f40e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# Development version + +* Adapt to changes in `rlang::warn_dots_used()` (@lionel-, #6830). +* Fixed bug where `guide_axis_theta()` didn't anticipate old-style text elements (#6803). # ggplot2 4.0.2 From 8671d5dfee43804ac692b4ed9c7615ffaa854da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mu=C3=B1oz=20Tord?= Date: Wed, 18 Mar 2026 18:29:16 +0900 Subject: [PATCH 19/25] Allow choosing quantile definition in boxplots (#6820) * update: geom_boxplot to add quantile type argument * update: change quantile_type to quantile.type * update: NEWS.md * update: document() * tiny doc polish --- NEWS.md | 4 ++++ R/stat-boxplot.R | 7 +++++-- man/geom_boxplot.Rd | 4 ++++ tests/testthat/test-geom-boxplot.R | 29 +++++++++++++++++++++++++++++ 4 files changed, 42 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index be19e5f40e..713bdfb49f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,10 @@ * Adapt to changes in `rlang::warn_dots_used()` (@lionel-, #6830). * Fixed bug where `guide_axis_theta()` didn't anticipate old-style text elements (#6803). +* `geom_boxplot()`/`stat_boxplot()` gain a `quantile.type` parameter (default `7`) + to control the percentile definition used for hinges and median; set `quantile.type = 2` + to match SAS's default `PCTLDEF = 5`, enabling parity with SAS boxplots out-of-the-box. + (@munoztd0, #6819) # ggplot2 4.0.2 diff --git a/R/stat-boxplot.R b/R/stat-boxplot.R index ef893a6f0c..c4b39094d6 100644 --- a/R/stat-boxplot.R +++ b/R/stat-boxplot.R @@ -53,7 +53,7 @@ StatBoxplot <- ggproto("StatBoxplot", Stat, extra_params = c("na.rm", "orientation"), - compute_group = function(data, scales, width = NULL, na.rm = FALSE, coef = 1.5, flipped_aes = FALSE) { + compute_group = function(data, scales, width = NULL, na.rm = FALSE, coef = 1.5, flipped_aes = FALSE, quantile.type = 7) { data <- flip_data(data, flipped_aes) qs <- c(0, 0.25, 0.5, 0.75, 1) @@ -61,7 +61,8 @@ StatBoxplot <- ggproto("StatBoxplot", Stat, mod <- quantreg::rq(y ~ 1, weights = weight, data = data, tau = qs) stats <- as.numeric(stats::coef(mod)) } else { - stats <- as.numeric(stats::quantile(data$y, qs)) + # Follow base R default (type = 7) unless overridden by user + stats <- as.numeric(stats::quantile(data$y, qs, type = quantile.type)) } names(stats) <- c("ymin", "lower", "middle", "upper", "ymax") iqr <- diff(stats[c(2, 4)]) @@ -99,6 +100,8 @@ StatBoxplot <- ggproto("StatBoxplot", Stat, #' @rdname geom_boxplot #' @param coef Length of the whiskers as multiple of IQR. Defaults to 1.5. +#' @param quantile.type An integer between 1 and 9 setting the quantile algorithm +#' per [`stats::quantile(type)`][stats::quantile]. Defaults to `7` #' @inheritParams stat_identity #' @export #' @eval rd_computed_vars( diff --git a/man/geom_boxplot.Rd b/man/geom_boxplot.Rd index 9556904fd3..6e1da8cf43 100644 --- a/man/geom_boxplot.Rd +++ b/man/geom_boxplot.Rd @@ -53,6 +53,7 @@ stat_boxplot( ..., orientation = NA, coef = 1.5, + quantile.type = 7, na.rm = FALSE, show.legend = NA, inherit.aes = TRUE @@ -186,6 +187,9 @@ overriding these connections, see how the \link[=layer_stats]{stat} and \link[=layer_geoms]{geom} arguments work.} \item{coef}{Length of the whiskers as multiple of IQR. Defaults to 1.5.} + +\item{quantile.type}{An integer between 1 and 9 setting the quantile algorithm +per \code{\link[stats:quantile]{stats::quantile(type)}}. Defaults to \code{7}} } \description{ The boxplot compactly displays the distribution of a continuous variable. diff --git a/tests/testthat/test-geom-boxplot.R b/tests/testthat/test-geom-boxplot.R index 82c45c3fb7..21fafc40ee 100644 --- a/tests/testthat/test-geom-boxplot.R +++ b/tests/testthat/test-geom-boxplot.R @@ -109,3 +109,32 @@ test_that("boxplot draws correctly", { ) ) }) + +test_that("quantile.type changes hinges for small samples (unweighted)", { + df <- data_frame(x = 1, y = c(1, 2, 3, 4)) + + p_default <- ggplot(df, aes(x, y)) + stat_boxplot() + d_default <- get_layer_data(p_default) + + p_t2 <- ggplot(df, aes(x, y)) + stat_boxplot(quantile.type = 2) + d_t2 <- get_layer_data(p_t2) + + # Lower/upper hinges should differ under different quantile definitions + expect_false(isTRUE(all.equal(d_default$lower, d_t2$lower))) + expect_false(isTRUE(all.equal(d_default$upper, d_t2$upper))) +}) + +test_that("quantile.type = 7 matches default behavior (backward compatible)", { + set.seed(123) + df <- data_frame(x = 1, y = rnorm(25)) + + p_default <- ggplot(df, aes(x, y)) + stat_boxplot() + d_default <- get_layer_data(p_default) + + p_t7 <- ggplot(df, aes(x, y)) + stat_boxplot(quantile.type = 7) + d_t7 <- get_layer_data(p_t7) + + expect_equal(d_default$lower, d_t7$lower) + expect_equal(d_default$middle, d_t7$middle) + expect_equal(d_default$upper, d_t7$upper) +}) From be5ee5154a74bfb0a058be29c0b5272b02ae0c18 Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Tue, 14 Apr 2026 11:59:38 +0200 Subject: [PATCH 20/25] Extra words for news --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 713bdfb49f..d1932fd993 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # Development version +This is a hotfix release fixing a test, a bug and introducing a feature. + * Adapt to changes in `rlang::warn_dots_used()` (@lionel-, #6830). * Fixed bug where `guide_axis_theta()` didn't anticipate old-style text elements (#6803). * `geom_boxplot()`/`stat_boxplot()` gain a `quantile.type` parameter (default `7`) From 6a8ad60b02756e083e0698e1199eac3ee5bddc7e Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Tue, 14 Apr 2026 12:16:01 +0200 Subject: [PATCH 21/25] update cran comments --- DESCRIPTION | 2 +- cran-comments.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b1fc9d9a39..64a3d6e760 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ggplot2 Title: Create Elegant Data Visualisations Using the Grammar of Graphics -Version: 4.0.2 +Version: 4.0.2.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = "aut", comment = c(ORCID = "0000-0003-4757-117X")), diff --git a/cran-comments.md b/cran-comments.md index bc106e31c5..472b34d71a 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,2 +1,2 @@ -This is a patch release that resolves a built-time that might have occurred among different rlang versions. -The change is so minimal that we expect no reverse dependencies to be affected. +This is a patch release that resolves a failing test and supports some minimal bug fixes and a small uninvasive feature. +We expect no problems with reverse dependencies. From 1c16212ab42fc2a33a3ab359ce852dc40d9c19ec Mon Sep 17 00:00:00 2001 From: Thomas Lin Pedersen Date: Wed, 15 Apr 2026 13:31:05 +0200 Subject: [PATCH 22/25] revdepcheck --- revdep/README.md | 556 +- revdep/cran.md | 1275 +--- revdep/failures.md | 13405 ++++++++++++++++++++++++++++++---- revdep/problems.md | 16599 +------------------------------------------ 4 files changed, 12562 insertions(+), 19273 deletions(-) diff --git a/revdep/README.md b/revdep/README.md index ca67010418..9c0419a94d 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,370 +1,198 @@ # Revdeps -## Failed to check (31) +## Failed to check (184) -|package |version |error |warning |note | -|:--------------------|:-------|:------|:-------|:----| -|[bartMan](failures.md#bartman)|0.1.1 |__+1__ | | | -|bayesdfa |1.3.4 |1 | | | -|[cocktailApp](failures.md#cocktailapp)|0.2.3 |__+1__ | |-1 | -|[coda.plot](failures.md#codaplot)|0.1.9 |__+1__ | | | -|cry |? | | | | -|ctsem |3.10.3 |1 | |1 | -|EcoEnsemble |1.1.2 |1 | | | -|fio |0.1.6 |1 | | | -|[GGally](failures.md#ggally)|2.2.1 |__+1__ | | | -|[ggmosaic](failures.md#ggmosaic)|0.3.3 |__+1__ | |-1 | -|[ggmulti](failures.md#ggmulti)|1.0.7 |__+1__ | | | -|ggRandomForests |2.2.1 |1 | | | -|[ggtern](failures.md#ggtern)|3.5.0 |__+1__ | |1 -1 | -|metabolic |? | | | | -|multinma |0.8.1 |1 | | | -|[MultiTraits](failures.md#multitraits)|0.5.0 |__+1__ | | | -|OpenMx |? | | | | -|pacta.loanbook |0.1.0 |1 | | | -|[PieGlyph](failures.md#pieglyph)|1.0.0 |__+1__ | | | -|rmsb |1.1-2 |1 | | | -|rshift |3.1.2 |1 | | | -|RSP |0.4 |1 | | | -|rstanarm |2.32.1 |1 | | | -|[scplot](failures.md#scplot)|0.5.1 |__+1__ | | | -|StatTeacherAssistant |? | | | | -|streamDAG |? | | | | -|TestAnaAPP |1.1.2 |1 | | | -|[tidydr](failures.md#tidydr)|0.0.5 |__+1__ | | | -|[tricolore](failures.md#tricolore)|1.2.4 |__+1__ | |-1 | -|TriDimRegression |1.0.2 |1 | | | -|[xpose](failures.md#xpose)|0.4.19 |__+1__ | | | +|package |version |error |warning |note | +|:---------------------|:--------|:-----|:-------|:----| +|apsimx |? | | | | +|aridagri |? | | | | +|autovi |? | | | | +|AVGAS |? | | | | +|bayesdfa |1.3.4 |1 | | | +|BayesVolcano |? | | | | +|benthos |? | | | | +|BGGM |? | | | | +|BGmisc |? | | | | +|bmm |? | | | | +|boinet |? | | | | +|brms |? | | | | +|BSL |? | | | | +|bullseye |? | | | | +|cases |? | | | | +|cassowaryr |? | | | | +|cdcatR |? | | | | +|cheem |? | | | | +|ChillModels |? | | | | +|chouca |? | | | | +|cinaR |? | | | | +|ClustAssess |? | | | | +|ClusterGVis |? | | | | +|clusterMI |? | | | | +|ClustImpute |? | | | | +|colleyRstats |? | | | | +|CompAREdesign |? | | | | +|copulaSim |? | | | | +|correlation |? | | | | +|cry |? | | | | +|ctsem |3.10.6 |1 | |1 | +|cylcop |? | | | | +|daltoolbox |? | | | | +|dbrobust |? | | | | +|decisionSupport |? | | | | +|deepSTRAPP |? | | | | +|degradr |? | | | | +|DFD |? | | | | +|dimRed |? | | | | +|dMrs |? | | | | +|DstarM |? | | | | +|dymo |? | | | | +|easybgm |? | | | | +|ecorisk |? | | | | +|eda4treeR |1.1.0 |1 | | | +|EFDR |? | | | | +|EGAnet |? | | | | +|ER |? | | | | +|FAfA |? | | | | +|fastei |0.0.0.12 |1 | | | +|fastqrs |? | | | | +|FCPS |? | | | | +|fddm |? | | | | +|FeatureImpCluster |? | | | | +|ferrn |? | | | | +|ffp |? | | | | +|fio |1.0.0 |1 | | | +|gasmodel |? | | | | +|GDINA |? | | | | +|gemR |? | | | | +|genekitr |? | | | | +|GeneralizedUmatrixGPU |0.1.14 |1 | | | +|ggpicrust2 |? | | | | +|ggrefine |? | | | | +|ggsem |? | | | | +|GJRM |? | | | | +|gMOIP |? | | | | +|grandR |? | | | | +|gratia |? | | | | +|GRIDCOPULA |1.1.0 |1 | | | +|harbinger |? | | | | +|hbsaems |? | | | | +|heimdall |? | | | | +|hpa |? | | | | +|IndGenErrors |? | | | | +|ivolcano |? | | | | +|jmv |? | | | | +|latentFactoR |? | | | | +|lcsm |? | | | | +|linkspotter |? | | | | +|lionfish |? | | | | +|LMMstar |? | | | | +|LongDecompHE |? | | | | +|manymome |? | | | | +|MBAnalysis |? | | | | +|MD2sample |? | | | | +|MDgof |? | | | | +|measureR |? | | | | +|metrica |? | | | | +|mgc |? | | | | +|micemd |? | | | | +|MiscMetabar |? | | | | +|MixedIndTests |? | | | | +|MixMashNet |? | | | | +|modelbased |? | | | | +|ModStatR |? | | | | +|morepls |? | | | | +|mulgar |? | | | | +|MultANOVA |? | | | | +|multinma |? | | | | +|MultiResponseR |? | | | | +|MVN |? | | | | +|negligible |? | | | | +|numbat |? | | | | +|OlinkAnalyze |? | | | | +|OpenMx |2.22.11 |1 | | | +|ordPanel |? | | | | +|outstandR |? | | | | +|pandemonium |? | | | | +|parameters |? | | | | +|paths |? | | | | +|pctax |? | | | | +|pcutils |? | | | | +|phylosem |? | | | | +|plot3logit |? | | | | +|polarisR |? | | | | +|predictionInterval |? | | | | +|prefviz |? | | | | +|projectLSA |? | | | | +|psychonetrics |? | | | | +|pubh |? | | | | +|pvars |? | | | | +|qad |? | | | | +|qmd |? | | | | +|QuadratiK |? | | | | +|quollr |? | | | | +|rattle |? | | | | +|RCTrep |? | | | | +|ReporterScore |? | | | | +|Revticulate |? | | | | +|RGENERATEPREC |? | | | | +|ridgetorus |? | | | | +|rmedsem |? | | | | +|RMOPI |? | | | | +|rmsb |1.1-2 |1 | | | +|rSDR |? | | | | +|rshift |3.1.2 |1 | | | +|RSP |? | | | | +|rstanarm |2.32.2 |1 | | | +|RulesTools |? | | | | +|SCpubr |? | | | | +|semtree |? | | | | +|Signac |? | | | | +|simcausal |? | | | | +|SimDesign |? | | | | +|spareg |? | | | | +|sparsevar |? | | | | +|spinebil |? | | | | +|spinifex |? | | | | +|Spower |? | | | | +|sprtt |? | | | | +|SRscore |? | | | | +|SSVS |? | | | | +|StatTeacherAssistant |? | | | | +|STCCGEV |? | | | | +|STCYP |? | | | | +|stelfi |? | | | | +|streamDAG |? | | | | +|SurprisalAnalysis |? | | | | +|Surrogate |? | | | | +|svars |? | | | | +|TCIU |1.2.8 |1 | | | +|TDAkit |? | | | | +|TELP |? | | | | +|tepr |? | | | | +|TestAnaAPP |? | | | | +|tidybins |? | | | | +|tidycomm |? | | | | +|tidylearn |? | | | | +|tidySEM |? | | | | +|tinyarray |? | | | | +|tourr |? | | | | +|TransProR |? | | | | +|TriDimRegression |1.0.3 |1 | | | +|ufs |? | | | | +|VecDep |? | | | | +|VizModules |? | | | | +|WINS |? | | | | +|wmwAUC |? | | | | +|woylier |? | | | | +|WQM |? | | | | +|xxdi |? | | | | +|XYomics |? | | | | +|zenplots |? | | | | -## New problems (327) +## New problems (2) -|package |version |error |warning |note | -|:---------------------|:---------|:--------|:--------|:------| -|[adklakedata](problems.md#adklakedata)|0.6.1 |__+1__ | |1 | -|[adsoRptionCMF](problems.md#adsorptioncmf)|0.1.0 |__+1__ | | | -|[adw](problems.md#adw)|0.4.0 |__+2__ | | | -|[afex](problems.md#afex)|1.4-1 |__+1__ | | | -|[AgroR](problems.md#agror)|1.3.6 |__+1__ | | | -|[AgroReg](problems.md#agroreg)|1.2.10 |__+1__ | | | -|[alookr](problems.md#alookr)|0.3.9 |__+1__ | | | -|[AnalysisLin](problems.md#analysislin)|0.1.2 |__+1__ | | | -|[andurinha](problems.md#andurinha)|0.0.2 |__+1__ | | | -|[animbook](problems.md#animbook)|1.0.0 |__+1__ | | | -|[ANN2](problems.md#ann2)|2.3.4 |__+1__ | |3 | -|[APackOfTheClones](problems.md#apackoftheclones)|1.2.4 |__+3__ |1 |1 | -|[applicable](problems.md#applicable)|0.1.1 |__+1__ | | | -|[arena2r](problems.md#arena2r)|1.0.0 |__+1__ | |1 | -|[ASRgenomics](problems.md#asrgenomics)|1.1.4 |__+1__ | |1 | -|[assignPOP](problems.md#assignpop)|1.3.0 |__+1__ | | | -|[autocogs](problems.md#autocogs)|0.1.4 |__+1__ | |1 | -|[autoplotly](problems.md#autoplotly)|0.1.4 |__+1__ | | | -|[bayesAB](problems.md#bayesab)|1.1.3 |__+1__ | |1 | -|[bayesassurance](problems.md#bayesassurance)|0.1.0 |__+1__ | | | -|[BayesCVI](problems.md#bayescvi)|1.0.1 | |__+1__ | | -|[BayesianReasoning](problems.md#bayesianreasoning)|0.4.2 |__+1__ | | | -|[BayesMultiMode](problems.md#bayesmultimode)|0.7.3 | |__+1__ |1 | -|[BCEA](problems.md#bcea)|2.4.7 |__+1__ | | | -|[bdsm](problems.md#bdsm)|0.2.1 |__+1__ |1 | | -|[BeeBDC](problems.md#beebdc)|1.2.1 |__+1__ | |1 | -|[benchr](problems.md#benchr)|0.2.5 |__+1__ | |2 | -|[biclustermd](problems.md#biclustermd)|0.2.3 |__+1__ | |1 | -|[biometryassist](problems.md#biometryassist)|1.3.0 |__+1__ | |2 | -|[BiVariAn](problems.md#bivarian)|1.0.1 |__+2__ | | | -|[brolgar](problems.md#brolgar)|1.0.1 |__+2__ | | | -|[bullseye](problems.md#bullseye)|1.0.0 |__+2__ | | | -|[calmr](problems.md#calmr)|0.7.0 |__+1__ | | | -|[canvasXpress](problems.md#canvasxpress)|1.56.1 |__+1__ | | | -|[carbonr](problems.md#carbonr)|0.2.1 |__+1__ | |2 | -|[caretEnsemble](problems.md#caretensemble)|4.0.1 | | |__+1__ | -|[cartographr](problems.md#cartographr)|0.2.2 |__+1__ | |1 | -|[causact](problems.md#causact)|0.5.7 |__+1__ | | | -|[CausalImpact](problems.md#causalimpact)|1.3.0 |__+1__ | | | -|[centerline](problems.md#centerline)|0.2.2 |__+2__ | | | -|[Certara.Xpose.NLME](problems.md#certaraxposenlme)|2.0.2 |__+1__ | | | -|[cheem](problems.md#cheem)|0.4.0.0 |__+1__ | | | -|[circumplex](problems.md#circumplex)|1.0.0 |__+1__ | | | -|[clifro](problems.md#clifro)|3.2-5 |__+1__ | |1 | -|[climwin](problems.md#climwin)|1.2.31 |__+1__ | | | -|[clockSim](problems.md#clocksim)|0.1.2 | |__+1__ | | -|[cmcR](problems.md#cmcr)|0.1.11 |__+1__ | |1 | -|[cnmap](problems.md#cnmap)|0.1.0 |__+2__ | | | -|[conquestr](problems.md#conquestr)|1.5.1 |__+1__ | | | -|[constructive](problems.md#constructive)|1.1.0 |__+1__ | | | -|[CoSMoS](problems.md#cosmos)|2.1.0 |__+1__ | | | -|[countfitteR](problems.md#countfitter)|1.4 |__+1__ | |1 | -|[covidcast](problems.md#covidcast)|0.5.2 |__+2__ | |1 | -|[cowplot](problems.md#cowplot)|1.1.3 |__+1__ | | | -|[ctrialsgov](problems.md#ctrialsgov)|0.2.5 |__+1__ | |1 | -|[cvms](problems.md#cvms)|1.7.0 |__+1__ | | | -|[cylcop](problems.md#cylcop)|0.2.0 |__+1__ | |1 | -|[D2MCS](problems.md#d2mcs)|1.0.1 |__+1__ | | | -|[dabestr](problems.md#dabestr)|2025.3.14 |__+1__ | | | -|[daiquiri](problems.md#daiquiri)|1.1.1 |__+2__ | | | -|[DAISIEprep](problems.md#daisieprep)|1.0.0 |__+1__ | | | -|[dams](problems.md#dams)|0.3.0 |__+1__ | |1 | -|[Deducer](problems.md#deducer)|0.9-0 | |__+1__ | | -|[dendextend](problems.md#dendextend)|1.19.0 |__+1__ | |3 | -|[DImodelsVis](problems.md#dimodelsvis)|1.0.1 |__+2__ | | | -|[directlabels](problems.md#directlabels)|2025.5.20 |__+1__ | | | -|[DiSCos](problems.md#discos)|0.1.1 |__+1__ | | | -|[distributions3](problems.md#distributions3)|0.2.2 |__+1__ | | | -|[dittoViz](problems.md#dittoviz)|1.0.3 |__+2__ | | | -|[duke](problems.md#duke)|0.0.3 |__+2__ | | | -|[easyalluvial](problems.md#easyalluvial)|0.3.2 |__+1__ | | | -|[easysurv](problems.md#easysurv)|2.0.1 |__+2__ | | | -|[ecocbo](problems.md#ecocbo)|0.12.0 |__+1__ | | | -|[EGM](problems.md#egm)|0.1.0 |__+1__ | | | -|[eks](problems.md#eks)|1.1.0 | |__+1__ | | -|[ENMTools](problems.md#enmtools)|1.1.2 |__+1__ | | | -|[epos](problems.md#epos)|1.1 |__+1__ | |2 | -|[EQUALSTATS](problems.md#equalstats)|0.5.0 |__+1__ | |1 | -|[equatiomatic](problems.md#equatiomatic)|0.3.6 |__+1__ | | | -|[errors](problems.md#errors)|0.4.3 |__+2__ |-1 | | -|[eventstudyr](problems.md#eventstudyr)|1.1.3 |__+1__ | | | -|[ez](problems.md#ez) |4.4-0 |__+1__ | |1 | -|[ezEDA](problems.md#ezeda)|0.1.1 |__+1__ | | | -|[ezplot](problems.md#ezplot)|0.7.13 |__+3__ | | | -|[fabletools](problems.md#fabletools)|0.5.0 |__+1__ | | | -|[fairmodels](problems.md#fairmodels)|1.2.1 |__+3__ | |1 | -|[fairness](problems.md#fairness)|1.2.2 | |__+1__ | | -|[faux](problems.md#faux)|1.2.2 |__+2__ | | | -|[feasts](problems.md#feasts)|0.4.1 |__+1__ | | | -|[fec16](problems.md#fec16)|0.1.4 |__+1__ | |1 | -|[flextable](problems.md#flextable)|0.9.9 |__+1__ | | | -|[fmf](problems.md#fmf)|1.1.1 | |__+1__ |1 | -|[forestPSD](problems.md#forestpsd)|1.0.0 |__+1__ | |1 | -|[FunnelPlotR](problems.md#funnelplotr)|0.5.0 |__+3__ | | | -|[gapfill](problems.md#gapfill)|0.9.6-1 |__+1__ | |2 | -|[genekitr](problems.md#genekitr)|1.2.8 |__+1__ | | | -|[geneSLOPE](problems.md#geneslope)|0.38.3 | |__+1__ | | -|[geofacet](problems.md#geofacet)|0.2.1 | |__+1__ |1 | -|[geomtextpath](problems.md#geomtextpath)|0.1.5 |__+2__ | | | -|[gfoRmulaICE](problems.md#gformulaice)|0.1.0 |__+1__ | | | -|[gg1d](problems.md#gg1d)|0.1.0 |__+2__ | | | -|[ggalign](problems.md#ggalign)|1.0.2 |__+2__ |__+3__ |1 -1 | -|[ggblend](problems.md#ggblend)|0.1.0 |__+1__ | | | -|[ggborderline](problems.md#ggborderline)|0.2.0 |__+1__ | | | -|[ggbrain](problems.md#ggbrain)|0.9.0 | |__+1__ |1 | -|[ggbreak](problems.md#ggbreak)|0.1.4 |__+1__ |__+1__ | | -|[ggbump](problems.md#ggbump)|0.1.0 |__+1__ | |1 | -|[ggdark](problems.md#ggdark)|0.2.1 |__+2__ | |1 | -|[ggdemetra](problems.md#ggdemetra)|0.2.8 | |__+1__ | | -|[ggDoubleHeat](problems.md#ggdoubleheat)|0.1.2 |__+1__ | | | -|[ggEDA](problems.md#ggeda)|0.1.0 |__+2__ | | | -|[ggedit](problems.md#ggedit)|0.4.1 |__+1__ | | | -|[ggfixest](problems.md#ggfixest)|0.3.0 |__+1__ | | | -|[ggfocus](problems.md#ggfocus)|1.0.0 |__+1__ |__+1__ |1 | -|[ggformula](problems.md#ggformula)|0.12.0 | |__+1__ |1 | -|[ggfortify](problems.md#ggfortify)|0.4.17 |__+1__ | | | -|[ggfx](problems.md#ggfx)|1.0.1 | |__+1__ |1 | -|[gggenomes](problems.md#gggenomes)|1.0.1 |__+2__ | | | -|[ggghost](problems.md#ggghost)|0.2.2 |__+1__ | | | -|[gghalves](problems.md#gghalves)|0.1.4 |__+2__ | |1 | -|[ggimage](problems.md#ggimage)|0.3.3 | |__+1__ | | -|[ggiraph](problems.md#ggiraph)|0.8.13 |__+2__ | |1 | -|[ggiraphExtra](problems.md#ggiraphextra)|0.3.0 |__+2__ | | | -|[ggmap](problems.md#ggmap)|4.0.1 | |__+1__ |1 | -|[ggpackets](problems.md#ggpackets)|0.2.1 |__+2__ |__+1__ | | -|[ggparallel](problems.md#ggparallel)|0.4.0 |__+1__ | | | -|[ggpath](problems.md#ggpath)|1.0.2 |__+1__ | | | -|[ggplot2.utils](problems.md#ggplot2utils)|0.3.2 |__+1__ | | | -|[ggPMX](problems.md#ggpmx)|1.2.11 |__+1__ | |2 | -|[ggpol](problems.md#ggpol)|0.0.7 |__+1__ | |2 | -|[ggprism](problems.md#ggprism)|1.0.6 |__+3__ | | | -|[ggpubr](problems.md#ggpubr)|0.6.0 |__+1__ | | | -|[ggraph](problems.md#ggraph)|2.2.1 |__+2__ |__+1__ |1 | -|[ggResidpanel](problems.md#ggresidpanel)|0.3.0 |__+3__ | | | -|[ggRtsy](problems.md#ggrtsy)|0.1.0 |__+2__ | |1 | -|[ggseqplot](problems.md#ggseqplot)|0.8.6 |__+3__ | | | -|[ggside](problems.md#ggside)|0.3.1 |__+3__ |__+2__ |__+1__ | -|[ggspatial](problems.md#ggspatial)|1.1.9 | |__+1__ | | -|[ggstatsplot](problems.md#ggstatsplot)|0.13.1 |__+1__ | | | -|[ggstream](problems.md#ggstream)|0.1.0 |__+1__ | |1 | -|[ggswissmaps](problems.md#ggswissmaps)|0.1.1 | |__+1__ |__+1__ | -|[ggtangle](problems.md#ggtangle)|0.0.6 |__+1__ |__+1__ | | -|[ggtime](problems.md#ggtime)|0.1.0 |__+1__ | | | -|[ggVennDiagram](problems.md#ggvenndiagram)|1.5.4 |__+1__ | |1 | -|[ggview](problems.md#ggview)|0.2.1 | |__+1__ | | -|[grafify](problems.md#grafify)|5.0.0.1 |__+1__ | |2 | -|[graphPAF](problems.md#graphpaf)|2.0.0 |__+1__ | | | -|[GRShiny](problems.md#grshiny)|1.0.0 |__+1__ | |1 | -|[grwat](problems.md#grwat)|0.0.4 |__+1__ | |1 | -|[gtExtras](problems.md#gtextras)|0.6.0 |__+1__ | | | -|[handwriterRF](problems.md#handwriterrf)|1.1.1 |__+1__ | | | -|[harmony](problems.md#harmony)|1.2.3 |__+1__ | |1 | -|[hatchR](problems.md#hatchr)|0.3.2 |__+1__ | |1 | -|[heatmaply](problems.md#heatmaply)|1.5.0 |__+1__ | |2 | -|[hesim](problems.md#hesim)|0.5.5 |__+1__ | |1 | -|[hrbrthemes](problems.md#hrbrthemes)|0.8.7 |__+1__ | | | -|[hyperoverlap](problems.md#hyperoverlap)|1.1.1 | |__+1__ |1 | -|[hypsoLoop](problems.md#hypsoloop)|0.2.0 | |__+1__ | | -|[ImHD](problems.md#imhd)|0.1.0 | |__+1__ | | -|[implicitMeasures](problems.md#implicitmeasures)|0.2.1 |__+2__ | | | -|[imputeTS](problems.md#imputets)|3.3 |__+1__ |1 |1 | -|[infer](problems.md#infer)|1.0.8 |__+1__ |__+1__ | | -|[inTextSummaryTable](problems.md#intextsummarytable)|3.3.3 |__+2__ | |1 | -|[iNZightTS](problems.md#inzightts)|2.0.0 |__+1__ | |1 | -|[IRon](problems.md#iron)|0.1.4 |__+1__ | |1 | -|[isoorbi](problems.md#isoorbi)|1.3.1 |__+1__ | |1 | -|[jskm](problems.md#jskm)|0.5.13 |__+1__ | | | -|[lares](problems.md#lares)|5.2.13 |__+1__ | | | -|[latrend](problems.md#latrend)|1.6.1 |__+2__ | | | -|[legendry](problems.md#legendry)|0.2.2 | |__+3__ |__+2__ | -|[lemon](problems.md#lemon)|0.5.0 |__+3__ |__+1__ | | -|[lfproQC](problems.md#lfproqc)|1.4.0 |__+2__ | | | -|[lgpr](problems.md#lgpr)|1.2.4 |__+1__ | |3 | -|[listdown](problems.md#listdown)|0.5.7 |__+2__ | |2 | -|[LMD](problems.md#lmd)|1.0.0 |__+2__ | | | -|[longevity](problems.md#longevity)|1.2 |__+2__ | |1 | -|[ltertools](problems.md#ltertools)|2.0.0 |__+1__ | | | -|[manymodelr](problems.md#manymodelr)|0.3.9 | |__+1__ | | -|[manynet](problems.md#manynet)|1.3.2 |__+2__ | |3 | -|[marquee](problems.md#marquee)|1.0.0 |__+1__ | |1 | -|[MaxWiK](problems.md#maxwik)|1.0.5 |__+1__ | | | -|[mcStats](problems.md#mcstats)|0.1.2 |__+1__ | |1 | -|[meme](problems.md#meme)|0.2.3 |__+1__ | | | -|[metagam](problems.md#metagam)|0.4.0 |__+1__ | | | -|[MetaNet](problems.md#metanet)|0.2.5 |__+1__ | | | -|[metR](problems.md#metr)|0.18.1 |__+3__ | |1 | -|[mgcViz](problems.md#mgcviz)|0.2.0 |__+1__ | | | -|[MIC](problems.md#mic)|1.1.0 |__+1__ | | | -|[mikropml](problems.md#mikropml)|1.6.1 |__+1__ | |1 | -|[MiMIR](problems.md#mimir)|1.5 |__+1__ | | | -|[miRetrieve](problems.md#miretrieve)|1.3.4 |__+1__ | | | -|[MiscMetabar](problems.md#miscmetabar)|0.14.3 |__+3__ | |1 | -|[mistral](problems.md#mistral)|2.2.2 | |__+1__ | | -|[misty](problems.md#misty)|0.7.2 |__+1__ | |1 | -|[MKpower](problems.md#mkpower)|1.0 |__+1__ | | | -|[modeldb](problems.md#modeldb)|0.3.0 |__+1__ | | | -|[Momocs](problems.md#momocs)|1.4.1 |__+1__ | | | -|[mpactr](problems.md#mpactr)|0.2.1 |__+1__ | |1 | -|[mshap](problems.md#mshap)|0.1.0 |__+1__ | |1 | -|[mtdesign](problems.md#mtdesign)|0.1.2 |__+1__ | | | -|[mverse](problems.md#mverse)|0.2.2 |__+1__ | |1 | -|[mxnorm](problems.md#mxnorm)|1.0.3 |__+1__ | |1 | -|[NHSRplotthedots](problems.md#nhsrplotthedots)|0.1.0 |__+1__ | |1 | -|[nlmixr2plot](problems.md#nlmixr2plot)|3.0.1 |__+1__ | | | -|[normfluodbf](problems.md#normfluodbf)|2.0.0 |__+1__ | | | -|[nzelect](problems.md#nzelect)|0.4.0 |__+1__ | |2 | -|[ofpetrial](problems.md#ofpetrial)|0.1.2 |__+1__ | | | -|[ogrdbstats](problems.md#ogrdbstats)|0.5.2 |__+2__ | | | -|[OmicNavigator](problems.md#omicnavigator)|1.15.0 |__+1__ |1 | | -|[ordinalsimr](problems.md#ordinalsimr)|0.2.1 |__+1__ | | | -|[ordr](problems.md#ordr)|0.1.1 |__+3__ | |2 | -|[pafr](problems.md#pafr)|0.0.2 |__+1__ |__+1__ |1 | -|[palettes](problems.md#palettes)|0.2.1 |__+2__ | | | -|[patchwork](problems.md#patchwork)|1.3.1 | |__+1__ | | -|[patientProfilesVis](problems.md#patientprofilesvis)|2.0.9 |1 __+1__ | |1 | -|[pcr](problems.md#pcr)|1.2.2 |__+1__ | | | -|[phylepic](problems.md#phylepic)|0.2.0 | |__+1__ | | -|[plantTracker](problems.md#planttracker)|1.1.0 |__+1__ | | | -|[plotdap](problems.md#plotdap)|1.0.3 |__+2__ | | | -|[plotDK](problems.md#plotdk)|0.1.0 |__+1__ | |2 | -|[PlotFTIR](problems.md#plotftir)|1.2.0 |__+1__ | | | -|[plotor](problems.md#plotor)|0.6.0 |__+3__ | | | -|[plotROC](problems.md#plotroc)|2.3.1 |__+3__ | | | -|[plotthis](problems.md#plotthis)|0.7.1 |__+1__ | |1 | -|[pmxTools](problems.md#pmxtools)|1.3 |__+1__ | |2 | -|[pollster](problems.md#pollster)|0.1.6 |__+1__ | | | -|[PoweREST](problems.md#powerest)|0.1.0 |__+1__ | | | -|[precintcon](problems.md#precintcon)|2.3.0 |__+1__ | | | -|[predint](problems.md#predint)|2.2.1 |__+1__ | | | -|[PredPsych](problems.md#predpsych)|0.4 | |__+1__ | | -|[predRupdate](problems.md#predrupdate)|0.2.0 |__+1__ | | | -|[priorsense](problems.md#priorsense)|1.1.0 |__+1__ | | | -|[probably](problems.md#probably)|1.1.0 |__+1__ | | | -|[psborrow](problems.md#psborrow)|0.2.2 |__+1__ |__+1__ | | -|[psc](problems.md#psc)|1.3.0 |__+1__ | | | -|[pscore](problems.md#pscore)|0.4.0 | |__+1__ | | -|[pubh](problems.md#pubh)|2.0.0 |__+1__ | | | -|[qad](problems.md#qad)|1.0.4 |__+1__ | |1 | -|[qdap](problems.md#qdap)|2.4.6 |__+1__ | |3 | -|[qgcompint](problems.md#qgcompint)|1.0.0 |__+1__ | | | -|[quantities](problems.md#quantities)|0.2.3 |__+1__ | | | -|[quickPlot](problems.md#quickplot)|1.0.2 |__+2__ | |1 | -|[quickReg](problems.md#quickreg)|1.5.0 |__+1__ | |3 | -|[Radviz](problems.md#radviz)|0.9.4 |__+2__ | |1 | -|[RamanMP](problems.md#ramanmp)|1.0 |__+1__ | |1 | -|[randomForestExplainer](problems.md#randomforestexplainer)|0.10.1 |__+3__ | |1 | -|[rasterdiv](problems.md#rasterdiv)|0.3.6 |__+1__ | | | -|[rater](problems.md#rater)|1.3.1 |__+1__ | |3 | -|[ratlas](problems.md#ratlas)|0.1.0 |__+2__ | |1 | -|[rbioacc](problems.md#rbioacc)|1.2.1 |__+1__ | |2 | -|[rbiom](problems.md#rbiom)|2.2.0 |__+1__ | | | -|[reda](problems.md#reda)|0.5.5 |__+1__ | |1 | -|[regtomean](problems.md#regtomean)|1.2 | |__+1__ |1 | -|[rempsyc](problems.md#rempsyc)|0.1.9 |__+3__ | | | -|[rmweather](problems.md#rmweather)|0.2.62 |__+1__ | | | -|[robCompositions](problems.md#robcompositions)|2.4.1 | |1 __+1__ |3 | -|[rrr](problems.md#rrr)|1.0.0 |__+2__ | |1 | -|[RSDA](problems.md#rsda)|3.2.4 | |__+1__ |1 | -|[RTIGER](problems.md#rtiger)|2.1.0 | |__+1__ | | -|[RVA](problems.md#rva)|0.0.5 |__+1__ | |2 | -|[RVenn](problems.md#rvenn)|1.1.0 |__+1__ | |1 | -|[Rwtss](problems.md#rwtss)|0.9.2 |__+1__ | |1 | -|[saros](problems.md#saros)|1.5.4 |__+2__ | | | -|[scCustomize](problems.md#sccustomize)|3.0.1 |__+1__ | | | -|[scoringutils](problems.md#scoringutils)|2.1.0 |__+1__ | | | -|[SCpubr](problems.md#scpubr)|2.0.2 |__+1__ | | | -|[scrutiny](problems.md#scrutiny)|0.5.0 |__+3__ | |1 | -|[scUtils](problems.md#scutils)|0.1.0 |__+1__ | |1 | -|[SDMtune](problems.md#sdmtune)|1.3.2 |__+1__ | |1 | -|[seAMLess](problems.md#seamless)|0.1.1 |__+1__ | | | -|[see](problems.md#see)|0.11.0 |__+2__ | | | -|[seedreg](problems.md#seedreg)|1.0.3 |__+1__ | | | -|[shadowtext](problems.md#shadowtext)|0.1.4 | |__+1__ | | -|[shiny](problems.md#shiny)|1.10.0 |__+1__ | |1 | -|[shinyMixR](problems.md#shinymixr)|0.5.0 |__+1__ | | | -|[simmr](problems.md#simmr)|0.5.1.217 |__+1__ | | | -|[simplecolors](problems.md#simplecolors)|0.1.2 |__+1__ | | | -|[sjPlot](problems.md#sjplot)|2.8.17 |__+1__ | | | -|[smer](problems.md#smer)|0.0.1 |__+1__ | |2 | -|[spacejamr](problems.md#spacejamr)|0.2.1 |__+1__ | | | -|[spatialwarnings](problems.md#spatialwarnings)|3.1.0 |__+1__ | |1 | -|[spectralR](problems.md#spectralr)|0.1.3 |__+1__ | | | -|[spinifex](problems.md#spinifex)|0.3.8 |__+1__ | | | -|[sport](problems.md#sport)|0.2.1 |__+1__ | |1 | -|[sportyR](problems.md#sportyr)|2.2.2 |__+1__ | | | -|[SPUTNIK](problems.md#sputnik)|1.4.2 | |__+1__ | | -|[ssd4mosaic](problems.md#ssd4mosaic)|1.0.3 |__+1__ | |1 | -|[sssc](problems.md#sssc)|1.0.0 | |__+1__ | | -|[states](problems.md#states)|0.3.2 |__+1__ | | | -|[statgenGWAS](problems.md#statgengwas)|1.0.11 |__+1__ | |1 | -|[statgenGxE](problems.md#statgengxe)|1.0.9 |__+1__ | |1 | -|[statgenHTP](problems.md#statgenhtp)|1.0.8 |__+1__ | |2 | -|[statgenIBD](problems.md#statgenibd)|1.0.8 |__+1__ | |2 | -|[statgenSTA](problems.md#statgensta)|1.0.14 |__+1__ | |2 | -|[stRoke](problems.md#stroke)|24.10.1 |__+1__ | |1 | -|[Superpower](problems.md#superpower)|0.2.3 |__+1__ | | | -|[synthpop](problems.md#synthpop)|1.9-1.1 |__+1__ |1 | | -|[tastypie](problems.md#tastypie)|0.1.1 |__+1__ | | | -|[TcGSA](problems.md#tcgsa)|0.12.10 | |__+1__ | | -|[teal.widgets](problems.md#tealwidgets)|0.4.3 |__+1__ | | | -|[TestGardener](problems.md#testgardener)|3.3.5 |__+1__ | | | -|[tidyEdSurvey](problems.md#tidyedsurvey)|0.1.3 |__+1__ | | | -|[tidypaleo](problems.md#tidypaleo)|0.1.3 | |__+1__ | | -|[tidyposterior](problems.md#tidyposterior)|1.0.1 |__+1__ | | | -|[TPMplt](problems.md#tpmplt)|0.1.6 | |__+1__ | | -|[track2KBA](problems.md#track2kba)|1.1.2 |__+1__ | | | -|[tradeoffaucdim](problems.md#tradeoffaucdim)|0.1.0 |__+1__ | |1 | -|[TransProR](problems.md#transpror)|1.0.5 |__+1__ | | | -|[trelliscopejs](problems.md#trelliscopejs)|0.2.6 | |__+1__ | | -|[triplot](problems.md#triplot)|1.3.0 |__+2__ | |1 | -|[ulrb](problems.md#ulrb)|0.1.6 |__+1__ | | | -|[UnalR](problems.md#unalr)|1.0.0 |__+1__ | |2 | -|[vaccine](problems.md#vaccine)|1.3.0 |__+1__ | | | -|[vaccineff](problems.md#vaccineff)|1.0.0 |__+1__ | | | -|[vanquish](problems.md#vanquish)|1.0.0 | |__+1__ | | -|[VarSelLCM](problems.md#varsellcm)|2.1.3.1 |__+1__ | |1 | -|[vDiveR](problems.md#vdiver)|2.0.1 |__+1__ | |1 | -|[vip](problems.md#vip)|0.4.1 |__+1__ | |2 | -|[visualpred](problems.md#visualpred)|0.1.1 | |__+1__ | | -|[voluModel](problems.md#volumodel)|0.2.2 |__+2__ | | | -|[vvshiny](problems.md#vvshiny)|0.1.1 |__+1__ | | | -|[washi](problems.md#washi)|0.2.0 |__+1__ | | | -|[windfarmGA](problems.md#windfarmga)|4.0.0 |__+1__ | | | -|[wql](problems.md#wql)|1.0.2 |__+2__ | | | -|[xaringanthemer](problems.md#xaringanthemer)|0.4.3 |__+1__ | | | -|[xpose.xtras](problems.md#xposextras)|0.0.2 |__+3__ | |2 | -|[ZetaSuite](problems.md#zetasuite)|1.0.1 | |__+1__ |1 | +|package |version |error |warning |note | +|:----------|:-------|:------|:-------|:----| +|[ggdibbler](problems.md#ggdibbler)|0.6.1 | |__+1__ |2 | +|[simRestore](problems.md#simrestore)|1.1.5 |__+1__ | | | diff --git a/revdep/cran.md b/revdep/cran.md index 984c6f80c3..6a73fd765d 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,1125 +1,180 @@ ## revdepcheck results -We checked 5736 reverse dependencies (5733 from CRAN + 3 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. +We checked 6300 reverse dependencies (6276 from CRAN + 24 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. - * We saw 327 new problems - * We failed to check 28 packages + * We saw 2 new problems + * We failed to check 160 packages Issues with CRAN packages are summarised below. ### New problems (This reports the first line of each new failure) -* adklakedata - checking examples ... ERROR - -* adsoRptionCMF - checking examples ... ERROR - -* adw - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* afex - checking re-building of vignette outputs ... ERROR - -* AgroR - checking examples ... ERROR - -* AgroReg - checking examples ... ERROR - -* alookr - checking examples ... ERROR - -* AnalysisLin - checking examples ... ERROR - -* andurinha - checking tests ... ERROR - -* animbook - checking examples ... ERROR - -* ANN2 - checking tests ... ERROR - -* APackOfTheClones - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* applicable - checking tests ... ERROR - -* arena2r - checking tests ... ERROR - -* ASRgenomics - checking tests ... ERROR - -* assignPOP - checking tests ... ERROR - -* autocogs - checking tests ... ERROR - -* autoplotly - checking tests ... ERROR - -* bayesAB - checking tests ... ERROR - -* bayesassurance - checking tests ... ERROR - -* BayesCVI - checking whether package ‘BayesCVI’ can be installed ... WARNING - -* BayesianReasoning - checking tests ... ERROR - -* BayesMultiMode - checking whether package ‘BayesMultiMode’ can be installed ... WARNING - -* BCEA - checking examples ... ERROR - -* bdsm - checking tests ... ERROR - -* BeeBDC - checking tests ... ERROR - -* benchr - checking tests ... ERROR - -* biclustermd - checking tests ... ERROR - -* biometryassist - checking tests ... ERROR - -* BiVariAn - checking examples ... ERROR - checking tests ... ERROR - -* brolgar - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* bullseye - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* calmr - checking tests ... ERROR - -* canvasXpress - checking tests ... ERROR - -* carbonr - checking tests ... ERROR - -* caretEnsemble - checking installed package size ... NOTE - -* cartographr - checking tests ... ERROR - -* causact - checking tests ... ERROR - -* CausalImpact - checking tests ... ERROR - -* centerline - checking examples ... ERROR - checking tests ... ERROR - -* Certara.Xpose.NLME - checking examples ... ERROR - -* cheem - checking tests ... ERROR - -* circumplex - checking tests ... ERROR - -* clifro - checking tests ... ERROR - -* climwin - checking tests ... ERROR - -* clockSim - checking whether package ‘clockSim’ can be installed ... WARNING - -* cmcR - checking tests ... ERROR - -* cnmap - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* conquestr - checking tests ... ERROR - -* constructive - checking tests ... ERROR - -* CoSMoS - checking re-building of vignette outputs ... ERROR - -* countfitteR - checking tests ... ERROR - -* covidcast - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* cowplot - checking tests ... ERROR - -* ctrialsgov - checking tests ... ERROR - -* cvms - checking tests ... ERROR - -* cylcop - checking examples ... ERROR - -* D2MCS - checking tests ... ERROR - -* dabestr - checking tests ... ERROR - -* daiquiri - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* DAISIEprep - checking tests ... ERROR - -* dams - checking re-building of vignette outputs ... ERROR - -* Deducer - checking whether package ‘Deducer’ can be installed ... WARNING - -* dendextend - checking tests ... ERROR - -* DImodelsVis - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* directlabels - checking re-building of vignette outputs ... ERROR - -* DiSCos - checking tests ... ERROR - -* distributions3 - checking tests ... ERROR - -* dittoViz - checking examples ... ERROR - checking tests ... ERROR - -* duke - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* easyalluvial - checking tests ... ERROR - -* easysurv - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* ecocbo - checking tests ... ERROR - -* EGM - checking tests ... ERROR - -* eks - checking S3 generic/method consistency ... WARNING - -* ENMTools - checking tests ... ERROR - -* epos - checking tests ... ERROR - -* EQUALSTATS - checking examples ... ERROR - -* equatiomatic - checking re-building of vignette outputs ... ERROR - -* errors - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* eventstudyr - checking tests ... ERROR - -* ez - checking examples ... ERROR - -* ezEDA - checking tests ... ERROR - -* ezplot - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* fabletools - checking tests ... ERROR - -* fairmodels - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* fairness - checking whether package ‘fairness’ can be installed ... WARNING - -* faux - checking examples ... ERROR - checking tests ... ERROR - -* feasts - checking tests ... ERROR - -* fec16 - checking re-building of vignette outputs ... ERROR - -* flextable - checking examples ... ERROR - -* fmf - checking whether package ‘fmf’ can be installed ... WARNING - -* forestPSD - checking examples ... ERROR - -* FunnelPlotR - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* gapfill - checking tests ... ERROR - -* genekitr - checking examples ... ERROR - -* geneSLOPE - checking whether package ‘geneSLOPE’ can be installed ... WARNING - -* geofacet - checking S3 generic/method consistency ... WARNING - -* geomtextpath - checking examples ... ERROR - checking tests ... ERROR - -* gfoRmulaICE - checking tests ... ERROR - -* gg1d - checking examples ... ERROR - checking tests ... ERROR - -* ggalign - checking examples ... ERROR - checking tests ... ERROR - checking S3 generic/method consistency ... WARNING - checking Rd cross-references ... WARNING - checking for code/documentation mismatches ... WARNING - -* ggblend - checking tests ... ERROR - -* ggborderline - checking examples ... ERROR - -* ggbrain - checking S3 generic/method consistency ... WARNING - -* ggbreak - checking re-building of vignette outputs ... ERROR - checking S3 generic/method consistency ... WARNING - -* ggbump - checking tests ... ERROR - -* ggdark - checking examples ... ERROR - checking tests ... ERROR - -* ggdemetra - checking whether package ‘ggdemetra’ can be installed ... WARNING - -* ggDoubleHeat - checking examples ... ERROR - -* ggEDA - checking examples ... ERROR - checking tests ... ERROR - -* ggedit - checking examples ... ERROR - -* ggfixest - checking tests ... ERROR - -* ggfocus - checking examples ... ERROR - checking S3 generic/method consistency ... WARNING - -* ggformula +* ggdibbler checking for code/documentation mismatches ... WARNING -* ggfortify +* simRestore checking tests ... ERROR -* ggfx - checking S3 generic/method consistency ... WARNING - -* gggenomes - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* ggghost - checking examples ... ERROR - -* gghalves - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* ggimage - checking S3 generic/method consistency ... WARNING - -* ggiraph - checking examples ... ERROR - checking tests ... ERROR - -* ggiraphExtra - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* ggmap - checking whether package ‘ggmap’ can be installed ... WARNING - -* ggpackets - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - checking S3 generic/method consistency ... WARNING - -* ggparallel - checking tests ... ERROR - -* ggpath - checking tests ... ERROR - -* ggplot2.utils - checking tests ... ERROR - -* ggPMX - checking re-building of vignette outputs ... ERROR - -* ggpol - checking examples ... ERROR - -* ggprism - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* ggpubr - checking tests ... ERROR - -* ggraph - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - checking S3 generic/method consistency ... WARNING - -* ggResidpanel - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* ggRtsy - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* ggseqplot - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* ggside - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - checking S3 generic/method consistency ... WARNING - checking for code/documentation mismatches ... WARNING - checking R code for possible problems ... NOTE - -* ggspatial - checking S3 generic/method consistency ... WARNING - -* ggstatsplot - checking tests ... ERROR - -* ggstream - checking tests ... ERROR - -* ggswissmaps - checking whether package ‘ggswissmaps’ can be installed ... WARNING - checking whether the namespace can be loaded with stated dependencies ... NOTE - -* ggtangle - checking re-building of vignette outputs ... ERROR - checking S3 generic/method consistency ... WARNING - -* ggtime - checking tests ... ERROR - -* ggVennDiagram - checking re-building of vignette outputs ... ERROR - -* ggview - checking S3 generic/method consistency ... WARNING - -* grafify - checking tests ... ERROR - -* graphPAF - checking examples ... ERROR - -* GRShiny - checking tests ... ERROR - -* grwat - checking tests ... ERROR - -* gtExtras - checking tests ... ERROR - -* handwriterRF - checking tests ... ERROR - -* harmony - checking re-building of vignette outputs ... ERROR - -* hatchR - checking tests ... ERROR - -* heatmaply - checking tests ... ERROR - -* hesim - checking tests ... ERROR - -* hrbrthemes - checking tests ... ERROR - -* hyperoverlap - checking whether package ‘hyperoverlap’ can be installed ... WARNING - -* hypsoLoop - checking whether package ‘hypsoLoop’ can be installed ... WARNING - -* ImHD - checking whether package ‘ImHD’ can be installed ... WARNING - -* implicitMeasures - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* imputeTS - checking tests ... ERROR - -* infer - checking tests ... ERROR - checking S3 generic/method consistency ... WARNING - -* inTextSummaryTable - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* iNZightTS - checking tests ... ERROR - -* IRon - checking examples ... ERROR - -* isoorbi - checking tests ... ERROR - -* jskm - checking re-building of vignette outputs ... ERROR - -* lares - checking examples ... ERROR - -* latrend - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* legendry - checking whether the package can be loaded with stated dependencies ... WARNING - checking whether the package can be unloaded cleanly ... WARNING - checking whether the namespace can be loaded with stated dependencies ... WARNING - checking dependencies in R code ... NOTE - checking R code for possible problems ... NOTE - -* lemon - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - checking S3 generic/method consistency ... WARNING - -* lfproQC - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* lgpr - checking tests ... ERROR - -* listdown - checking examples ... ERROR - checking tests ... ERROR - -* LMD - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* longevity - checking examples ... ERROR - checking tests ... ERROR - -* ltertools - checking tests ... ERROR - -* manymodelr - checking whether package ‘manymodelr’ can be installed ... WARNING - -* manynet - checking examples ... ERROR - checking tests ... ERROR - -* marquee - checking examples ... ERROR - -* MaxWiK - checking re-building of vignette outputs ... ERROR - -* mcStats - checking tests ... ERROR - -* meme - checking re-building of vignette outputs ... ERROR - -* metagam - checking re-building of vignette outputs ... ERROR - -* MetaNet - checking examples ... ERROR - -* metR - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* mgcViz - checking re-building of vignette outputs ... ERROR - -* MIC - checking examples ... ERROR - -* mikropml - checking tests ... ERROR - -* MiMIR - checking examples ... ERROR - -* miRetrieve - checking tests ... ERROR - -* MiscMetabar - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* mistral - checking whether package ‘mistral’ can be installed ... WARNING - -* misty - checking examples ... ERROR - -* MKpower - checking examples ... ERROR - -* modeldb - checking tests ... ERROR - -* Momocs - checking examples ... ERROR - -* mpactr - checking tests ... ERROR - -* mshap - checking tests ... ERROR - -* mtdesign - checking tests ... ERROR - -* mverse - checking re-building of vignette outputs ... ERROR - -* mxnorm - checking tests ... ERROR - -* NHSRplotthedots - checking tests ... ERROR - -* nlmixr2plot - checking tests ... ERROR - -* normfluodbf - checking tests ... ERROR - -* nzelect - checking re-building of vignette outputs ... ERROR - -* ofpetrial - checking examples ... ERROR - -* ogrdbstats - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* OmicNavigator - checking tests ... ERROR - -* ordinalsimr - checking tests ... ERROR - -* ordr - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* pafr - checking tests ... ERROR - checking S3 generic/method consistency ... WARNING - -* palettes - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* patchwork - checking S3 generic/method consistency ... WARNING - -* patientProfilesVis - checking re-building of vignette outputs ... ERROR - -* pcr - checking tests ... ERROR - -* phylepic - checking S3 generic/method consistency ... WARNING - -* plantTracker - checking re-building of vignette outputs ... ERROR - -* plotdap - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* plotDK - checking tests ... ERROR - -* PlotFTIR - checking tests ... ERROR - -* plotor - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* plotROC - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* plotthis - checking examples ... ERROR - -* pmxTools - checking tests ... ERROR - -* pollster - checking re-building of vignette outputs ... ERROR - -* PoweREST - checking examples ... ERROR - -* precintcon - checking examples ... ERROR - -* predint - checking tests ... ERROR - -* PredPsych - checking whether package ‘PredPsych’ can be installed ... WARNING - -* predRupdate - checking tests ... ERROR - -* priorsense - checking tests ... ERROR - -* probably - checking tests ... ERROR - -* psborrow - checking tests ... ERROR - checking whether package ‘psborrow’ can be installed ... WARNING - -* psc - checking re-building of vignette outputs ... ERROR - -* pscore - checking whether package ‘pscore’ can be installed ... WARNING - -* pubh - checking examples ... ERROR - -* qad - checking tests ... ERROR - -* qdap - checking tests ... ERROR - -* qgcompint - checking examples ... ERROR - -* quantities - checking re-building of vignette outputs ... ERROR - -* quickPlot - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* quickReg - checking re-building of vignette outputs ... ERROR - -* Radviz - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* RamanMP - checking examples ... ERROR - -* randomForestExplainer - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* rasterdiv - checking re-building of vignette outputs ... ERROR - -* rater - checking tests ... ERROR - -* ratlas - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* rbioacc - checking tests ... ERROR - -* rbiom - checking examples ... ERROR - -* reda - checking tests ... ERROR - -* regtomean - checking whether package ‘regtomean’ can be installed ... WARNING - -* rempsyc - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* rmweather - checking tests ... ERROR - -* robCompositions - checking whether package ‘robCompositions’ can be installed ... WARNING - -* rrr - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* RSDA - checking whether package ‘RSDA’ can be installed ... WARNING - -* RTIGER - checking whether package ‘RTIGER’ can be installed ... WARNING - -* RVA - checking re-building of vignette outputs ... ERROR - -* RVenn - checking tests ... ERROR - -* Rwtss - checking tests ... ERROR - -* saros - checking examples ... ERROR - checking tests ... ERROR - -* scCustomize - checking examples ... ERROR - -* scoringutils - checking examples ... ERROR - -* SCpubr - checking tests ... ERROR - -* scrutiny - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* scUtils - checking tests ... ERROR - -* SDMtune - checking tests ... ERROR - -* seAMLess - checking examples ... ERROR - -* see - checking examples ... ERROR - checking tests ... ERROR - -* seedreg - checking examples ... ERROR - -* shadowtext - checking dependencies in R code ... WARNING - -* shiny - checking tests ... ERROR - -* shinyMixR - checking tests ... ERROR - -* simmr - checking re-building of vignette outputs ... ERROR - -* simplecolors - checking tests ... ERROR - -* sjPlot - checking re-building of vignette outputs ... ERROR - -* smer - checking re-building of vignette outputs ... ERROR - -* spacejamr - checking tests ... ERROR - -* spatialwarnings - checking tests ... ERROR - -* spectralR - checking tests ... ERROR - -* spinifex - checking tests ... ERROR - -* sport - checking tests ... ERROR - -* sportyR - checking tests ... ERROR - -* SPUTNIK - checking whether package ‘SPUTNIK’ can be installed ... WARNING - -* ssd4mosaic - checking tests ... ERROR - -* sssc - checking whether package ‘sssc’ can be installed ... WARNING - -* states - checking tests ... ERROR - -* statgenGWAS - checking tests ... ERROR - -* statgenGxE - checking tests ... ERROR - -* statgenHTP - checking tests ... ERROR - -* statgenIBD - checking tests ... ERROR - -* statgenSTA - checking tests ... ERROR - -* stRoke - checking tests ... ERROR - -* Superpower - checking tests ... ERROR - -* synthpop - checking examples ... ERROR - -* tastypie - checking tests ... ERROR - -* TcGSA - checking Rd cross-references ... WARNING - -* teal.widgets - checking tests ... ERROR - -* TestGardener - checking examples ... ERROR - -* tidyEdSurvey - checking tests ... ERROR - -* tidypaleo - checking S3 generic/method consistency ... WARNING - -* tidyposterior - checking tests ... ERROR - -* TPMplt - checking whether package ‘TPMplt’ can be installed ... WARNING - -* track2KBA - checking tests ... ERROR - -* tradeoffaucdim - checking tests ... ERROR - -* TransProR - checking examples ... ERROR - -* trelliscopejs - checking S3 generic/method consistency ... WARNING - -* triplot - checking examples ... ERROR - checking tests ... ERROR - -* ulrb - checking re-building of vignette outputs ... ERROR - -* UnalR - checking tests ... ERROR - -* vaccine - checking tests ... ERROR - -* vaccineff - checking tests ... ERROR - -* vanquish - checking whether package ‘vanquish’ can be installed ... WARNING - -* VarSelLCM - checking re-building of vignette outputs ... ERROR - -* vDiveR - checking examples ... ERROR - -* vip - checking tests ... ERROR - -* visualpred - checking whether package ‘visualpred’ can be installed ... WARNING - -* voluModel - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* vvshiny - checking tests ... ERROR - -* washi - checking tests ... ERROR - -* windfarmGA - checking tests ... ERROR - -* wql - checking examples ... ERROR - checking re-building of vignette outputs ... ERROR - -* xaringanthemer - checking re-building of vignette outputs ... ERROR - -* xpose.xtras - checking examples ... ERROR - checking tests ... ERROR - checking re-building of vignette outputs ... ERROR - -* ZetaSuite - checking whether package ‘ZetaSuite’ can be installed ... WARNING - ### Failed to check -* bartMan (NA) -* bayesdfa (NA) -* cocktailApp (NA) -* coda.plot (NA) -* ctsem (NA) -* EcoEnsemble (NA) -* fio (NA) -* GGally (NA) -* ggmosaic (NA) -* ggmulti (NA) -* ggRandomForests (NA) -* ggtern (NA) -* metabolic (NA) -* multinma (NA) -* MultiTraits (NA) -* pacta.loanbook (NA) -* PieGlyph (NA) -* rmsb (NA) -* rshift (NA) -* RSP (NA) -* rstanarm (NA) -* scplot (NA) -* streamDAG (NA) -* TestAnaAPP (NA) -* tidydr (NA) -* tricolore (NA) -* TriDimRegression (NA) -* xpose (NA) +* apsimx (NA) +* aridagri (NA) +* autovi (NA) +* AVGAS (NA) +* bayesdfa (NA) +* BGGM (NA) +* BGmisc (NA) +* bmm (NA) +* boinet (NA) +* brms (NA) +* BSL (NA) +* bullseye (NA) +* cases (NA) +* cassowaryr (NA) +* cdcatR (NA) +* cheem (NA) +* ChillModels (NA) +* chouca (NA) +* cinaR (NA) +* ClustAssess (NA) +* ClusterGVis (NA) +* clusterMI (NA) +* ClustImpute (NA) +* CompAREdesign (NA) +* copulaSim (NA) +* correlation (NA) +* ctsem (NA) +* cylcop (NA) +* daltoolbox (NA) +* decisionSupport (NA) +* deepSTRAPP (NA) +* DFD (NA) +* dimRed (NA) +* dMrs (NA) +* DstarM (NA) +* easybgm (NA) +* eda4treeR (NA) +* EFDR (NA) +* EGAnet (NA) +* ER (NA) +* FAfA (NA) +* fastei (NA) +* fastqrs (NA) +* FCPS (NA) +* fddm (NA) +* FeatureImpCluster (NA) +* ferrn (NA) +* ffp (NA) +* fio (NA) +* gasmodel (NA) +* GDINA (NA) +* gemR (NA) +* genekitr (NA) +* GeneralizedUmatrixGPU (NA) +* ggpicrust2 (NA) +* ggsem (NA) +* GJRM (NA) +* grandR (NA) +* gratia (NA) +* GRIDCOPULA (NA) +* harbinger (NA) +* hbsaems (NA) +* heimdall (NA) +* IndGenErrors (NA) +* ivolcano (NA) +* jmv (NA) +* latentFactoR (NA) +* lcsm (NA) +* linkspotter (NA) +* lionfish (NA) +* LMMstar (NA) +* LongDecompHE (NA) +* manymome (NA) +* MD2sample (NA) +* MDgof (NA) +* measureR (NA) +* metrica (NA) +* mgc (NA) +* micemd (NA) +* MiscMetabar (NA) +* MixedIndTests (NA) +* MixMashNet (NA) +* modelbased (NA) +* ModStatR (NA) +* morepls (NA) +* mulgar (NA) +* multinma (NA) +* MVN (NA) +* negligible (NA) +* numbat (NA) +* OlinkAnalyze (NA) +* OpenMx (NA) +* outstandR (NA) +* pandemonium (NA) +* parameters (NA) +* pctax (NA) +* pcutils (NA) +* phylosem (NA) +* polarisR (NA) +* predictionInterval (NA) +* prefviz (NA) +* projectLSA (NA) +* psychonetrics (NA) +* pvars (NA) +* qad (NA) +* qmd (NA) +* QuadratiK (NA) +* quollr (NA) +* rattle (NA) +* RCTrep (NA) +* ReporterScore (NA) +* Revticulate (NA) +* RGENERATEPREC (NA) +* ridgetorus (NA) +* rmedsem (NA) +* RMOPI (NA) +* rmsb (NA) +* rSDR (NA) +* rshift (NA) +* RSP (NA) +* rstanarm (NA) +* RulesTools (NA) +* SCpubr (NA) +* semtree (NA) +* Signac (NA) +* simcausal (NA) +* SimDesign (NA) +* spareg (NA) +* spinebil (NA) +* spinifex (NA) +* Spower (NA) +* sprtt (NA) +* SRscore (NA) +* STCCGEV (NA) +* STCYP (NA) +* streamDAG (NA) +* SurprisalAnalysis (NA) +* Surrogate (NA) +* svars (NA) +* TCIU (NA) +* TDAkit (NA) +* TELP (NA) +* tepr (NA) +* TestAnaAPP (NA) +* tidybins (NA) +* tidycomm (NA) +* tidylearn (NA) +* tidySEM (NA) +* tinyarray (NA) +* tourr (NA) +* TransProR (NA) +* TriDimRegression (NA) +* ufs (NA) +* VecDep (NA) +* WINS (NA) +* wmwAUC (NA) +* woylier (NA) +* WQM (NA) +* XYomics (NA) +* zenplots (NA) diff --git a/revdep/failures.md b/revdep/failures.md index b252e91055..a6cbddfc96 100644 --- a/revdep/failures.md +++ b/revdep/failures.md @@ -1,209 +1,327 @@ -# bartMan +# apsimx
-* Version: 0.1.1 -* GitHub: NA -* Source code: https://github.com/cran/bartMan -* Date/Publication: 2024-07-24 12:10:02 UTC -* Number of recursive dependencies: 132 +* Version: 2.8.235 +* GitHub: https://github.com/femiguez/apsimx +* Source code: https://github.com/cran/apsimx +* Date/Publication: 2025-03-10 05:40:02 UTC +* Number of recursive dependencies: 182 -Run `revdepcheck::cloud_details(, "bartMan")` for more info +Run `revdepcheck::cloud_details(, "apsimx")` for more info
-## Newly broken - -* checking whether package ‘bartMan’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/bartMan/new/bartMan.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘bartMan’ ... -** package ‘bartMan’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** byte-compile and prepare package for lazy loading -Error in eval(exprs[i], envir) : object 'justify_grobs' not found -Error: unable to load R code in package ‘bartMan’ -Execution halted -ERROR: lazy loading failed for package ‘bartMan’ -* removing ‘/tmp/workdir/bartMan/new/bartMan.Rcheck/bartMan’ +* using log directory ‘/tmp/workdir/apsimx/new/apsimx.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘apsimx/DESCRIPTION’ ... OK +... + Running ‘test_soil_properties.R’ + Running ‘test_sr_ks.R’ + Running ‘test_ssurgo2sp.R’ + Running ‘test_vignette.R’ + Running ‘test_worldmodeler.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + ``` ### CRAN ``` -* installing *source* package ‘bartMan’ ... -** package ‘bartMan’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -** building package indices -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (bartMan) +* using log directory ‘/tmp/workdir/apsimx/old/apsimx.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘apsimx/DESCRIPTION’ ... OK +... + Running ‘test_soil_properties.R’ + Running ‘test_sr_ks.R’ + Running ‘test_ssurgo2sp.R’ + Running ‘test_vignette.R’ + Running ‘test_worldmodeler.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + ``` -# bayesdfa +# aridagri
-* Version: 1.3.4 -* GitHub: https://github.com/fate-ewi/bayesdfa -* Source code: https://github.com/cran/bayesdfa -* Date/Publication: 2025-03-22 20:30:21 UTC -* Number of recursive dependencies: 84 +* Version: 2.0.3 +* GitHub: https://github.com/lalitrolaniya/aridagri +* Source code: https://github.com/cran/aridagri +* Date/Publication: 2026-02-24 19:20:08 UTC +* Number of recursive dependencies: 180 -Run `revdepcheck::cloud_details(, "bayesdfa")` for more info +Run `revdepcheck::cloud_details(, "aridagri")` for more info
-## In both - -* checking whether package ‘bayesdfa’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/bayesdfa/new/bayesdfa.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘bayesdfa’ ... -** package ‘bayesdfa’ successfully unpacked and MD5 sums checked -** using staged installation -Error in loadNamespace(x) : there is no package called ‘rstantools’ -Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: configuration failed for package ‘bayesdfa’ -* removing ‘/tmp/workdir/bayesdfa/new/bayesdfa.Rcheck/bayesdfa’ +* using log directory ‘/tmp/workdir/aridagri/new/aridagri.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘aridagri/DESCRIPTION’ ... OK +... +* checking Rd metadata ... OK +* checking Rd cross-references ... OK +* checking for missing documentation entries ... OK +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking examples ... OK +* DONE +Status: 1 NOTE + + + ``` ### CRAN ``` -* installing *source* package ‘bayesdfa’ ... -** package ‘bayesdfa’ successfully unpacked and MD5 sums checked -** using staged installation -Error in loadNamespace(x) : there is no package called ‘rstantools’ -Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: configuration failed for package ‘bayesdfa’ -* removing ‘/tmp/workdir/bayesdfa/old/bayesdfa.Rcheck/bayesdfa’ +* using log directory ‘/tmp/workdir/aridagri/old/aridagri.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘aridagri/DESCRIPTION’ ... OK +... +* checking Rd metadata ... OK +* checking Rd cross-references ... OK +* checking for missing documentation entries ... OK +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking examples ... OK +* DONE +Status: 1 NOTE + + + ``` -# cocktailApp +# autovi
-* Version: 0.2.3 -* GitHub: https://github.com/shabbychef/cocktailApp -* Source code: https://github.com/cran/cocktailApp -* Date/Publication: 2023-07-19 13:40:09 UTC -* Number of recursive dependencies: 93 +* Version: 0.4.1 +* GitHub: https://github.com/TengMCing/autovi +* Source code: https://github.com/cran/autovi +* Date/Publication: 2024-11-18 04:40:12 UTC +* Number of recursive dependencies: 98 -Run `revdepcheck::cloud_details(, "cocktailApp")` for more info +Run `revdepcheck::cloud_details(, "autovi")` for more info
-## Newly broken +## Error before installation -* checking whether package ‘cocktailApp’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/cocktailApp/new/cocktailApp.Rcheck/00install.out’ for details. - ``` +### Devel -## Newly fixed +``` +* using log directory ‘/tmp/workdir/autovi/new/autovi.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘autovi/DESCRIPTION’ ... OK +... +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: OK -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 14729 marked UTF-8 strings - ``` -## Installation + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/autovi/old/autovi.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘autovi/DESCRIPTION’ ... OK +... +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: OK + + + + + +``` +# AVGAS + +
+ +* Version: 0.1.0 +* GitHub: NA +* Source code: https://github.com/cran/AVGAS +* Date/Publication: 2023-12-20 16:20:08 UTC +* Number of recursive dependencies: 49 + +Run `revdepcheck::cloud_details(, "AVGAS")` for more info + +
+ +## Error before installation ### Devel ``` -* installing *source* package ‘cocktailApp’ ... -** package ‘cocktailApp’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -** inst -** byte-compile and prepare package for lazy loading -Error: .onLoad failed in loadNamespace() for 'ggtern', details: - call: NULL - error: object properties are invalid: -- @lineend must be or , not S3 -Execution halted -ERROR: lazy loading failed for package ‘cocktailApp’ -* removing ‘/tmp/workdir/cocktailApp/new/cocktailApp.Rcheck/cocktailApp’ +* using log directory ‘/tmp/workdir/AVGAS/new/AVGAS.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘AVGAS/DESCRIPTION’ ... OK +... +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking whether package ‘AVGAS’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/AVGAS/new/AVGAS.Rcheck/00install.out’ for details. +* DONE +Status: 1 ERROR + + + ``` ### CRAN ``` -* installing *source* package ‘cocktailApp’ ... -** package ‘cocktailApp’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (cocktailApp) +* using log directory ‘/tmp/workdir/AVGAS/old/AVGAS.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘AVGAS/DESCRIPTION’ ... OK +... +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking whether package ‘AVGAS’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/AVGAS/old/AVGAS.Rcheck/00install.out’ for details. +* DONE +Status: 1 ERROR + + + ``` -# coda.plot +# bayesdfa
-* Version: 0.1.9 -* GitHub: NA -* Source code: https://github.com/cran/coda.plot -* Date/Publication: 2025-04-20 21:30:02 UTC -* Number of recursive dependencies: 41 +* Version: 1.3.4 +* GitHub: https://github.com/fate-ewi/bayesdfa +* Source code: https://github.com/cran/bayesdfa +* Date/Publication: 2025-03-22 20:30:21 UTC +* Number of recursive dependencies: 85 -Run `revdepcheck::cloud_details(, "coda.plot")` for more info +Run `revdepcheck::cloud_details(, "bayesdfa")` for more info
-## Newly broken +## In both -* checking whether package ‘coda.plot’ can be installed ... ERROR +* checking whether package ‘bayesdfa’ can be installed ... ERROR ``` Installation failed. - See ‘/tmp/workdir/coda.plot/new/coda.plot.Rcheck/00install.out’ for details. + See ‘/tmp/workdir/bayesdfa/new/bayesdfa.Rcheck/00install.out’ for details. ``` ## Installation @@ -211,49 +329,41 @@ Run `revdepcheck::cloud_details(, "coda.plot")` for more info ### Devel ``` -* installing *source* package ‘coda.plot’ ... -** package ‘coda.plot’ successfully unpacked and MD5 sums checked +* installing *source* package ‘bayesdfa’ ... +** package ‘bayesdfa’ successfully unpacked and MD5 sums checked ** using staged installation -** R -** byte-compile and prepare package for lazy loading -Error: .onLoad failed in loadNamespace() for 'ggtern', details: - call: NULL - error: object properties are invalid: -- @lineend must be or , not S3 +Error in loadNamespace(x) : there is no package called ‘rstantools’ +Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted -ERROR: lazy loading failed for package ‘coda.plot’ -* removing ‘/tmp/workdir/coda.plot/new/coda.plot.Rcheck/coda.plot’ +ERROR: configuration failed for package ‘bayesdfa’ +* removing ‘/tmp/workdir/bayesdfa/new/bayesdfa.Rcheck/bayesdfa’ ``` ### CRAN ``` -* installing *source* package ‘coda.plot’ ... -** package ‘coda.plot’ successfully unpacked and MD5 sums checked +* installing *source* package ‘bayesdfa’ ... +** package ‘bayesdfa’ successfully unpacked and MD5 sums checked ** using staged installation -** R -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -** building package indices -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (coda.plot) +Error in loadNamespace(x) : there is no package called ‘rstantools’ +Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: configuration failed for package ‘bayesdfa’ +* removing ‘/tmp/workdir/bayesdfa/old/bayesdfa.Rcheck/bayesdfa’ ``` -# cry +# BayesVolcano
* Version: NA * GitHub: NA -* Source code: https://github.com/cran/cry -* Number of recursive dependencies: 50 +* Source code: https://github.com/cran/BayesVolcano +* Number of recursive dependencies: 103 -Run `revdepcheck::cloud_details(, "cry")` for more info +Run `revdepcheck::cloud_details(, "BayesVolcano")` for more info
@@ -279,36 +389,1737 @@ Run `revdepcheck::cloud_details(, "cry")` for more info ``` -# ctsem +# benthos
-* Version: 3.10.3 -* GitHub: https://github.com/cdriveraus/ctsem -* Source code: https://github.com/cran/ctsem -* Date/Publication: 2025-06-21 11:00:02 UTC -* Number of recursive dependencies: 164 +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/benthos +* Number of recursive dependencies: 72 -Run `revdepcheck::cloud_details(, "ctsem")` for more info +Run `revdepcheck::cloud_details(, "benthos")` for more info
-## In both +## Error before installation + +### Devel + +``` + -* checking whether package ‘ctsem’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/ctsem/new/ctsem.Rcheck/00install.out’ for details. - ``` -* checking package dependencies ... NOTE - ``` - Package suggested but not available for checking: ‘arules’ - ``` -## Installation -### Devel + +``` +### CRAN + +``` + + + + + + +``` +# BGGM + +
+ +* Version: 2.1.6 +* GitHub: https://github.com/rast-lab/BGGM +* Source code: https://github.com/cran/BGGM +* Date/Publication: 2025-12-02 07:40:02 UTC +* Number of recursive dependencies: 209 + +Run `revdepcheck::cloud_details(, "BGGM")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/BGGM/new/BGGM.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘BGGM/DESCRIPTION’ ... OK +... +* this is package ‘BGGM’ version ‘2.1.6’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘BFpack’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/BGGM/old/BGGM.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘BGGM/DESCRIPTION’ ... OK +... +* this is package ‘BGGM’ version ‘2.1.6’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘BFpack’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# BGmisc + +
+ +* Version: 1.6.0.1 +* GitHub: https://github.com/R-Computing-Lab/BGmisc +* Source code: https://github.com/cran/BGmisc +* Date/Publication: 2026-03-13 17:00:07 UTC +* Number of recursive dependencies: 133 + +Run `revdepcheck::cloud_details(, "BGmisc")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/BGmisc/new/BGmisc.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘BGmisc/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/BGmisc/old/BGmisc.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘BGmisc/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# bmm + +
+ +* Version: 1.3.0 +* GitHub: https://github.com/venpopov/bmm +* Source code: https://github.com/cran/bmm +* Date/Publication: 2026-03-30 11:00:09 UTC +* Number of recursive dependencies: 137 + +Run `revdepcheck::cloud_details(, "bmm")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/bmm/new/bmm.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘bmm/DESCRIPTION’ ... OK +... +* this is package ‘bmm’ version ‘1.3.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘rtdists’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/bmm/old/bmm.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘bmm/DESCRIPTION’ ... OK +... +* this is package ‘bmm’ version ‘1.3.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘rtdists’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# boinet + +
+ +* Version: 1.5.0 +* GitHub: NA +* Source code: https://github.com/cran/boinet +* Date/Publication: 2025-10-26 19:20:02 UTC +* Number of recursive dependencies: 111 + +Run `revdepcheck::cloud_details(, "boinet")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/boinet/new/boinet.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘boinet/DESCRIPTION’ ... OK +... +* this is package ‘boinet’ version ‘1.5.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/boinet/old/boinet.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘boinet/DESCRIPTION’ ... OK +... +* this is package ‘boinet’ version ‘1.5.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# brms + +
+ +* Version: 2.23.0 +* GitHub: https://github.com/paul-buerkner/brms +* Source code: https://github.com/cran/brms +* Date/Publication: 2025-09-09 10:50:02 UTC +* Number of recursive dependencies: 219 + +Run `revdepcheck::cloud_details(, "brms")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/brms/new/brms.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘brms/DESCRIPTION’ ... OK +... + + [ FAIL 1 | WARN 0 | SKIP 11 | PASS 2731 ] + Error: + ! Test failures. + Execution halted +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 ERROR, 3 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/brms/old/brms.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘brms/DESCRIPTION’ ... OK +... + + [ FAIL 1 | WARN 0 | SKIP 11 | PASS 2731 ] + Error: + ! Test failures. + Execution halted +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 ERROR, 3 NOTEs + + + + + +``` +# BSL + +
+ +* Version: 3.2.5 +* GitHub: NA +* Source code: https://github.com/cran/BSL +* Date/Publication: 2022-11-03 09:00:07 UTC +* Number of recursive dependencies: 98 + +Run `revdepcheck::cloud_details(, "BSL")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/BSL/new/BSL.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘BSL/DESCRIPTION’ ... OK +... +* this is package ‘BSL’ version ‘3.2.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/BSL/old/BSL.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘BSL/DESCRIPTION’ ... OK +... +* this is package ‘BSL’ version ‘3.2.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# bullseye + +
+ +* Version: 1.0.1 +* GitHub: https://github.com/cbhurley/bullseye +* Source code: https://github.com/cran/bullseye +* Date/Publication: 2025-09-15 11:00:02 UTC +* Number of recursive dependencies: 163 + +Run `revdepcheck::cloud_details(, "bullseye")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/bullseye/new/bullseye.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘bullseye/DESCRIPTION’ ... OK +... +--- failed re-building ‘vis_pairwise.Rmd’ + +SUMMARY: processing the following files failed: + ‘calc_pairwise.Rmd’ ‘integrating.Rmd’ ‘vis_pairwise.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 2 ERRORs, 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/bullseye/old/bullseye.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘bullseye/DESCRIPTION’ ... OK +... +--- failed re-building ‘vis_pairwise.Rmd’ + +SUMMARY: processing the following files failed: + ‘calc_pairwise.Rmd’ ‘integrating.Rmd’ ‘vis_pairwise.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 2 ERRORs, 2 NOTEs + + + + + +``` +# cases + +
+ +* Version: 0.2.0 +* GitHub: https://github.com/maxwestphal/cases +* Source code: https://github.com/cran/cases +* Date/Publication: 2025-01-09 17:50:02 UTC +* Number of recursive dependencies: 118 + +Run `revdepcheck::cloud_details(, "cases")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/cases/new/cases.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘cases/DESCRIPTION’ ... OK +... +* this is package ‘cases’ version ‘0.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/cases/old/cases.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘cases/DESCRIPTION’ ... OK +... +* this is package ‘cases’ version ‘0.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# cassowaryr + +
+ +* Version: 2.0.2 +* GitHub: https://github.com/numbats/cassowaryr +* Source code: https://github.com/cran/cassowaryr +* Date/Publication: 2024-09-13 07:20:02 UTC +* Number of recursive dependencies: 102 + +Run `revdepcheck::cloud_details(, "cassowaryr")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/cassowaryr/new/cassowaryr.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘cassowaryr/DESCRIPTION’ ... OK +... +* this is package ‘cassowaryr’ version ‘2.0.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/cassowaryr/old/cassowaryr.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘cassowaryr/DESCRIPTION’ ... OK +... +* this is package ‘cassowaryr’ version ‘2.0.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# cdcatR + +
+ +* Version: 1.0.7 +* GitHub: https://github.com/miguel-sorrel/cdcatR +* Source code: https://github.com/cran/cdcatR +* Date/Publication: 2026-02-11 09:30:02 UTC +* Number of recursive dependencies: 129 + +Run `revdepcheck::cloud_details(, "cdcatR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/cdcatR/new/cdcatR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘cdcatR/DESCRIPTION’ ... OK +... +* this is package ‘cdcatR’ version ‘1.0.7’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘cdmTools’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/cdcatR/old/cdcatR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘cdcatR/DESCRIPTION’ ... OK +... +* this is package ‘cdcatR’ version ‘1.0.7’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘cdmTools’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# cheem + +
+ +* Version: 0.4.2 +* GitHub: https://github.com/nspyrison/cheem +* Source code: https://github.com/cran/cheem +* Date/Publication: 2025-09-17 22:10:08 UTC +* Number of recursive dependencies: 171 + +Run `revdepcheck::cloud_details(, "cheem")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/cheem/new/cheem.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘cheem/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/cheem/old/cheem.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘cheem/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK + + + + + +``` +# ChillModels + +
+ +* Version: 1.0.2 +* GitHub: NA +* Source code: https://github.com/cran/ChillModels +* Date/Publication: 2020-01-16 16:50:06 UTC +* Number of recursive dependencies: 106 + +Run `revdepcheck::cloud_details(, "ChillModels")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ChillModels/new/ChillModels.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ChillModels/DESCRIPTION’ ... OK +... +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ChillModels/old/ChillModels.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ChillModels/DESCRIPTION’ ... OK +... +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# chouca + +
+ +* Version: 0.1.99 +* GitHub: https://github.com/alexgenin/chouca +* Source code: https://github.com/cran/chouca +* Date/Publication: 2024-03-07 15:00:02 UTC +* Number of recursive dependencies: 78 + +Run `revdepcheck::cloud_details(, "chouca")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/chouca/new/chouca.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘chouca/DESCRIPTION’ ... OK +... +--- failed re-building ‘chouca-package.Rmd’ + +SUMMARY: processing the following file failed: + ‘chouca-package.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 2 ERRORs, 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/chouca/old/chouca.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘chouca/DESCRIPTION’ ... OK +... +--- failed re-building ‘chouca-package.Rmd’ + +SUMMARY: processing the following file failed: + ‘chouca-package.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 2 ERRORs, 1 NOTE + + + + + +``` +# cinaR + +
+ +* Version: 0.2.6 +* GitHub: https://github.com/eonurk/cinaR +* Source code: https://github.com/cran/cinaR +* Date/Publication: 2026-02-04 14:50:02 UTC +* Number of recursive dependencies: 234 + +Run `revdepcheck::cloud_details(, "cinaR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/cinaR/new/cinaR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘cinaR/DESCRIPTION’ ... OK +... +> cp.normalized <- normalizeConsensus(cp, norm.method = "quantile") +Error in preprocessCore::normalize.quantiles(cp) : + ERROR; return code from pthread_create() is 22 +Calls: normalizeConsensus -> +Execution halted +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 ERROR, 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/cinaR/old/cinaR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘cinaR/DESCRIPTION’ ... OK +... +> cp.normalized <- normalizeConsensus(cp, norm.method = "quantile") +Error in preprocessCore::normalize.quantiles(cp) : + ERROR; return code from pthread_create() is 22 +Calls: normalizeConsensus -> +Execution halted +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 ERROR, 2 NOTEs + + + + + +``` +# ClustAssess + +
+ +* Version: 1.1.0 +* GitHub: https://github.com/Core-Bioinformatics/ClustAssess +* Source code: https://github.com/cran/ClustAssess +* Date/Publication: 2025-05-27 23:00:30 UTC +* Number of recursive dependencies: 249 + +Run `revdepcheck::cloud_details(, "ClustAssess")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ClustAssess/new/ClustAssess.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ClustAssess/DESCRIPTION’ ... OK +... +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking line endings in C/C++/Fortran sources/headers ... OK +* checking compiled code ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ClustAssess/old/ClustAssess.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ClustAssess/DESCRIPTION’ ... OK +... +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking line endings in C/C++/Fortran sources/headers ... OK +* checking compiled code ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: 2 NOTEs + + + + + +``` +# ClusterGVis + +
+ +* Version: 0.1.4 +* GitHub: https://github.com/junjunlab/ClusterGVis +* Source code: https://github.com/cran/ClusterGVis +* Date/Publication: 2025-07-19 06:10:02 UTC +* Number of recursive dependencies: 300 + +Run `revdepcheck::cloud_details(, "ClusterGVis")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ClusterGVis/new/ClusterGVis.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ClusterGVis/DESCRIPTION’ ... OK +... +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ClusterGVis/old/ClusterGVis.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ClusterGVis/DESCRIPTION’ ... OK +... +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# clusterMI + +
+ +* Version: 1.6 +* GitHub: NA +* Source code: https://github.com/cran/clusterMI +* Date/Publication: 2026-04-03 13:50:02 UTC +* Number of recursive dependencies: 266 + +Run `revdepcheck::cloud_details(, "clusterMI")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/clusterMI/new/clusterMI.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘clusterMI/DESCRIPTION’ ... OK +... +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking whether package ‘clusterMI’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/clusterMI/new/clusterMI.Rcheck/00install.out’ for details. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/clusterMI/old/clusterMI.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘clusterMI/DESCRIPTION’ ... OK +... +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking whether package ‘clusterMI’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/clusterMI/old/clusterMI.Rcheck/00install.out’ for details. +* DONE +Status: 1 ERROR + + + + + +``` +# ClustImpute + +
+ +* Version: 0.2.4 +* GitHub: NA +* Source code: https://github.com/cran/ClustImpute +* Date/Publication: 2021-05-31 07:40:11 UTC +* Number of recursive dependencies: 115 + +Run `revdepcheck::cloud_details(, "ClustImpute")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ClustImpute/new/ClustImpute.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ClustImpute/DESCRIPTION’ ... OK +... +* this is package ‘ClustImpute’ version ‘0.2.4’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ClustImpute/old/ClustImpute.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ClustImpute/DESCRIPTION’ ... OK +... +* this is package ‘ClustImpute’ version ‘0.2.4’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# colleyRstats + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/colleyRstats +* Number of recursive dependencies: 225 + +Run `revdepcheck::cloud_details(, "colleyRstats")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# CompAREdesign + +
+ +* Version: 2.4.0 +* GitHub: NA +* Source code: https://github.com/cran/CompAREdesign +* Date/Publication: 2025-03-05 03:40:02 UTC +* Number of recursive dependencies: 107 + +Run `revdepcheck::cloud_details(, "CompAREdesign")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/CompAREdesign/new/CompAREdesign.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘CompAREdesign/DESCRIPTION’ ... OK +... +* this is package ‘CompAREdesign’ version ‘2.4.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/CompAREdesign/old/CompAREdesign.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘CompAREdesign/DESCRIPTION’ ... OK +... +* this is package ‘CompAREdesign’ version ‘2.4.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# copulaSim + +
+ +* Version: 0.0.1 +* GitHub: https://github.com/psyen0824/copulaSim +* Source code: https://github.com/cran/copulaSim +* Date/Publication: 2022-08-19 12:10:02 UTC +* Number of recursive dependencies: 72 + +Run `revdepcheck::cloud_details(, "copulaSim")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/copulaSim/new/copulaSim.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘copulaSim/DESCRIPTION’ ... OK +... +--- failed re-building ‘introduction.Rmd’ + +SUMMARY: processing the following file failed: + ‘introduction.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 ERROR, 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/copulaSim/old/copulaSim.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘copulaSim/DESCRIPTION’ ... OK +... +--- failed re-building ‘introduction.Rmd’ + +SUMMARY: processing the following file failed: + ‘introduction.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 ERROR, 1 NOTE + + + + + +``` +# correlation + +
+ +* Version: 0.8.8 +* GitHub: https://github.com/easystats/correlation +* Source code: https://github.com/cran/correlation +* Date/Publication: 2025-07-08 15:40:02 UTC +* Number of recursive dependencies: 186 + +Run `revdepcheck::cloud_details(, "correlation")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/correlation/new/correlation.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘correlation/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/correlation/old/correlation.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘correlation/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# cry + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/cry +* Number of recursive dependencies: 43 + +Run `revdepcheck::cloud_details(, "cry")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# ctsem + +
+ +* Version: 3.10.6 +* GitHub: https://github.com/cdriveraus/ctsem +* Source code: https://github.com/cran/ctsem +* Date/Publication: 2026-01-27 13:30:02 UTC +* Number of recursive dependencies: 170 + +Run `revdepcheck::cloud_details(, "ctsem")` for more info + +
+ +## In both + +* checking whether package ‘ctsem’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/ctsem/new/ctsem.Rcheck/00install.out’ for details. + ``` + +* checking package dependencies ... NOTE + ``` + Package suggested but not available for checking: ‘arules’ + ``` + +## Installation + +### Devel ``` * installing *source* package ‘ctsem’ ... @@ -319,69 +2130,9143 @@ using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ using C++17 -g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I"../inst/include" -I"/usr/local/lib/R/site-library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/usr/local/lib/R/site-library/BH/include' -I'/usr/local/lib/R/site-library/Rcpp/include' -I'/usr/local/lib/R/site-library/RcppEigen/include' -I'/usr/local/lib/R/site-library/RcppParallel/include' -I'/usr/local/lib/R/site-library/rstan/include' -I'/usr/local/lib/R/site-library/StanHeaders/include' -I/usr/local/include -I'/usr/local/lib/R/site-library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o -In file included from /usr/local/lib/R/site-library/RcppEigen/include/Eigen/Core:205, -... -/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:0: required from ‘double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_ctsm_namespace::model_ctsm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]’ -/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:0: required from here -/usr/local/lib/R/site-library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__m128d’} [-Wignored-attributes] - 654 | return internal::first_aligned::alignment),Derived>(m); - | ^~~~~~~~~ -g++: fatal error: Killed signal terminated program cc1plus -compilation terminated. -make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:202: stanExports_ctsm.o] Error 1 -ERROR: compilation failed for package ‘ctsem’ -* removing ‘/tmp/workdir/ctsem/new/ctsem.Rcheck/ctsem’ +g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I"../inst/include" -I"/tmp/r-deps/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/tmp/r-deps/BH/include' -I'/tmp/r-deps/Rcpp/include' -I'/tmp/r-deps/RcppEigen/include' -I'/tmp/r-deps/RcppParallel/include' -I'/tmp/r-deps/rstan/include' -I'/tmp/r-deps/StanHeaders/include' -I/usr/local/include -I'/tmp/r-deps/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o +In file included from /tmp/r-deps/RcppEigen/include/Eigen/Core:205, +... +/tmp/r-deps/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:0: required from ‘double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_ctsm_namespace::model_ctsm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]’ +/tmp/r-deps/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:0: required from here +/tmp/r-deps/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__m128d’} [-Wignored-attributes] + 654 | return internal::first_aligned::alignment),Derived>(m); + | ^~~~~~~~~ +g++: fatal error: Killed signal terminated program cc1plus +compilation terminated. +make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:202: stanExports_ctsm.o] Error 1 +ERROR: compilation failed for package ‘ctsem’ +* removing ‘/tmp/workdir/ctsem/new/ctsem.Rcheck/ctsem’ + + +``` +### CRAN + +``` +* installing *source* package ‘ctsem’ ... +** package ‘ctsem’ successfully unpacked and MD5 sums checked +** using staged installation +** libs +using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using C++17 + + +g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I"../inst/include" -I"/tmp/r-deps/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/tmp/r-deps/BH/include' -I'/tmp/r-deps/Rcpp/include' -I'/tmp/r-deps/RcppEigen/include' -I'/tmp/r-deps/RcppParallel/include' -I'/tmp/r-deps/rstan/include' -I'/tmp/r-deps/StanHeaders/include' -I/usr/local/include -I'/tmp/r-deps/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o +In file included from /tmp/r-deps/RcppEigen/include/Eigen/Core:205, +... +/tmp/r-deps/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:0: required from ‘double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_ctsm_namespace::model_ctsm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]’ +/tmp/r-deps/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:0: required from here +/tmp/r-deps/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__m128d’} [-Wignored-attributes] + 654 | return internal::first_aligned::alignment),Derived>(m); + | ^~~~~~~~~ +g++: fatal error: Killed signal terminated program cc1plus +compilation terminated. +make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:202: stanExports_ctsm.o] Error 1 +ERROR: compilation failed for package ‘ctsem’ +* removing ‘/tmp/workdir/ctsem/old/ctsem.Rcheck/ctsem’ + + +``` +# cylcop + +
+ +* Version: 0.2.1 +* GitHub: https://github.com/floo66/cylcop +* Source code: https://github.com/cran/cylcop +* Date/Publication: 2025-10-01 11:10:02 UTC +* Number of recursive dependencies: 95 + +Run `revdepcheck::cloud_details(, "cylcop")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/cylcop/new/cylcop.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘cylcop/DESCRIPTION’ ... OK +... +* this is package ‘cylcop’ version ‘0.2.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/cylcop/old/cylcop.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘cylcop/DESCRIPTION’ ... OK +... +* this is package ‘cylcop’ version ‘0.2.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# daltoolbox + +
+ +* Version: 1.3.727 +* GitHub: https://github.com/cefet-rj-dal/daltoolbox +* Source code: https://github.com/cran/daltoolbox +* Date/Publication: 2026-03-12 06:10:19 UTC +* Number of recursive dependencies: 161 + +Run `revdepcheck::cloud_details(, "daltoolbox")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/daltoolbox/new/daltoolbox.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘daltoolbox/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'arules', 'arulesSequences' + +Package suggested but not available for checking: ‘arulesViz’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/daltoolbox/old/daltoolbox.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘daltoolbox/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'arules', 'arulesSequences' + +Package suggested but not available for checking: ‘arulesViz’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# dbrobust + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/dbrobust +* Number of recursive dependencies: 128 + +Run `revdepcheck::cloud_details(, "dbrobust")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# decisionSupport + +
+ +* Version: 1.115 +* GitHub: NA +* Source code: https://github.com/cran/decisionSupport +* Date/Publication: 2025-08-19 18:00:02 UTC +* Number of recursive dependencies: 179 + +Run `revdepcheck::cloud_details(, "decisionSupport")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/decisionSupport/new/decisionSupport.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘decisionSupport/DESCRIPTION’ ... OK +... +* this is package ‘decisionSupport’ version ‘1.115’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘chillR’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/decisionSupport/old/decisionSupport.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘decisionSupport/DESCRIPTION’ ... OK +... +* this is package ‘decisionSupport’ version ‘1.115’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘chillR’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# deepSTRAPP + +
+ +* Version: 1.0.0 +* GitHub: https://github.com/MaelDore/deepSTRAPP +* Source code: https://github.com/cran/deepSTRAPP +* Date/Publication: 2026-01-19 17:30:02 UTC +* Number of recursive dependencies: 97 + +Run `revdepcheck::cloud_details(, "deepSTRAPP")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/deepSTRAPP/new/deepSTRAPP.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘deepSTRAPP/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required and available but unsuitable version: ‘methods’ + +Package suggested but not available for checking: ‘BioGeoBEARS’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/deepSTRAPP/old/deepSTRAPP.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘deepSTRAPP/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required and available but unsuitable version: ‘methods’ + +Package suggested but not available for checking: ‘BioGeoBEARS’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# degradr + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/degradr +* Number of recursive dependencies: 44 + +Run `revdepcheck::cloud_details(, "degradr")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# DFD + +
+ +* Version: 0.4.0 +* GitHub: https://github.com/MohmedSoudy/DFD +* Source code: https://github.com/cran/DFD +* Date/Publication: 2025-12-22 10:10:02 UTC +* Number of recursive dependencies: 220 + +Run `revdepcheck::cloud_details(, "DFD")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/DFD/new/DFD.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘DFD/DESCRIPTION’ ... OK +... +* checking Rd metadata ... OK +* checking Rd cross-references ... OK +* checking for missing documentation entries ... OK +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking examples ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/DFD/old/DFD.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘DFD/DESCRIPTION’ ... OK +... +* checking Rd metadata ... OK +* checking Rd cross-references ... OK +* checking for missing documentation entries ... OK +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking examples ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# dimRed + +
+ +* Version: 0.2.7 +* GitHub: https://github.com/gdkrmr/dimRed +* Source code: https://github.com/cran/dimRed +* Date/Publication: 2025-04-23 15:00:02 UTC +* Number of recursive dependencies: 131 + +Run `revdepcheck::cloud_details(, "dimRed")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/dimRed/new/dimRed.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘dimRed/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/dimRed/old/dimRed.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘dimRed/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# dMrs + +
+ +* Version: 1.0.0 +* GitHub: NA +* Source code: https://github.com/cran/dMrs +* Date/Publication: 2025-01-21 15:40:05 UTC +* Number of recursive dependencies: 138 + +Run `revdepcheck::cloud_details(, "dMrs")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/dMrs/new/dMrs.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘dMrs/DESCRIPTION’ ... OK +... +* this is package ‘dMrs’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/dMrs/old/dMrs.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘dMrs/DESCRIPTION’ ... OK +... +* this is package ‘dMrs’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# DstarM + +
+ +* Version: 0.5.0 +* GitHub: https://github.com/vandenman/DstarM +* Source code: https://github.com/cran/DstarM +* Date/Publication: 2025-04-01 09:00:02 UTC +* Number of recursive dependencies: 52 + +Run `revdepcheck::cloud_details(, "DstarM")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/DstarM/new/DstarM.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘DstarM/DESCRIPTION’ ... OK +... +* this is package ‘DstarM’ version ‘0.5.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘rtdists’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/DstarM/old/DstarM.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘DstarM/DESCRIPTION’ ... OK +... +* this is package ‘DstarM’ version ‘0.5.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘rtdists’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# dymo + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/dymo +* Number of recursive dependencies: 38 + +Run `revdepcheck::cloud_details(, "dymo")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# easybgm + +
+ +* Version: 0.4.0 +* GitHub: https://github.com/KarolineHuth/easybgm +* Source code: https://github.com/cran/easybgm +* Date/Publication: 2026-04-02 13:20:02 UTC +* Number of recursive dependencies: 180 + +Run `revdepcheck::cloud_details(, "easybgm")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/easybgm/new/easybgm.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘easybgm/DESCRIPTION’ ... OK +... +* this is package ‘easybgm’ version ‘0.4.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘BGGM’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/easybgm/old/easybgm.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘easybgm/DESCRIPTION’ ... OK +... +* this is package ‘easybgm’ version ‘0.4.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘BGGM’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# ecorisk + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/ecorisk +* Number of recursive dependencies: 145 + +Run `revdepcheck::cloud_details(, "ecorisk")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# eda4treeR + +
+ +* Version: 1.1.0 +* GitHub: https://github.com/myaseen208/eda4treeR +* Source code: https://github.com/cran/eda4treeR +* Date/Publication: 2024-09-13 21:50:02 UTC +* Number of recursive dependencies: 141 + +Run `revdepcheck::cloud_details(, "eda4treeR")` for more info + +
+ +## In both + +* checking whether package ‘eda4treeR’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/eda4treeR/new/eda4treeR.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘eda4treeR’ ... +** package ‘eda4treeR’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** data +*** moving datasets to lazyload DB +** inst +** byte-compile and prepare package for lazy loading +Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : + there is no package called ‘HRW’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘eda4treeR’ +* removing ‘/tmp/workdir/eda4treeR/new/eda4treeR.Rcheck/eda4treeR’ + + +``` +### CRAN + +``` +* installing *source* package ‘eda4treeR’ ... +** package ‘eda4treeR’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** data +*** moving datasets to lazyload DB +** inst +** byte-compile and prepare package for lazy loading +Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : + there is no package called ‘HRW’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘eda4treeR’ +* removing ‘/tmp/workdir/eda4treeR/old/eda4treeR.Rcheck/eda4treeR’ + + +``` +# EFDR + +
+ +* Version: 1.3 +* GitHub: https://github.com/andrewzm/EFDR +* Source code: https://github.com/cran/EFDR +* Date/Publication: 2023-08-22 22:20:02 UTC +* Number of recursive dependencies: 103 + +Run `revdepcheck::cloud_details(, "EFDR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/EFDR/new/EFDR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘EFDR/DESCRIPTION’ ... OK +... +* this is package ‘EFDR’ version ‘1.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/EFDR/old/EFDR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘EFDR/DESCRIPTION’ ... OK +... +* this is package ‘EFDR’ version ‘1.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# EGAnet + +
+ +* Version: 2.4.1 +* GitHub: https://github.com/hfgolino/EGAnet +* Source code: https://github.com/cran/EGAnet +* Date/Publication: 2026-04-13 16:10:02 UTC +* Number of recursive dependencies: 167 + +Run `revdepcheck::cloud_details(, "EGAnet")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/EGAnet/new/EGAnet.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘EGAnet/DESCRIPTION’ ... OK +... +* this is package ‘EGAnet’ version ‘2.4.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘semPlot’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/EGAnet/old/EGAnet.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘EGAnet/DESCRIPTION’ ... OK +... +* this is package ‘EGAnet’ version ‘2.4.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘semPlot’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# ER + +
+ +* Version: 1.1.2 +* GitHub: NA +* Source code: https://github.com/cran/ER +* Date/Publication: 2025-07-28 22:10:08 UTC +* Number of recursive dependencies: 40 + +Run `revdepcheck::cloud_details(, "ER")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ER/new/ER.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ER/DESCRIPTION’ ... OK +... +* this is package ‘ER’ version ‘1.1.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘plsVarSel’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ER/old/ER.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ER/DESCRIPTION’ ... OK +... +* this is package ‘ER’ version ‘1.1.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘plsVarSel’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# FAfA + +
+ +* Version: 0.5 +* GitHub: https://github.com/AFarukKILIC/FAfA +* Source code: https://github.com/cran/FAfA +* Date/Publication: 2025-12-15 13:00:02 UTC +* Number of recursive dependencies: 273 + +Run `revdepcheck::cloud_details(, "FAfA")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/FAfA/new/FAfA.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘FAfA/DESCRIPTION’ ... OK +... +* this is package ‘FAfA’ version ‘0.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'EGAnet', 'MBESS', 'energy', 'semPlot' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/FAfA/old/FAfA.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘FAfA/DESCRIPTION’ ... OK +... +* this is package ‘FAfA’ version ‘0.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'EGAnet', 'MBESS', 'energy', 'semPlot' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# fastei + +
+ +* Version: 0.0.0.12 +* GitHub: https://github.com/DanielHermosilla/ecological-inference-elections +* Source code: https://github.com/cran/fastei +* Date/Publication: 2026-01-10 03:10:02 UTC +* Number of recursive dependencies: 57 + +Run `revdepcheck::cloud_details(, "fastei")` for more info + +
+ +## In both + +* checking whether package ‘fastei’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/fastei/new/fastei.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘fastei’ ... +** package ‘fastei’ successfully unpacked and MD5 sums checked +** using staged installation +** libs +using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +gcc -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I'/tmp/r-deps/Rcpp/include' -I/usr/local/include -fpic -g -O2 -c LP.c -o LP.o +gcc -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I'/tmp/r-deps/Rcpp/include' -I/usr/local/include -fpic -g -O2 -c MCMC.c -o MCMC.o +In file included from stb_ds.h:398, + from MCMC.c:25: +... + | ^~~~~~~~~~ +stb_ds.h:422:17: note: in expansion of macro ‘stbds_arrfree’ + 422 | #define arrfree stbds_arrfree + | ^~~~~~~~~~~~~ +MCMC.c:375:13: note: in expansion of macro ‘arrfree’ + 375 | arrfree(hashTable[i].value); + | ^~~~~~~ +make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:195: MCMC.o] Error 1 +ERROR: compilation failed for package ‘fastei’ +* removing ‘/tmp/workdir/fastei/new/fastei.Rcheck/fastei’ + + +``` +### CRAN + +``` +* installing *source* package ‘fastei’ ... +** package ‘fastei’ successfully unpacked and MD5 sums checked +** using staged installation +** libs +using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +gcc -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I'/tmp/r-deps/Rcpp/include' -I/usr/local/include -fpic -g -O2 -c LP.c -o LP.o +gcc -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I'/tmp/r-deps/Rcpp/include' -I/usr/local/include -fpic -g -O2 -c MCMC.c -o MCMC.o +In file included from stb_ds.h:398, + from MCMC.c:25: +... + | ^~~~~~~~~~ +stb_ds.h:422:17: note: in expansion of macro ‘stbds_arrfree’ + 422 | #define arrfree stbds_arrfree + | ^~~~~~~~~~~~~ +MCMC.c:375:13: note: in expansion of macro ‘arrfree’ + 375 | arrfree(hashTable[i].value); + | ^~~~~~~ +make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:195: MCMC.o] Error 1 +ERROR: compilation failed for package ‘fastei’ +* removing ‘/tmp/workdir/fastei/old/fastei.Rcheck/fastei’ + + +``` +# fastqrs + +
+ +* Version: 1.0.0 +* GitHub: NA +* Source code: https://github.com/cran/fastqrs +* Date/Publication: 2025-04-16 20:10:02 UTC +* Number of recursive dependencies: 104 + +Run `revdepcheck::cloud_details(, "fastqrs")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/fastqrs/new/fastqrs.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘fastqrs/DESCRIPTION’ ... OK +... +* this is package ‘fastqrs’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/fastqrs/old/fastqrs.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘fastqrs/DESCRIPTION’ ... OK +... +* this is package ‘fastqrs’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# FCPS + +
+ +* Version: 1.3.6 +* GitHub: https://github.com/Mthrun/FCPS +* Source code: https://github.com/cran/FCPS +* Date/Publication: 2026-03-26 11:10:02 UTC +* Number of recursive dependencies: 266 + +Run `revdepcheck::cloud_details(, "FCPS")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/FCPS/new/FCPS.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘FCPS/DESCRIPTION’ ... OK +... +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/FCPS/old/FCPS.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘FCPS/DESCRIPTION’ ... OK +... +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# fddm + +
+ +* Version: 1.0-2 +* GitHub: https://github.com/rtdists/fddm +* Source code: https://github.com/cran/fddm +* Date/Publication: 2024-07-02 16:00:07 UTC +* Number of recursive dependencies: 88 + +Run `revdepcheck::cloud_details(, "fddm")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/fddm/new/fddm.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘fddm/DESCRIPTION’ ... OK +... +--- failed re-building ‘validity.Rmd’ + +SUMMARY: processing the following file failed: + ‘validity.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 ERROR, 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/fddm/old/fddm.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘fddm/DESCRIPTION’ ... OK +... +--- failed re-building ‘validity.Rmd’ + +SUMMARY: processing the following file failed: + ‘validity.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 ERROR, 2 NOTEs + + + + + +``` +# FeatureImpCluster + +
+ +* Version: 0.1.5 +* GitHub: NA +* Source code: https://github.com/cran/FeatureImpCluster +* Date/Publication: 2021-10-20 16:20:02 UTC +* Number of recursive dependencies: 95 + +Run `revdepcheck::cloud_details(, "FeatureImpCluster")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/FeatureImpCluster/new/FeatureImpCluster.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘FeatureImpCluster/DESCRIPTION’ ... OK +... +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: OK + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/FeatureImpCluster/old/FeatureImpCluster.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘FeatureImpCluster/DESCRIPTION’ ... OK +... +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: OK + + + + + +``` +# ferrn + +
+ +* Version: 0.3.0 +* GitHub: https://github.com/huizezhang-sherry/ferrn +* Source code: https://github.com/cran/ferrn +* Date/Publication: 2025-11-20 22:10:10 UTC +* Number of recursive dependencies: 146 + +Run `revdepcheck::cloud_details(, "ferrn")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ferrn/new/ferrn.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ferrn/DESCRIPTION’ ... OK +... +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: OK + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ferrn/old/ferrn.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ferrn/DESCRIPTION’ ... OK +... +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: OK + + + + + +``` +# ffp + +
+ +* Version: 0.2.2 +* GitHub: https://github.com/Reckziegel/FFP +* Source code: https://github.com/cran/ffp +* Date/Publication: 2022-09-29 15:10:06 UTC +* Number of recursive dependencies: 104 + +Run `revdepcheck::cloud_details(, "ffp")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ffp/new/ffp.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ffp/DESCRIPTION’ ... OK +... +--- failed re-building ‘views.Rmd’ + +SUMMARY: processing the following file failed: + ‘views.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 ERROR, 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ffp/old/ffp.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ffp/DESCRIPTION’ ... OK +... +--- failed re-building ‘views.Rmd’ + +SUMMARY: processing the following file failed: + ‘views.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 ERROR, 1 NOTE + + + + + +``` +# fio + +
+ +* Version: 1.0.0 +* GitHub: https://github.com/albersonmiranda/fio +* Source code: https://github.com/cran/fio +* Date/Publication: 2026-02-27 08:40:02 UTC +* Number of recursive dependencies: 89 + +Run `revdepcheck::cloud_details(, "fio")` for more info + +
+ +## In both + +* checking whether package ‘fio’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/fio/new/fio.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘fio’ ... +** package ‘fio’ successfully unpacked and MD5 sums checked +** using staged installation +Error in eval(ei, envir) : +------------------ [UNSUPPORTED RUST VERSION]------------------ +- Minimum supported Rust version is 1.84. +- Installed Rust version is 1.75.0. +--------------------------------------------------------------- +Calls: source -> withVisible -> eval -> eval +Execution halted +ERROR: configuration failed for package ‘fio’ +* removing ‘/tmp/workdir/fio/new/fio.Rcheck/fio’ + + +``` +### CRAN + +``` +* installing *source* package ‘fio’ ... +** package ‘fio’ successfully unpacked and MD5 sums checked +** using staged installation +Error in eval(ei, envir) : +------------------ [UNSUPPORTED RUST VERSION]------------------ +- Minimum supported Rust version is 1.84. +- Installed Rust version is 1.75.0. +--------------------------------------------------------------- +Calls: source -> withVisible -> eval -> eval +Execution halted +ERROR: configuration failed for package ‘fio’ +* removing ‘/tmp/workdir/fio/old/fio.Rcheck/fio’ + + +``` +# gasmodel + +
+ +* Version: 0.6.2 +* GitHub: https://github.com/vladimirholy/gasmodel +* Source code: https://github.com/cran/gasmodel +* Date/Publication: 2025-08-18 20:50:08 UTC +* Number of recursive dependencies: 85 + +Run `revdepcheck::cloud_details(, "gasmodel")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/gasmodel/new/gasmodel.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘gasmodel/DESCRIPTION’ ... OK +... +* this is package ‘gasmodel’ version ‘0.6.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/gasmodel/old/gasmodel.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘gasmodel/DESCRIPTION’ ... OK +... +* this is package ‘gasmodel’ version ‘0.6.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# GDINA + +
+ +* Version: 2.9.12 +* GitHub: https://github.com/Wenchao-Ma/GDINA +* Source code: https://github.com/cran/GDINA +* Date/Publication: 2025-07-02 17:00:02 UTC +* Number of recursive dependencies: 150 + +Run `revdepcheck::cloud_details(, "GDINA")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/GDINA/new/GDINA.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘GDINA/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/GDINA/old/GDINA.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘GDINA/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# gemR + +
+ +* Version: 1.2.2 +* GitHub: NA +* Source code: https://github.com/cran/gemR +* Date/Publication: 2025-09-04 20:00:02 UTC +* Number of recursive dependencies: 94 + +Run `revdepcheck::cloud_details(, "gemR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/gemR/new/gemR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘gemR/DESCRIPTION’ ... OK +... +* this is package ‘gemR’ version ‘1.2.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘plsVarSel’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/gemR/old/gemR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘gemR/DESCRIPTION’ ... OK +... +* this is package ‘gemR’ version ‘1.2.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘plsVarSel’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# genekitr + +
+ +* Version: 1.2.8 +* GitHub: https://github.com/GangLiLab/genekitr +* Source code: https://github.com/cran/genekitr +* Date/Publication: 2024-09-06 13:00:06 UTC +* Number of recursive dependencies: 202 + +Run `revdepcheck::cloud_details(, "genekitr")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/genekitr/new/genekitr.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘genekitr/DESCRIPTION’ ... OK +... +* this is package ‘genekitr’ version ‘1.2.8’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘clusterProfiler’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/genekitr/old/genekitr.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘genekitr/DESCRIPTION’ ... OK +... +* this is package ‘genekitr’ version ‘1.2.8’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘clusterProfiler’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# GeneralizedUmatrixGPU + +
+ +* Version: 0.1.14 +* GitHub: NA +* Source code: https://github.com/cran/GeneralizedUmatrixGPU +* Date/Publication: 2026-01-27 15:30:02 UTC +* Number of recursive dependencies: 85 + +Run `revdepcheck::cloud_details(, "GeneralizedUmatrixGPU")` for more info + +
+ +## In both + +* checking whether package ‘GeneralizedUmatrixGPU’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/GeneralizedUmatrixGPU/new/GeneralizedUmatrixGPU.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘GeneralizedUmatrixGPU’ ... +** package ‘GeneralizedUmatrixGPU’ successfully unpacked and MD5 sums checked +** using staged installation +configure: building makevars +System detected: Linux +End of configure +** libs +using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using C++17 +g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I'/tmp/r-deps/Rcpp/include' -I'/tmp/r-deps/RcppArmadillo/include' -I'/tmp/r-deps/RcppParallel/include' -I/usr/local/include -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o +g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I'/tmp/r-deps/Rcpp/include' -I'/tmp/r-deps/RcppArmadillo/include' -I'/tmp/r-deps/RcppParallel/include' -I/usr/local/include -fpic -g -O2 -c trainSESOM.cpp -o trainSESOM.o +In file included from trainSESOM.cpp:2: +ocl.h:9:10: fatal error: CL/cl.h: No such file or directory + 9 | #include + | ^~~~~~~~~ +compilation terminated. +make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:204: trainSESOM.o] Error 1 +ERROR: compilation failed for package ‘GeneralizedUmatrixGPU’ +* removing ‘/tmp/workdir/GeneralizedUmatrixGPU/new/GeneralizedUmatrixGPU.Rcheck/GeneralizedUmatrixGPU’ + + +``` +### CRAN + +``` +* installing *source* package ‘GeneralizedUmatrixGPU’ ... +** package ‘GeneralizedUmatrixGPU’ successfully unpacked and MD5 sums checked +** using staged installation +configure: building makevars +System detected: Linux +End of configure +** libs +using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using C++17 +g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I'/tmp/r-deps/Rcpp/include' -I'/tmp/r-deps/RcppArmadillo/include' -I'/tmp/r-deps/RcppParallel/include' -I/usr/local/include -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o +g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I'/tmp/r-deps/Rcpp/include' -I'/tmp/r-deps/RcppArmadillo/include' -I'/tmp/r-deps/RcppParallel/include' -I/usr/local/include -fpic -g -O2 -c trainSESOM.cpp -o trainSESOM.o +In file included from trainSESOM.cpp:2: +ocl.h:9:10: fatal error: CL/cl.h: No such file or directory + 9 | #include + | ^~~~~~~~~ +compilation terminated. +make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:204: trainSESOM.o] Error 1 +ERROR: compilation failed for package ‘GeneralizedUmatrixGPU’ +* removing ‘/tmp/workdir/GeneralizedUmatrixGPU/old/GeneralizedUmatrixGPU.Rcheck/GeneralizedUmatrixGPU’ + + +``` +# ggpicrust2 + +
+ +* Version: 2.5.12 +* GitHub: https://github.com/cafferychen777/ggpicrust2 +* Source code: https://github.com/cran/ggpicrust2 +* Date/Publication: 2026-04-10 11:30:09 UTC +* Number of recursive dependencies: 309 + +Run `revdepcheck::cloud_details(, "ggpicrust2")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ggpicrust2/new/ggpicrust2.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ggpicrust2/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ggpicrust2/old/ggpicrust2.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ggpicrust2/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# ggrefine + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/ggrefine +* Number of recursive dependencies: 26 + +Run `revdepcheck::cloud_details(, "ggrefine")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# ggsem + +
+ +* Version: 0.9.9 +* GitHub: https://github.com/smin95/ggsem +* Source code: https://github.com/cran/ggsem +* Date/Publication: 2026-01-28 07:40:02 UTC +* Number of recursive dependencies: 228 + +Run `revdepcheck::cloud_details(, "ggsem")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ggsem/new/ggsem.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ggsem/DESCRIPTION’ ... OK +... +* this is package ‘ggsem’ version ‘0.9.9’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘semPlot’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ggsem/old/ggsem.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ggsem/DESCRIPTION’ ... OK +... +* this is package ‘ggsem’ version ‘0.9.9’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘semPlot’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# GJRM + +
+ +* Version: 0.2-6.8 +* GitHub: NA +* Source code: https://github.com/cran/GJRM +* Date/Publication: 2025-06-23 21:20:02 UTC +* Number of recursive dependencies: 58 + +Run `revdepcheck::cloud_details(, "GJRM")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/GJRM/new/GJRM.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘GJRM/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +Package which this enhances but not available for checking: ‘sp’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/GJRM/old/GJRM.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘GJRM/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +Package which this enhances but not available for checking: ‘sp’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# gMOIP + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/gMOIP +* Number of recursive dependencies: 108 + +Run `revdepcheck::cloud_details(, "gMOIP")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# grandR + +
+ +* Version: 0.2.7 +* GitHub: https://github.com/erhard-lab/grandR +* Source code: https://github.com/cran/grandR +* Date/Publication: 2026-01-14 11:10:02 UTC +* Number of recursive dependencies: 250 + +Run `revdepcheck::cloud_details(, "grandR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/grandR/new/grandR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘grandR/DESCRIPTION’ ... OK +... +* checking line endings in C/C++/Fortran sources/headers ... OK +* checking compiled code ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/grandR/old/grandR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘grandR/DESCRIPTION’ ... OK +... +* checking line endings in C/C++/Fortran sources/headers ... OK +* checking compiled code ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# gratia + +
+ +* Version: 0.11.2 +* GitHub: https://github.com/gavinsimpson/gratia +* Source code: https://github.com/cran/gratia +* Date/Publication: 2026-02-07 06:10:36 UTC +* Number of recursive dependencies: 176 + +Run `revdepcheck::cloud_details(, "gratia")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/gratia/new/gratia.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘gratia/DESCRIPTION’ ... OK +... + 'soap-films/draw-smooth-estimates-so-soap-film-bndry.svg', and + 'soap-films/draw-smooth-estimates-so-soap-film.svg' + Error: + ! Test failures. + Execution halted +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/gratia/old/gratia.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘gratia/DESCRIPTION’ ... OK +... + 'soap-films/draw-smooth-estimates-so-soap-film-bndry.svg', and + 'soap-films/draw-smooth-estimates-so-soap-film.svg' + Error: + ! Test failures. + Execution halted +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 ERROR + + + + + +``` +# GRIDCOPULA + +
+ +* Version: 1.1.0 +* GitHub: NA +* Source code: https://github.com/cran/GRIDCOPULA +* Date/Publication: 2025-09-13 22:40:12 UTC +* Number of recursive dependencies: 44 + +Run `revdepcheck::cloud_details(, "GRIDCOPULA")` for more info + +
+ +## In both + +* checking whether package ‘GRIDCOPULA’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/GRIDCOPULA/new/GRIDCOPULA.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘GRIDCOPULA’ ... +** package ‘GRIDCOPULA’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** byte-compile and prepare package for lazy loading +Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : + there is no package called ‘gsl’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘GRIDCOPULA’ +* removing ‘/tmp/workdir/GRIDCOPULA/new/GRIDCOPULA.Rcheck/GRIDCOPULA’ + + +``` +### CRAN + +``` +* installing *source* package ‘GRIDCOPULA’ ... +** package ‘GRIDCOPULA’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** byte-compile and prepare package for lazy loading +Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : + there is no package called ‘gsl’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘GRIDCOPULA’ +* removing ‘/tmp/workdir/GRIDCOPULA/old/GRIDCOPULA.Rcheck/GRIDCOPULA’ + + +``` +# harbinger + +
+ +* Version: 1.2.767 +* GitHub: https://github.com/cefet-rj-dal/harbinger +* Source code: https://github.com/cran/harbinger +* Date/Publication: 2026-02-11 01:20:02 UTC +* Number of recursive dependencies: 189 + +Run `revdepcheck::cloud_details(, "harbinger")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/harbinger/new/harbinger.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘harbinger/DESCRIPTION’ ... OK +... +* this is package ‘harbinger’ version ‘1.2.767’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'tspredit', 'daltoolbox' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/harbinger/old/harbinger.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘harbinger/DESCRIPTION’ ... OK +... +* this is package ‘harbinger’ version ‘1.2.767’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'tspredit', 'daltoolbox' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# hbsaems + +
+ +* Version: 0.1.1 +* GitHub: https://github.com/madsyair/hbsaems +* Source code: https://github.com/cran/hbsaems +* Date/Publication: 2025-07-18 14:40:02 UTC +* Number of recursive dependencies: 178 + +Run `revdepcheck::cloud_details(, "hbsaems")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/hbsaems/new/hbsaems.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘hbsaems/DESCRIPTION’ ... OK +... +* this is package ‘hbsaems’ version ‘0.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/hbsaems/old/hbsaems.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘hbsaems/DESCRIPTION’ ... OK +... +* this is package ‘hbsaems’ version ‘0.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# heimdall + +
+ +* Version: 1.2.727 +* GitHub: https://github.com/cefet-rj-dal/heimdall +* Source code: https://github.com/cran/heimdall +* Date/Publication: 2026-03-10 18:40:02 UTC +* Number of recursive dependencies: 122 + +Run `revdepcheck::cloud_details(, "heimdall")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/heimdall/new/heimdall.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘heimdall/DESCRIPTION’ ... OK +... +* this is package ‘heimdall’ version ‘1.2.727’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘daltoolbox’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/heimdall/old/heimdall.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘heimdall/DESCRIPTION’ ... OK +... +* this is package ‘heimdall’ version ‘1.2.727’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘daltoolbox’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# hpa + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/hpa +* Number of recursive dependencies: 84 + +Run `revdepcheck::cloud_details(, "hpa")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# IndGenErrors + +
+ +* Version: 0.1.6 +* GitHub: NA +* Source code: https://github.com/cran/IndGenErrors +* Date/Publication: 2025-01-31 14:30:04 UTC +* Number of recursive dependencies: 41 + +Run `revdepcheck::cloud_details(, "IndGenErrors")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/IndGenErrors/new/IndGenErrors.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘IndGenErrors/DESCRIPTION’ ... OK +... +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking whether package ‘IndGenErrors’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/IndGenErrors/new/IndGenErrors.Rcheck/00install.out’ for details. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/IndGenErrors/old/IndGenErrors.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘IndGenErrors/DESCRIPTION’ ... OK +... +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking whether package ‘IndGenErrors’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/IndGenErrors/old/IndGenErrors.Rcheck/00install.out’ for details. +* DONE +Status: 1 ERROR + + + + + +``` +# ivolcano + +
+ +* Version: 0.0.5 +* GitHub: https://github.com/YuLab-SMU/ivolcano +* Source code: https://github.com/cran/ivolcano +* Date/Publication: 2026-02-14 19:20:02 UTC +* Number of recursive dependencies: 140 + +Run `revdepcheck::cloud_details(, "ivolcano")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ivolcano/new/ivolcano.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ivolcano/DESCRIPTION’ ... OK +... +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ivolcano/old/ivolcano.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ivolcano/DESCRIPTION’ ... OK +... +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# jmv + +
+ +* Version: 2.7.7 +* GitHub: https://github.com/jamovi/jmv +* Source code: https://github.com/cran/jmv +* Date/Publication: 2025-09-18 00:40:02 UTC +* Number of recursive dependencies: 207 + +Run `revdepcheck::cloud_details(, "jmv")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/jmv/new/jmv.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘jmv/DESCRIPTION’ ... OK +... +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: 3 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/jmv/old/jmv.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘jmv/DESCRIPTION’ ... OK +... +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: 3 NOTEs + + + + + +``` +# latentFactoR + +
+ +* Version: 0.0.7 +* GitHub: NA +* Source code: https://github.com/cran/latentFactoR +* Date/Publication: 2025-11-03 11:20:02 UTC +* Number of recursive dependencies: 182 + +Run `revdepcheck::cloud_details(, "latentFactoR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/latentFactoR/new/latentFactoR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘latentFactoR/DESCRIPTION’ ... OK +... +* this is package ‘latentFactoR’ version ‘0.0.7’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘EGAnet’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/latentFactoR/old/latentFactoR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘latentFactoR/DESCRIPTION’ ... OK +... +* this is package ‘latentFactoR’ version ‘0.0.7’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘EGAnet’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# lcsm + +
+ +* Version: 0.3.2 +* GitHub: https://github.com/milanwiedemann/lcsm +* Source code: https://github.com/cran/lcsm +* Date/Publication: 2023-02-25 23:40:02 UTC +* Number of recursive dependencies: 137 + +Run `revdepcheck::cloud_details(, "lcsm")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/lcsm/new/lcsm.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘lcsm/DESCRIPTION’ ... OK +... +* this is package ‘lcsm’ version ‘0.3.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘semPlot’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/lcsm/old/lcsm.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘lcsm/DESCRIPTION’ ... OK +... +* this is package ‘lcsm’ version ‘0.3.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘semPlot’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# linkspotter + +
+ +* Version: 1.3.0 +* GitHub: https://github.com/sambaala/linkspotter +* Source code: https://github.com/cran/linkspotter +* Date/Publication: 2020-07-23 10:40:02 UTC +* Number of recursive dependencies: 75 + +Run `revdepcheck::cloud_details(, "linkspotter")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/linkspotter/new/linkspotter.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘linkspotter/DESCRIPTION’ ... OK +... +* this is package ‘linkspotter’ version ‘1.3.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/linkspotter/old/linkspotter.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘linkspotter/DESCRIPTION’ ... OK +... +* this is package ‘linkspotter’ version ‘1.3.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# lionfish + +
+ +* Version: 1.0.27 +* GitHub: NA +* Source code: https://github.com/cran/lionfish +* Date/Publication: 2025-03-13 20:50:02 UTC +* Number of recursive dependencies: 152 + +Run `revdepcheck::cloud_details(, "lionfish")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/lionfish/new/lionfish.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘lionfish/DESCRIPTION’ ... OK +... +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/lionfish/old/lionfish.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘lionfish/DESCRIPTION’ ... OK +... +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK + + + + + +``` +# LMMstar + +
+ +* Version: 1.1.0 +* GitHub: https://github.com/bozenne/LMMstar +* Source code: https://github.com/cran/LMMstar +* Date/Publication: 2024-05-12 21:43:11 UTC +* Number of recursive dependencies: 170 + +Run `revdepcheck::cloud_details(, "LMMstar")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/LMMstar/new/LMMstar.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘LMMstar/DESCRIPTION’ ... OK +... +* this is package ‘LMMstar’ version ‘1.1.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/LMMstar/old/LMMstar.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘LMMstar/DESCRIPTION’ ... OK +... +* this is package ‘LMMstar’ version ‘1.1.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# LongDecompHE + +
+ +* Version: 0.1.0 +* GitHub: NA +* Source code: https://github.com/cran/LongDecompHE +* Date/Publication: 2025-07-03 15:20:02 UTC +* Number of recursive dependencies: 43 + +Run `revdepcheck::cloud_details(, "LongDecompHE")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/LongDecompHE/new/LongDecompHE.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘LongDecompHE/DESCRIPTION’ ... OK +... +* this is package ‘LongDecompHE’ version ‘0.1.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/LongDecompHE/old/LongDecompHE.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘LongDecompHE/DESCRIPTION’ ... OK +... +* this is package ‘LongDecompHE’ version ‘0.1.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# manymome + +
+ +* Version: 0.3.4 +* GitHub: https://github.com/sfcheung/manymome +* Source code: https://github.com/cran/manymome +* Date/Publication: 2026-03-26 16:00:10 UTC +* Number of recursive dependencies: 158 + +Run `revdepcheck::cloud_details(, "manymome")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/manymome/new/manymome.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘manymome/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/manymome/old/manymome.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘manymome/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# MBAnalysis + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/MBAnalysis +* Number of recursive dependencies: 19 + +Run `revdepcheck::cloud_details(, "MBAnalysis")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# MD2sample + +
+ +* Version: 1.2.0 +* GitHub: NA +* Source code: https://github.com/cran/MD2sample +* Date/Publication: 2026-03-28 06:50:06 UTC +* Number of recursive dependencies: 85 + +Run `revdepcheck::cloud_details(, "MD2sample")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/MD2sample/new/MD2sample.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘MD2sample/DESCRIPTION’ ... OK +... +* this is package ‘MD2sample’ version ‘1.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/MD2sample/old/MD2sample.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘MD2sample/DESCRIPTION’ ... OK +... +* this is package ‘MD2sample’ version ‘1.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# MDgof + +
+ +* Version: 1.0.0 +* GitHub: NA +* Source code: https://github.com/cran/MDgof +* Date/Publication: 2026-02-12 20:40:03 UTC +* Number of recursive dependencies: 84 + +Run `revdepcheck::cloud_details(, "MDgof")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/MDgof/new/MDgof.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘MDgof/DESCRIPTION’ ... OK +... +* this is package ‘MDgof’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'copula', 'MD2sample' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/MDgof/old/MDgof.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘MDgof/DESCRIPTION’ ... OK +... +* this is package ‘MDgof’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'copula', 'MD2sample' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# measureR + +
+ +* Version: 0.0.2 +* GitHub: https://github.com/hdmeasure/measureR +* Source code: https://github.com/cran/measureR +* Date/Publication: 2026-02-13 15:10:02 UTC +* Number of recursive dependencies: 221 + +Run `revdepcheck::cloud_details(, "measureR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/measureR/new/measureR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘measureR/DESCRIPTION’ ... OK +... +* this is package ‘measureR’ version ‘0.0.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'semPlot', 'semptools' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/measureR/old/measureR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘measureR/DESCRIPTION’ ... OK +... +* this is package ‘measureR’ version ‘0.0.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'semPlot', 'semptools' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# metrica + +
+ +* Version: 2.1.1 +* GitHub: https://github.com/adriancorrendo/metrica +* Source code: https://github.com/cran/metrica +* Date/Publication: 2026-03-18 06:12:46 UTC +* Number of recursive dependencies: 85 + +Run `revdepcheck::cloud_details(, "metrica")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/metrica/new/metrica.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘metrica/DESCRIPTION’ ... OK +... +* this is package ‘metrica’ version ‘2.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/metrica/old/metrica.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘metrica/DESCRIPTION’ ... OK +... +* this is package ‘metrica’ version ‘2.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# mgc + +
+ +* Version: 2.0.2 +* GitHub: https://github.com/neurodata/r-mgc +* Source code: https://github.com/cran/mgc +* Date/Publication: 2020-06-23 12:50:18 UTC +* Number of recursive dependencies: 66 + +Run `revdepcheck::cloud_details(, "mgc")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/mgc/new/mgc.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘mgc/DESCRIPTION’ ... OK +... +* this is package ‘mgc’ version ‘2.0.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/mgc/old/mgc.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘mgc/DESCRIPTION’ ... OK +... +* this is package ‘mgc’ version ‘2.0.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# micemd + +
+ +* Version: 1.10.1 +* GitHub: NA +* Source code: https://github.com/cran/micemd +* Date/Publication: 2025-08-27 15:10:02 UTC +* Number of recursive dependencies: 165 + +Run `revdepcheck::cloud_details(, "micemd")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/micemd/new/micemd.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘micemd/DESCRIPTION’ ... OK +... +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking whether package ‘micemd’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/micemd/new/micemd.Rcheck/00install.out’ for details. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/micemd/old/micemd.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘micemd/DESCRIPTION’ ... OK +... +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking whether package ‘micemd’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/micemd/old/micemd.Rcheck/00install.out’ for details. +* DONE +Status: 1 ERROR + + + + + +``` +# MiscMetabar + +
+ +* Version: 0.14.4 +* GitHub: https://github.com/adrientaudiere/MiscMetabar +* Source code: https://github.com/cran/MiscMetabar +* Date/Publication: 2025-09-30 15:30:02 UTC +* Number of recursive dependencies: 424 + +Run `revdepcheck::cloud_details(, "MiscMetabar")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/MiscMetabar/new/MiscMetabar.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘MiscMetabar/DESCRIPTION’ ... OK +... +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘spelling.R’ + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 3 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/MiscMetabar/old/MiscMetabar.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘MiscMetabar/DESCRIPTION’ ... OK +... +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘spelling.R’ + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 3 NOTEs + + + + + +``` +# MixedIndTests + +
+ +* Version: 1.2.0 +* GitHub: NA +* Source code: https://github.com/cran/MixedIndTests +* Date/Publication: 2024-02-14 00:04:09 UTC +* Number of recursive dependencies: 40 + +Run `revdepcheck::cloud_details(, "MixedIndTests")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/MixedIndTests/new/MixedIndTests.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘MixedIndTests/DESCRIPTION’ ... OK +... +* this is package ‘MixedIndTests’ version ‘1.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/MixedIndTests/old/MixedIndTests.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘MixedIndTests/DESCRIPTION’ ... OK +... +* this is package ‘MixedIndTests’ version ‘1.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# MixMashNet + +
+ +* Version: 0.6.0 +* GitHub: https://github.com/ARCbiostat/MixMashNet +* Source code: https://github.com/cran/MixMashNet +* Date/Publication: 2026-03-03 10:40:09 UTC +* Number of recursive dependencies: 201 + +Run `revdepcheck::cloud_details(, "MixMashNet")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/MixMashNet/new/MixMashNet.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘MixMashNet/DESCRIPTION’ ... OK +... +* this is package ‘MixMashNet’ version ‘0.6.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘EGAnet’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/MixMashNet/old/MixMashNet.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘MixMashNet/DESCRIPTION’ ... OK +... +* this is package ‘MixMashNet’ version ‘0.6.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘EGAnet’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# modelbased + +
+ +* Version: 0.14.0 +* GitHub: https://github.com/easystats/modelbased +* Source code: https://github.com/cran/modelbased +* Date/Publication: 2026-02-17 14:00:02 UTC +* Number of recursive dependencies: 252 + +Run `revdepcheck::cloud_details(, "modelbased")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/modelbased/new/modelbased.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘modelbased/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/modelbased/old/modelbased.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘modelbased/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# ModStatR + +
+ +* Version: 1.4.1 +* GitHub: https://github.com/fbertran/ModStatR +* Source code: https://github.com/cran/ModStatR +* Date/Publication: 2025-09-12 22:50:26 UTC +* Number of recursive dependencies: 310 + +Run `revdepcheck::cloud_details(, "ModStatR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ModStatR/new/ModStatR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ModStatR/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘gsl’ + +Packages suggested but not available for checking: 'MBESS', 'MVN' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ModStatR/old/ModStatR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ModStatR/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘gsl’ + +Packages suggested but not available for checking: 'MBESS', 'MVN' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# morepls + +
+ +* Version: 0.2.1 +* GitHub: NA +* Source code: https://github.com/cran/morepls +* Date/Publication: 2025-05-29 10:10:02 UTC +* Number of recursive dependencies: 40 + +Run `revdepcheck::cloud_details(, "morepls")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/morepls/new/morepls.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘morepls/DESCRIPTION’ ... OK +... ++ ncomp = 5, ++ data = yarn, ++ validation = "CV", ++ method = "oscorespls") +> plo_vip(pls) +Error in plo_vip(pls) : + plsVarSel package should be installed to use this type of plot +Execution halted +* DONE +Status: 1 ERROR, 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/morepls/old/morepls.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘morepls/DESCRIPTION’ ... OK +... ++ ncomp = 5, ++ data = yarn, ++ validation = "CV", ++ method = "oscorespls") +> plo_vip(pls) +Error in plo_vip(pls) : + plsVarSel package should be installed to use this type of plot +Execution halted +* DONE +Status: 1 ERROR, 2 NOTEs + + + + + +``` +# mulgar + +
+ +* Version: 1.0.5 +* GitHub: https://github.com/dicook/mulgar +* Source code: https://github.com/cran/mulgar +* Date/Publication: 2025-04-07 02:30:02 UTC +* Number of recursive dependencies: 74 + +Run `revdepcheck::cloud_details(, "mulgar")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/mulgar/new/mulgar.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘mulgar/DESCRIPTION’ ... OK +... +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* DONE +Status: OK + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/mulgar/old/mulgar.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘mulgar/DESCRIPTION’ ... OK +... +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* DONE +Status: OK + + + + + +``` +# MultANOVA + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/MultANOVA +* Number of recursive dependencies: 20 + +Run `revdepcheck::cloud_details(, "MultANOVA")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# multinma + +
+ +* Version: 0.9.0 +* GitHub: https://github.com/dmphillippo/multinma +* Source code: https://github.com/cran/multinma +* Date/Publication: 2026-04-13 19:10:07 UTC +* Number of recursive dependencies: 152 + +Run `revdepcheck::cloud_details(, "multinma")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/multinma/new/multinma.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘multinma/DESCRIPTION’ ... OK +... +* this is package ‘multinma’ version ‘0.9.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/multinma/old/multinma.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘multinma/DESCRIPTION’ ... OK +... +* this is package ‘multinma’ version ‘0.9.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# MultiResponseR + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/MultiResponseR +* Number of recursive dependencies: 69 + +Run `revdepcheck::cloud_details(, "MultiResponseR")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# MVN + +
+ +* Version: 6.3 +* GitHub: https://github.com/selcukorkmaz/MVN +* Source code: https://github.com/cran/MVN +* Date/Publication: 2026-01-13 06:10:41 UTC +* Number of recursive dependencies: 159 + +Run `revdepcheck::cloud_details(, "MVN")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/MVN/new/MVN.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘MVN/DESCRIPTION’ ... OK +... +* this is package ‘MVN’ version ‘6.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/MVN/old/MVN.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘MVN/DESCRIPTION’ ... OK +... +* this is package ‘MVN’ version ‘6.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# negligible + +
+ +* Version: 0.1.11 +* GitHub: NA +* Source code: https://github.com/cran/negligible +* Date/Publication: 2026-01-08 20:20:02 UTC +* Number of recursive dependencies: 110 + +Run `revdepcheck::cloud_details(, "negligible")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/negligible/new/negligible.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘negligible/DESCRIPTION’ ... OK +... +* this is package ‘negligible’ version ‘0.1.11’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘MBESS’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/negligible/old/negligible.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘negligible/DESCRIPTION’ ... OK +... +* this is package ‘negligible’ version ‘0.1.11’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘MBESS’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# numbat + +
+ +* Version: 1.5.2 +* GitHub: https://github.com/kharchenkolab/numbat +* Source code: https://github.com/cran/numbat +* Date/Publication: 2026-02-04 08:20:15 UTC +* Number of recursive dependencies: 140 + +Run `revdepcheck::cloud_details(, "numbat")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/numbat/new/numbat.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘numbat/DESCRIPTION’ ... OK +... +* this is package ‘numbat’ version ‘1.5.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'ggtree', 'scistreer' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/numbat/old/numbat.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘numbat/DESCRIPTION’ ... OK +... +* this is package ‘numbat’ version ‘1.5.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'ggtree', 'scistreer' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# OlinkAnalyze + +
+ +* Version: 5.0.0 +* GitHub: https://github.com/Olink-Proteomics/OlinkRPackage +* Source code: https://github.com/cran/OlinkAnalyze +* Date/Publication: 2026-03-28 12:00:02 UTC +* Number of recursive dependencies: 221 + +Run `revdepcheck::cloud_details(, "OlinkAnalyze")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/OlinkAnalyze/new/OlinkAnalyze.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘OlinkAnalyze/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/OlinkAnalyze/old/OlinkAnalyze.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘OlinkAnalyze/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# OpenMx + +
+ +* Version: 2.22.11 +* GitHub: https://github.com/OpenMx/OpenMx +* Source code: https://github.com/cran/OpenMx +* Date/Publication: 2026-03-08 06:10:55 UTC +* Number of recursive dependencies: 99 + +Run `revdepcheck::cloud_details(, "OpenMx")` for more info + +
+ +## In both + +* checking whether package ‘OpenMx’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/OpenMx/new/OpenMx.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘OpenMx’ ... +** package ‘OpenMx’ successfully unpacked and MD5 sums checked +** using staged installation +NOTE: ./configure is not an autoconf generated script. +Change default C/C++ compiler and default compile flags by editing ~/.R/Makevars +** libs +using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using Fortran compiler: ‘GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using C++17 +... + | ^~~~ +/tmp/r-deps/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h:51:58: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__m128d’} [-Wignored-attributes] +/tmp/r-deps/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h:52:64: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__m128d’} [-Wignored-attributes] + 52 | QuarterPacketSize = unpacket_traits::size, + | ^~~~ +/tmp/r-deps/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h:52:64: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__m128d’} [-Wignored-attributes] +/tmp/r-deps/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h:52:64: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__m128d’} [-Wignored-attributes] +make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:204: omxData.o] Error 1 +ERROR: compilation failed for package ‘OpenMx’ +* removing ‘/tmp/workdir/OpenMx/new/OpenMx.Rcheck/OpenMx’ + + +``` +### CRAN + +``` +* installing *source* package ‘OpenMx’ ... +** package ‘OpenMx’ successfully unpacked and MD5 sums checked +** using staged installation +NOTE: ./configure is not an autoconf generated script. +Change default C/C++ compiler and default compile flags by editing ~/.R/Makevars +** libs +using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using Fortran compiler: ‘GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using C++17 +... + | ^~~~ +/tmp/r-deps/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h:51:58: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__m128d’} [-Wignored-attributes] +/tmp/r-deps/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h:52:64: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__m128d’} [-Wignored-attributes] + 52 | QuarterPacketSize = unpacket_traits::size, + | ^~~~ +/tmp/r-deps/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h:52:64: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__m128d’} [-Wignored-attributes] +/tmp/r-deps/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixMatrix.h:52:64: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__m128d’} [-Wignored-attributes] +make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:204: omxData.o] Error 1 +ERROR: compilation failed for package ‘OpenMx’ +* removing ‘/tmp/workdir/OpenMx/old/OpenMx.Rcheck/OpenMx’ + + +``` +# ordPanel + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/ordPanel +* Number of recursive dependencies: 82 + +Run `revdepcheck::cloud_details(, "ordPanel")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# outstandR + +
+ +* Version: 1.0.0 +* GitHub: https://github.com/StatisticsHealthEconomics/outstandR +* Source code: https://github.com/cran/outstandR +* Date/Publication: 2026-01-21 20:00:02 UTC +* Number of recursive dependencies: 153 + +Run `revdepcheck::cloud_details(, "outstandR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/outstandR/new/outstandR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘outstandR/DESCRIPTION’ ... OK +... +* this is package ‘outstandR’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/outstandR/old/outstandR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘outstandR/DESCRIPTION’ ... OK +... +* this is package ‘outstandR’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# pandemonium + +
+ +* Version: 0.2.4 +* GitHub: NA +* Source code: https://github.com/cran/pandemonium +* Date/Publication: 2025-11-03 08:30:02 UTC +* Number of recursive dependencies: 213 + +Run `revdepcheck::cloud_details(, "pandemonium")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/pandemonium/new/pandemonium.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘pandemonium/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/pandemonium/old/pandemonium.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘pandemonium/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK + + + + + +``` +# parameters + +
+ +* Version: 0.28.3 +* GitHub: https://github.com/easystats/parameters +* Source code: https://github.com/cran/parameters +* Date/Publication: 2025-11-25 11:10:02 UTC +* Number of recursive dependencies: 472 + +Run `revdepcheck::cloud_details(, "parameters")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/parameters/new/parameters.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘parameters/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/parameters/old/parameters.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘parameters/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# paths + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/paths +* Number of recursive dependencies: 94 + +Run `revdepcheck::cloud_details(, "paths")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# pctax + +
+ +* Version: 0.1.7 +* GitHub: https://github.com/Asa12138/pctax +* Source code: https://github.com/cran/pctax +* Date/Publication: 2026-02-09 08:20:08 UTC +* Number of recursive dependencies: 280 + +Run `revdepcheck::cloud_details(, "pctax")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/pctax/new/pctax.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘pctax/DESCRIPTION’ ... OK +... +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 3 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/pctax/old/pctax.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘pctax/DESCRIPTION’ ... OK +... +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 3 NOTEs + + + + + +``` +# pcutils + +
+ +* Version: 0.2.8 +* GitHub: https://github.com/Asa12138/pcutils +* Source code: https://github.com/cran/pcutils +* Date/Publication: 2025-03-27 06:10:02 UTC +* Number of recursive dependencies: 310 + +Run `revdepcheck::cloud_details(, "pcutils")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/pcutils/new/pcutils.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘pcutils/DESCRIPTION’ ... OK +... +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/pcutils/old/pcutils.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘pcutils/DESCRIPTION’ ... OK +... +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# phylosem + +
+ +* Version: 1.1.4 +* GitHub: https://github.com/James-Thorson-NOAA/phylosem +* Source code: https://github.com/cran/phylosem +* Date/Publication: 2024-04-02 21:15:03 UTC +* Number of recursive dependencies: 220 + +Run `revdepcheck::cloud_details(, "phylosem")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/phylosem/new/phylosem.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘phylosem/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/phylosem/old/phylosem.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘phylosem/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# plot3logit + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/plot3logit +* Number of recursive dependencies: 114 + +Run `revdepcheck::cloud_details(, "plot3logit")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# polarisR + +
+ +* Version: 0.1.4 +* GitHub: https://github.com/Divendra2006/polarisR +* Source code: https://github.com/cran/polarisR +* Date/Publication: 2025-09-23 14:10:02 UTC +* Number of recursive dependencies: 145 + +Run `revdepcheck::cloud_details(, "polarisR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/polarisR/new/polarisR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘polarisR/DESCRIPTION’ ... OK +... +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘spelling.R’ + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/polarisR/old/polarisR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘polarisR/DESCRIPTION’ ... OK +... +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘spelling.R’ + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# predictionInterval + +
+ +* Version: 1.0.0 +* GitHub: NA +* Source code: https://github.com/cran/predictionInterval +* Date/Publication: 2016-08-20 15:39:24 +* Number of recursive dependencies: 50 + +Run `revdepcheck::cloud_details(, "predictionInterval")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/predictionInterval/new/predictionInterval.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘predictionInterval/DESCRIPTION’ ... OK +... +* checking extension type ... Package +* this is package ‘predictionInterval’ version ‘1.0.0’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘MBESS’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/predictionInterval/old/predictionInterval.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘predictionInterval/DESCRIPTION’ ... OK +... +* checking extension type ... Package +* this is package ‘predictionInterval’ version ‘1.0.0’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘MBESS’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# prefviz + +
+ +* Version: 0.1.1 +* GitHub: https://github.com/numbats/prefviz +* Source code: https://github.com/cran/prefviz +* Date/Publication: 2026-04-13 11:50:02 UTC +* Number of recursive dependencies: 107 + +Run `revdepcheck::cloud_details(, "prefviz")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/prefviz/new/prefviz.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘prefviz/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/prefviz/old/prefviz.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘prefviz/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK + + + + + +``` +# projectLSA + +
+ +* Version: 0.0.8 +* GitHub: https://github.com/hdmeasure/projectLSA +* Source code: https://github.com/cran/projectLSA +* Date/Publication: 2026-02-07 23:20:03 UTC +* Number of recursive dependencies: 258 + +Run `revdepcheck::cloud_details(, "projectLSA")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/projectLSA/new/projectLSA.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘projectLSA/DESCRIPTION’ ... OK +... +* this is package ‘projectLSA’ version ‘0.0.8’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'semPlot', 'semptools' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/projectLSA/old/projectLSA.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘projectLSA/DESCRIPTION’ ... OK +... +* this is package ‘projectLSA’ version ‘0.0.8’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'semPlot', 'semptools' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# psychonetrics + +
+ +* Version: 0.15 +* GitHub: https://github.com/SachaEpskamp/psychonetrics +* Source code: https://github.com/cran/psychonetrics +* Date/Publication: 2026-02-27 06:40:02 UTC +* Number of recursive dependencies: 140 + +Run `revdepcheck::cloud_details(, "psychonetrics")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/psychonetrics/new/psychonetrics.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘psychonetrics/DESCRIPTION’ ... OK +... +* checking line endings in C/C++/Fortran sources/headers ... OK +* checking line endings in Makefiles ... OK +* checking compilation flags in Makevars ... OK +* checking for GNU extensions in Makefiles ... OK +* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK +* checking use of PKG_*FLAGS in Makefiles ... OK +* checking compiled code ... OK +* checking examples ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/psychonetrics/old/psychonetrics.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘psychonetrics/DESCRIPTION’ ... OK +... +* checking line endings in C/C++/Fortran sources/headers ... OK +* checking line endings in Makefiles ... OK +* checking compilation flags in Makevars ... OK +* checking for GNU extensions in Makefiles ... OK +* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK +* checking use of PKG_*FLAGS in Makefiles ... OK +* checking compiled code ... OK +* checking examples ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# pubh + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/pubh +* Number of recursive dependencies: 161 + +Run `revdepcheck::cloud_details(, "pubh")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# pvars + +
+ +* Version: 1.1.1 +* GitHub: https://github.com/Lenni89/pvars +* Source code: https://github.com/cran/pvars +* Date/Publication: 2025-10-23 15:50:02 UTC +* Number of recursive dependencies: 127 + +Run `revdepcheck::cloud_details(, "pvars")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/pvars/new/pvars.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘pvars/DESCRIPTION’ ... OK +... +* this is package ‘pvars’ version ‘1.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'svars', 'copula' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/pvars/old/pvars.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘pvars/DESCRIPTION’ ... OK +... +* this is package ‘pvars’ version ‘1.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'svars', 'copula' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# qad + +
+ +* Version: 1.0.6 +* GitHub: https://github.com/griefl/qad +* Source code: https://github.com/cran/qad +* Date/Publication: 2025-10-01 15:30:02 UTC +* Number of recursive dependencies: 93 + +Run `revdepcheck::cloud_details(, "qad")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/qad/new/qad.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘qad/DESCRIPTION’ ... OK +... +* this is package ‘qad’ version ‘1.0.6’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/qad/old/qad.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘qad/DESCRIPTION’ ... OK +... +* this is package ‘qad’ version ‘1.0.6’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# qmd + +
+ +* Version: 1.1.3 +* GitHub: NA +* Source code: https://github.com/cran/qmd +* Date/Publication: 2025-07-02 08:30:02 UTC +* Number of recursive dependencies: 77 + +Run `revdepcheck::cloud_details(, "qmd")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/qmd/new/qmd.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘qmd/DESCRIPTION’ ... OK +... +* this is package ‘qmd’ version ‘1.1.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qad’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/qmd/old/qmd.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘qmd/DESCRIPTION’ ... OK +... +* this is package ‘qmd’ version ‘1.1.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘qad’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# QuadratiK + +
+ +* Version: 1.1.3 +* GitHub: https://github.com/ropensci/QuadratiK +* Source code: https://github.com/cran/QuadratiK +* Date/Publication: 2025-02-04 21:10:02 UTC +* Number of recursive dependencies: 151 + +Run `revdepcheck::cloud_details(, "QuadratiK")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/QuadratiK/new/QuadratiK.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘QuadratiK/DESCRIPTION’ ... OK +... +--- finished re-building ‘wireless_clustering.Rmd’ + +SUMMARY: processing the following file failed: + ‘uniformity.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 ERROR, 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/QuadratiK/old/QuadratiK.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘QuadratiK/DESCRIPTION’ ... OK +... +--- finished re-building ‘wireless_clustering.Rmd’ + +SUMMARY: processing the following file failed: + ‘uniformity.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 ERROR, 2 NOTEs + + + + + +``` +# quollr + +
+ +* Version: 1.0.6 +* GitHub: https://github.com/jayanilakshika/quollr +* Source code: https://github.com/cran/quollr +* Date/Publication: 2025-12-18 10:10:02 UTC +* Number of recursive dependencies: 129 + +Run `revdepcheck::cloud_details(, "quollr")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/quollr/new/quollr.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘quollr/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/quollr/old/quollr.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘quollr/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# rattle + +
+ +* Version: 5.6.2 +* GitHub: NA +* Source code: https://github.com/cran/rattle +* Date/Publication: 2026-02-08 21:00:02 UTC +* Number of recursive dependencies: 214 + +Run `revdepcheck::cloud_details(, "rattle")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/rattle/new/rattle.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘rattle/DESCRIPTION’ ... OK +... +--- failed re-building ‘rattle.Rnw’ + +SUMMARY: processing the following file failed: + ‘rattle.Rnw’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 WARNING, 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/rattle/old/rattle.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘rattle/DESCRIPTION’ ... OK +... +--- failed re-building ‘rattle.Rnw’ + +SUMMARY: processing the following file failed: + ‘rattle.Rnw’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 WARNING, 2 NOTEs + + + + + +``` +# RCTrep + +
+ +* Version: 1.2.0 +* GitHub: https://github.com/duolajiang/RCTrep +* Source code: https://github.com/cran/RCTrep +* Date/Publication: 2023-11-02 14:40:02 UTC +* Number of recursive dependencies: 183 + +Run `revdepcheck::cloud_details(, "RCTrep")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/RCTrep/new/RCTrep.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘RCTrep/DESCRIPTION’ ... OK +... +* this is package ‘RCTrep’ version ‘1.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/RCTrep/old/RCTrep.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘RCTrep/DESCRIPTION’ ... OK +... +* this is package ‘RCTrep’ version ‘1.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# ReporterScore + +
+ +* Version: 0.2.5 +* GitHub: https://github.com/Asa12138/ReporterScore +* Source code: https://github.com/cran/ReporterScore +* Date/Publication: 2026-02-20 14:50:14 UTC +* Number of recursive dependencies: 261 + +Run `revdepcheck::cloud_details(, "ReporterScore")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ReporterScore/new/ReporterScore.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ReporterScore/DESCRIPTION’ ... OK +... +* checking data for non-ASCII characters ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ReporterScore/old/ReporterScore.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ReporterScore/DESCRIPTION’ ... OK +... +* checking data for non-ASCII characters ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# Revticulate + +
+ +* Version: 1.0.0 +* GitHub: NA +* Source code: https://github.com/cran/Revticulate +* Date/Publication: 2022-03-15 23:30:07 UTC +* Number of recursive dependencies: 176 + +Run `revdepcheck::cloud_details(, "Revticulate")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/Revticulate/new/Revticulate.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘Revticulate/DESCRIPTION’ ... OK +... +* checking Rd metadata ... OK +* checking Rd cross-references ... OK +* checking for missing documentation entries ... OK +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking examples ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/Revticulate/old/Revticulate.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘Revticulate/DESCRIPTION’ ... OK +... +* checking Rd metadata ... OK +* checking Rd cross-references ... OK +* checking for missing documentation entries ... OK +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking examples ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# RGENERATEPREC + +
+ +* Version: 1.3.2 +* GitHub: NA +* Source code: https://github.com/cran/RGENERATEPREC +* Date/Publication: 2025-07-30 16:10:02 UTC +* Number of recursive dependencies: 120 + +Run `revdepcheck::cloud_details(, "RGENERATEPREC")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/RGENERATEPREC/new/RGENERATEPREC.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘RGENERATEPREC/DESCRIPTION’ ... OK +... +* checking extension type ... Package +* this is package ‘RGENERATEPREC’ version ‘1.3.2’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/RGENERATEPREC/old/RGENERATEPREC.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘RGENERATEPREC/DESCRIPTION’ ... OK +... +* checking extension type ... Package +* this is package ‘RGENERATEPREC’ version ‘1.3.2’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# ridgetorus + +
+ +* Version: 1.0.3 +* GitHub: https://github.com/egarpor/ridgetorus +* Source code: https://github.com/cran/ridgetorus +* Date/Publication: 2025-07-27 17:00:02 UTC +* Number of recursive dependencies: 127 + +Run `revdepcheck::cloud_details(, "ridgetorus")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/ridgetorus/new/ridgetorus.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ridgetorus/DESCRIPTION’ ... OK +... +* this is package ‘ridgetorus’ version ‘1.0.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘sphunif’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/ridgetorus/old/ridgetorus.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ridgetorus/DESCRIPTION’ ... OK +... +* this is package ‘ridgetorus’ version ‘1.0.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘sphunif’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# rmedsem + +
+ +* Version: 1.0.0 +* GitHub: https://github.com/ihrke/rmedsem +* Source code: https://github.com/cran/rmedsem +* Date/Publication: 2026-03-16 16:50:02 UTC +* Number of recursive dependencies: 192 + +Run `revdepcheck::cloud_details(, "rmedsem")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/rmedsem/new/rmedsem.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘rmedsem/DESCRIPTION’ ... OK +... +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/rmedsem/old/rmedsem.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘rmedsem/DESCRIPTION’ ... OK +... +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: 1 NOTE + + + + + +``` +# RMOPI + +
+ +* Version: 1.1 +* GitHub: NA +* Source code: https://github.com/cran/RMOPI +* Date/Publication: 2022-08-22 12:50:08 UTC +* Number of recursive dependencies: 95 + +Run `revdepcheck::cloud_details(, "RMOPI")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/RMOPI/new/RMOPI.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘RMOPI/DESCRIPTION’ ... OK +... +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking whether package ‘RMOPI’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/RMOPI/new/RMOPI.Rcheck/00install.out’ for details. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/RMOPI/old/RMOPI.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘RMOPI/DESCRIPTION’ ... OK +... +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking whether package ‘RMOPI’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/RMOPI/old/RMOPI.Rcheck/00install.out’ for details. +* DONE +Status: 1 ERROR + + + + + +``` +# rmsb + +
+ +* Version: 1.1-2 +* GitHub: NA +* Source code: https://github.com/cran/rmsb +* Date/Publication: 2025-04-13 16:30:02 UTC +* Number of recursive dependencies: 135 + +Run `revdepcheck::cloud_details(, "rmsb")` for more info + +
+ +## In both + +* checking whether package ‘rmsb’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/rmsb/new/rmsb.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘rmsb’ ... +** package ‘rmsb’ successfully unpacked and MD5 sums checked +** using staged installation +Error in loadNamespace(x) : there is no package called ‘rstantools’ +Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: configuration failed for package ‘rmsb’ +* removing ‘/tmp/workdir/rmsb/new/rmsb.Rcheck/rmsb’ + + +``` +### CRAN + +``` +* installing *source* package ‘rmsb’ ... +** package ‘rmsb’ successfully unpacked and MD5 sums checked +** using staged installation +Error in loadNamespace(x) : there is no package called ‘rstantools’ +Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: configuration failed for package ‘rmsb’ +* removing ‘/tmp/workdir/rmsb/old/rmsb.Rcheck/rmsb’ + + +``` +# rSDR + +
+ +* Version: 1.0.3.0 +* GitHub: NA +* Source code: https://github.com/cran/rSDR +* Date/Publication: 2025-11-10 00:10:02 UTC +* Number of recursive dependencies: 153 + +Run `revdepcheck::cloud_details(, "rSDR")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/rSDR/new/rSDR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘rSDR/DESCRIPTION’ ... OK +... +--- failed re-building ‘rSDR_vignette.Rmd’ + +SUMMARY: processing the following file failed: + ‘rSDR_vignette.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/rSDR/old/rSDR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘rSDR/DESCRIPTION’ ... OK +... +--- failed re-building ‘rSDR_vignette.Rmd’ + +SUMMARY: processing the following file failed: + ‘rSDR_vignette.Rmd’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 ERROR + + + + + +``` +# rshift + +
+ +* Version: 3.1.2 +* GitHub: https://github.com/alexhroom/rshift +* Source code: https://github.com/cran/rshift +* Date/Publication: 2025-04-06 18:40:02 UTC +* Number of recursive dependencies: 31 + +Run `revdepcheck::cloud_details(, "rshift")` for more info + +
+ +## In both + +* checking whether package ‘rshift’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/rshift/new/rshift.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘rshift’ ... +** package ‘rshift’ successfully unpacked and MD5 sums checked +** using staged installation +Using cargo 1.75.0 +Using rustc 1.75.0 (82e1608df 2023-12-21) (built from a source tarball) +Building for CRAN. +Writing `src/Makevars`. +`tools/config.R` has finished. +** libs +using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +... +export CARGO_HOME=/tmp/workdir/rshift/new/rshift.Rcheck/00_pkg_src/rshift/src/.cargo && \ +export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.cargo/bin" && \ +RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target +error: failed to parse lock file at: /tmp/workdir/rshift/new/rshift.Rcheck/00_pkg_src/rshift/src/rust/Cargo.lock + +Caused by: + lock file version 4 requires `-Znext-lockfile-bump` +make: *** [Makevars:28: rust/target/release/librshift.a] Error 101 +ERROR: compilation failed for package ‘rshift’ +* removing ‘/tmp/workdir/rshift/new/rshift.Rcheck/rshift’ + + +``` +### CRAN + +``` +* installing *source* package ‘rshift’ ... +** package ‘rshift’ successfully unpacked and MD5 sums checked +** using staged installation +Using cargo 1.75.0 +Using rustc 1.75.0 (82e1608df 2023-12-21) (built from a source tarball) +Building for CRAN. +Writing `src/Makevars`. +`tools/config.R` has finished. +** libs +using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +... +export CARGO_HOME=/tmp/workdir/rshift/old/rshift.Rcheck/00_pkg_src/rshift/src/.cargo && \ +export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.cargo/bin" && \ +RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target +error: failed to parse lock file at: /tmp/workdir/rshift/old/rshift.Rcheck/00_pkg_src/rshift/src/rust/Cargo.lock + +Caused by: + lock file version 4 requires `-Znext-lockfile-bump` +make: *** [Makevars:28: rust/target/release/librshift.a] Error 101 +ERROR: compilation failed for package ‘rshift’ +* removing ‘/tmp/workdir/rshift/old/rshift.Rcheck/rshift’ + + +``` +# RSP + +
+ +* Version: 0.5 +* GitHub: NA +* Source code: https://github.com/cran/RSP +* Date/Publication: 2026-01-21 08:00:26 UTC +* Number of recursive dependencies: 256 + +Run `revdepcheck::cloud_details(, "RSP")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/RSP/new/RSP.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘RSP/DESCRIPTION’ ... OK +... +* this is package ‘RSP’ version ‘0.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'MVN', 'semPlot' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/RSP/old/RSP.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘RSP/DESCRIPTION’ ... OK +... +* this is package ‘RSP’ version ‘0.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'MVN', 'semPlot' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# rstanarm + +
+ +* Version: 2.32.2 +* GitHub: https://github.com/stan-dev/rstanarm +* Source code: https://github.com/cran/rstanarm +* Date/Publication: 2025-09-30 08:00:02 UTC +* Number of recursive dependencies: 141 + +Run `revdepcheck::cloud_details(, "rstanarm")` for more info + +
+ +## In both + +* checking whether package ‘rstanarm’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/rstanarm/new/rstanarm.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘rstanarm’ ... +** package ‘rstanarm’ successfully unpacked and MD5 sums checked +** using staged installation +** libs +using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using C++17 + + +g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I"../inst/include" -I"/tmp/r-deps/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/tmp/r-deps/StanHeaders/include' -I'/tmp/r-deps/rstan/include' -I'/tmp/r-deps/BH/include' -I'/tmp/r-deps/Rcpp/include' -I'/tmp/r-deps/RcppEigen/include' -I'/tmp/r-deps/RcppParallel/include' -I/usr/local/include -I'/tmp/r-deps/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c init.cpp -o init.o + +... + | ^~~~~~~~~ +stanExports_jm.h: In constructor ‘model_jm_namespace::model_jm::model_jm(stan::io::var_context&, unsigned int, std::ostream*)’: +stanExports_jm.h:6883: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without + 6883 | model_jm(stan::io::var_context& context__, unsigned int random_seed__ = 0, + | +g++: fatal error: Killed signal terminated program cc1plus +compilation terminated. +make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:202: stanExports_jm.o] Error 1 +ERROR: compilation failed for package ‘rstanarm’ +* removing ‘/tmp/workdir/rstanarm/new/rstanarm.Rcheck/rstanarm’ + + +``` +### CRAN + +``` +* installing *source* package ‘rstanarm’ ... +** package ‘rstanarm’ successfully unpacked and MD5 sums checked +** using staged installation +** libs +using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using C++17 + + +g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I"../inst/include" -I"/tmp/r-deps/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/tmp/r-deps/StanHeaders/include' -I'/tmp/r-deps/rstan/include' -I'/tmp/r-deps/BH/include' -I'/tmp/r-deps/Rcpp/include' -I'/tmp/r-deps/RcppEigen/include' -I'/tmp/r-deps/RcppParallel/include' -I/usr/local/include -I'/tmp/r-deps/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c init.cpp -o init.o + +... + | ^~~~~~~~~ +stanExports_jm.h: In constructor ‘model_jm_namespace::model_jm::model_jm(stan::io::var_context&, unsigned int, std::ostream*)’: +stanExports_jm.h:6883: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without + 6883 | model_jm(stan::io::var_context& context__, unsigned int random_seed__ = 0, + | +g++: fatal error: Killed signal terminated program cc1plus +compilation terminated. +make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:202: stanExports_jm.o] Error 1 +ERROR: compilation failed for package ‘rstanarm’ +* removing ‘/tmp/workdir/rstanarm/old/rstanarm.Rcheck/rstanarm’ + + +``` +# RulesTools + +
+ +* Version: 0.1.1 +* GitHub: https://github.com/nikolett0203/RulesTools +* Source code: https://github.com/cran/RulesTools +* Date/Publication: 2025-01-28 15:50:06 UTC +* Number of recursive dependencies: 114 + +Run `revdepcheck::cloud_details(, "RulesTools")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/RulesTools/new/RulesTools.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘RulesTools/DESCRIPTION’ ... OK +... +* this is package ‘RulesTools’ version ‘0.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'arules', 'eulerr' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/RulesTools/old/RulesTools.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘RulesTools/DESCRIPTION’ ... OK +... +* this is package ‘RulesTools’ version ‘0.1.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'arules', 'eulerr' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# SCpubr + +
+ +* Version: 3.0.1 +* GitHub: https://github.com/enblacar/SCpubr +* Source code: https://github.com/cran/SCpubr +* Date/Publication: 2026-01-09 15:10:18 UTC +* Number of recursive dependencies: 291 + +Run `revdepcheck::cloud_details(, "SCpubr")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/SCpubr/new/SCpubr.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘SCpubr/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/SCpubr/old/SCpubr.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘SCpubr/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# semtree + +
+ +* Version: 0.9.23 +* GitHub: https://github.com/brandmaier/semtree +* Source code: https://github.com/cran/semtree +* Date/Publication: 2025-11-26 16:40:02 UTC +* Number of recursive dependencies: 107 + +Run `revdepcheck::cloud_details(, "semtree")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/semtree/new/semtree.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘semtree/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘OpenMx’ + +Package suggested but not available for checking: ‘ctsemOMX’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/semtree/old/semtree.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘semtree/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘OpenMx’ + +Package suggested but not available for checking: ‘ctsemOMX’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# Signac + +
+ +* Version: 1.17.1 +* GitHub: https://github.com/stuart-lab/signac +* Source code: https://github.com/cran/Signac +* Date/Publication: 2026-04-06 18:10:07 UTC +* Number of recursive dependencies: 228 + +Run `revdepcheck::cloud_details(, "Signac")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/Signac/new/Signac.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘Signac/DESCRIPTION’ ... OK +... +* checking for GNU extensions in Makefiles ... OK +* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK +* checking use of PKG_*FLAGS in Makefiles ... OK +* checking compiled code ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: 3 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/Signac/old/Signac.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘Signac/DESCRIPTION’ ... OK +... +* checking for GNU extensions in Makefiles ... OK +* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK +* checking use of PKG_*FLAGS in Makefiles ... OK +* checking compiled code ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: 3 NOTEs + + + + + +``` +# simcausal + +
+ +* Version: 0.5.7 +* GitHub: https://github.com/osofr/simcausal +* Source code: https://github.com/cran/simcausal +* Date/Publication: 2024-10-19 14:30:02 UTC +* Number of recursive dependencies: 76 + +Run `revdepcheck::cloud_details(, "simcausal")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/simcausal/new/simcausal.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘simcausal/DESCRIPTION’ ... OK +... +--- failed re-building ‘simcausalVignette.Rnw’ + +SUMMARY: processing the following file failed: + ‘simcausalVignette.Rnw’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 WARNING, 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/simcausal/old/simcausal.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘simcausal/DESCRIPTION’ ... OK +... +--- failed re-building ‘simcausalVignette.Rnw’ + +SUMMARY: processing the following file failed: + ‘simcausalVignette.Rnw’ + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 1 WARNING, 1 NOTE + + + + + +``` +# SimDesign + +
+ +* Version: 2.25 +* GitHub: https://github.com/philchalmers/SimDesign +* Source code: https://github.com/cran/SimDesign +* Date/Publication: 2026-03-31 05:10:37 UTC +* Number of recursive dependencies: 147 + +Run `revdepcheck::cloud_details(, "SimDesign")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/SimDesign/new/SimDesign.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘SimDesign/DESCRIPTION’ ... OK +... +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/SimDesign/old/SimDesign.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘SimDesign/DESCRIPTION’ ... OK +... +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + + + + + +``` +# spareg + +
+ +* Version: 1.1.1 +* GitHub: https://github.com/lauravana/spareg +* Source code: https://github.com/cran/spareg +* Date/Publication: 2025-08-19 08:30:02 UTC +* Number of recursive dependencies: 127 + +Run `revdepcheck::cloud_details(, "spareg")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/spareg/new/spareg.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘spareg/DESCRIPTION’ ... OK +... +--- failed re-building 'spareg.Rnw' + +SUMMARY: processing the following file failed: + 'spareg.Rnw' + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 2 ERRORs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/spareg/old/spareg.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘spareg/DESCRIPTION’ ... OK +... +--- failed re-building 'spareg.Rnw' + +SUMMARY: processing the following file failed: + 'spareg.Rnw' + +Error: Vignette re-building failed. +Execution halted + +* DONE +Status: 2 ERRORs + + + + + +``` +# sparsevar + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/sparsevar +* Number of recursive dependencies: 72 + +Run `revdepcheck::cloud_details(, "sparsevar")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# spinebil + +
+ +* Version: 1.0.5 +* GitHub: https://github.com/uschiLaa/spinebil +* Source code: https://github.com/cran/spinebil +* Date/Publication: 2025-10-17 06:00:02 UTC +* Number of recursive dependencies: 109 + +Run `revdepcheck::cloud_details(, "spinebil")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/spinebil/new/spinebil.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘spinebil/DESCRIPTION’ ... OK +... +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/spinebil/old/spinebil.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘spinebil/DESCRIPTION’ ... OK +... +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK + + + + + +``` +# spinifex + +
+ +* Version: 0.3.10 +* GitHub: https://github.com/nspyrison/spinifex +* Source code: https://github.com/cran/spinifex +* Date/Publication: 2025-09-18 05:10:02 UTC +* Number of recursive dependencies: 174 + +Run `revdepcheck::cloud_details(, "spinifex")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/spinifex/new/spinifex.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘spinifex/DESCRIPTION’ ... OK +... +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘spelling.R’ + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/spinifex/old/spinifex.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘spinifex/DESCRIPTION’ ... OK +... +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘spelling.R’ + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK + + + + + +``` +# Spower + +
+ +* Version: 0.6 +* GitHub: https://github.com/philchalmers/Spower +* Source code: https://github.com/cran/Spower +* Date/Publication: 2026-02-13 17:40:10 UTC +* Number of recursive dependencies: 166 + +Run `revdepcheck::cloud_details(, "Spower")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/Spower/new/Spower.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘Spower/DESCRIPTION’ ... OK +... +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/Spower/old/Spower.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘Spower/DESCRIPTION’ ... OK +... +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# sprtt + +
+ +* Version: 0.2.0 +* GitHub: https://github.com/MeikeSteinhilber/sprtt +* Source code: https://github.com/cran/sprtt +* Date/Publication: 2023-07-06 13:50:02 UTC +* Number of recursive dependencies: 147 + +Run `revdepcheck::cloud_details(, "sprtt")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/sprtt/new/sprtt.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘sprtt/DESCRIPTION’ ... OK +... +* this is package ‘sprtt’ version ‘0.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘MBESS’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/sprtt/old/sprtt.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘sprtt/DESCRIPTION’ ... OK +... +* this is package ‘sprtt’ version ‘0.2.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘MBESS’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# SRscore + +
+ +* Version: 0.1.2 +* GitHub: NA +* Source code: https://github.com/cran/SRscore +* Date/Publication: 2026-01-08 18:50:19 UTC +* Number of recursive dependencies: 167 + +Run `revdepcheck::cloud_details(, "SRscore")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/SRscore/new/SRscore.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘SRscore/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/SRscore/old/SRscore.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘SRscore/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE + + + + + +``` +# SSVS + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/SSVS +* Number of recursive dependencies: 155 + +Run `revdepcheck::cloud_details(, "SSVS")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# StatTeacherAssistant + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/StatTeacherAssistant +* Number of recursive dependencies: 123 + +Run `revdepcheck::cloud_details(, "StatTeacherAssistant")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# STCCGEV + +
+ +* Version: 1.0.0 +* GitHub: NA +* Source code: https://github.com/cran/STCCGEV +* Date/Publication: 2025-03-27 17:30:04 UTC +* Number of recursive dependencies: 72 + +Run `revdepcheck::cloud_details(, "STCCGEV")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/STCCGEV/new/STCCGEV.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘STCCGEV/DESCRIPTION’ ... OK +... +* this is package ‘STCCGEV’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'bsts', 'copula' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/STCCGEV/old/STCCGEV.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘STCCGEV/DESCRIPTION’ ... OK +... +* this is package ‘STCCGEV’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'bsts', 'copula' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# STCYP + +
+ +* Version: 1.0.0 +* GitHub: NA +* Source code: https://github.com/cran/STCYP +* Date/Publication: 2025-09-09 14:40:23 UTC +* Number of recursive dependencies: 71 + +Run `revdepcheck::cloud_details(, "STCYP")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/STCYP/new/STCYP.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘STCYP/DESCRIPTION’ ... OK +... +* this is package ‘STCYP’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'bsts', 'copula' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/STCYP/old/STCYP.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘STCYP/DESCRIPTION’ ... OK +... +* this is package ‘STCYP’ version ‘1.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'bsts', 'copula' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# stelfi + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/stelfi +* Number of recursive dependencies: 100 + +Run `revdepcheck::cloud_details(, "stelfi")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# streamDAG + +
+ +* Version: 1.6 +* GitHub: NA +* Source code: https://github.com/cran/streamDAG +* Date/Publication: 2025-10-16 15:30:02 UTC +* Number of recursive dependencies: 142 + +Run `revdepcheck::cloud_details(, "streamDAG")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/streamDAG/new/streamDAG.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘streamDAG/DESCRIPTION’ ... OK +* this is package ‘streamDAG’ version ‘1.6’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘asbio’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/streamDAG/old/streamDAG.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘streamDAG/DESCRIPTION’ ... OK +* this is package ‘streamDAG’ version ‘1.6’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘asbio’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# SurprisalAnalysis + +
+ +* Version: 3.0.0 +* GitHub: NA +* Source code: https://github.com/cran/SurprisalAnalysis +* Date/Publication: 2026-01-08 03:30:02 UTC +* Number of recursive dependencies: 217 + +Run `revdepcheck::cloud_details(, "SurprisalAnalysis")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/SurprisalAnalysis/new/SurprisalAnalysis.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘SurprisalAnalysis/DESCRIPTION’ ... OK +... +* this is package ‘SurprisalAnalysis’ version ‘3.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘clusterProfiler’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/SurprisalAnalysis/old/SurprisalAnalysis.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘SurprisalAnalysis/DESCRIPTION’ ... OK +... +* this is package ‘SurprisalAnalysis’ version ‘3.0.0’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘clusterProfiler’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# Surrogate + +
+ +* Version: 3.4.1 +* GitHub: https://github.com/florianstijven/Surrogate-development +* Source code: https://github.com/cran/Surrogate +* Date/Publication: 2025-04-29 04:40:02 UTC +* Number of recursive dependencies: 193 + +Run `revdepcheck::cloud_details(, "Surrogate")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/Surrogate/new/Surrogate.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘Surrogate/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘MBESS’ + +Package suggested but not available for checking: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/Surrogate/old/Surrogate.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘Surrogate/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘MBESS’ + +Package suggested but not available for checking: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +# svars + +
+ +* Version: 1.3.12 +* GitHub: NA +* Source code: https://github.com/cran/svars +* Date/Publication: 2025-08-24 17:30:02 UTC +* Number of recursive dependencies: 85 + +Run `revdepcheck::cloud_details(, "svars")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/svars/new/svars.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘svars/DESCRIPTION’ ... OK +... +* this is package ‘svars’ version ‘1.3.12’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` ### CRAN ``` -* installing *source* package ‘ctsem’ ... -** package ‘ctsem’ successfully unpacked and MD5 sums checked -** using staged installation -** libs -using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ -using C++17 +* using log directory ‘/tmp/workdir/svars/old/svars.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘svars/DESCRIPTION’ ... OK +... +* this is package ‘svars’ version ‘1.3.12’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + -g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I"../inst/include" -I"/usr/local/lib/R/site-library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/usr/local/lib/R/site-library/BH/include' -I'/usr/local/lib/R/site-library/Rcpp/include' -I'/usr/local/lib/R/site-library/RcppEigen/include' -I'/usr/local/lib/R/site-library/RcppParallel/include' -I'/usr/local/lib/R/site-library/rstan/include' -I'/usr/local/lib/R/site-library/StanHeaders/include' -I/usr/local/include -I'/usr/local/lib/R/site-library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o -In file included from /usr/local/lib/R/site-library/RcppEigen/include/Eigen/Core:205, -... -/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:0: required from ‘double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_ctsm_namespace::model_ctsm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]’ -/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:0: required from here -/usr/local/lib/R/site-library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__m128d’} [-Wignored-attributes] - 654 | return internal::first_aligned::alignment),Derived>(m); - | ^~~~~~~~~ -g++: fatal error: Killed signal terminated program cc1plus -compilation terminated. -make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:202: stanExports_ctsm.o] Error 1 -ERROR: compilation failed for package ‘ctsem’ -* removing ‘/tmp/workdir/ctsem/old/ctsem.Rcheck/ctsem’ ``` -# EcoEnsemble +# TCIU
-* Version: 1.1.2 -* GitHub: https://github.com/CefasRepRes/EcoEnsemble -* Source code: https://github.com/cran/EcoEnsemble -* Date/Publication: 2025-03-18 18:20:02 UTC -* Number of recursive dependencies: 87 +* Version: 1.2.8 +* GitHub: https://github.com/SOCR/TCIU +* Source code: https://github.com/cran/TCIU +* Date/Publication: 2026-01-26 03:30:02 UTC +* Number of recursive dependencies: 161 -Run `revdepcheck::cloud_details(, "EcoEnsemble")` for more info +Run `revdepcheck::cloud_details(, "TCIU")` for more info
## In both -* checking whether package ‘EcoEnsemble’ can be installed ... ERROR +* checking whether package ‘TCIU’ can be installed ... ERROR ``` Installation failed. - See ‘/tmp/workdir/EcoEnsemble/new/EcoEnsemble.Rcheck/00install.out’ for details. + See ‘/tmp/workdir/TCIU/new/TCIU.Rcheck/00install.out’ for details. ``` ## Installation @@ -389,471 +11274,524 @@ Run `revdepcheck::cloud_details(, "EcoEnsemble")` for more info ### Devel ``` -* installing *source* package ‘EcoEnsemble’ ... -** package ‘EcoEnsemble’ successfully unpacked and MD5 sums checked +* installing *source* package ‘TCIU’ ... +** package ‘TCIU’ successfully unpacked and MD5 sums checked ** using staged installation ** libs -using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ -using C++17 - - -g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I"../inst/include" -I"/usr/local/lib/R/site-library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/usr/local/lib/R/site-library/BH/include' -I'/usr/local/lib/R/site-library/Rcpp/include' -I'/usr/local/lib/R/site-library/RcppEigen/include' -I'/usr/local/lib/R/site-library/RcppParallel/include' -I'/usr/local/lib/R/site-library/rstan/include' -I'/usr/local/lib/R/site-library/StanHeaders/include' -I/usr/local/include -I'/usr/local/lib/R/site-library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c KF_back.cpp -o KF_back.o -In file included from /usr/local/lib/R/site-library/RcppEigen/include/Eigen/Core:205, +using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using Fortran compiler: ‘GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +gcc -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c GLS.c -o GLS.o +gcc -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c RC_interface.c -o RC_interface.o +gcc -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c complex_Sig_gen.c -o complex_Sig_gen.o +gcc -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c complex_Sig_sig2I.c -o complex_Sig_sig2I.o ... -/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:0: required from ‘double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_ensemble_model_hierarchical_namespace::model_ensemble_model_hierarchical; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]’ -/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:0: required from here -/usr/local/lib/R/site-library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__m128d’} [-Wignored-attributes] - 654 | return internal::first_aligned::alignment),Derived>(m); - | ^~~~~~~~~ -g++: fatal error: Killed signal terminated program cc1plus -compilation terminated. -make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:202: stanExports_ensemble_model_hierarchical.o] Error 1 -ERROR: compilation failed for package ‘EcoEnsemble’ -* removing ‘/tmp/workdir/EcoEnsemble/new/EcoEnsemble.Rcheck/EcoEnsemble’ +*** moving datasets to lazyload DB +** demo +** inst +** byte-compile and prepare package for lazy loading +Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : + there is no package called ‘gsl’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘TCIU’ +* removing ‘/tmp/workdir/TCIU/new/TCIU.Rcheck/TCIU’ ``` ### CRAN ``` -* installing *source* package ‘EcoEnsemble’ ... -** package ‘EcoEnsemble’ successfully unpacked and MD5 sums checked +* installing *source* package ‘TCIU’ ... +** package ‘TCIU’ successfully unpacked and MD5 sums checked ** using staged installation ** libs -using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ -using C++17 - - -g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I"../inst/include" -I"/usr/local/lib/R/site-library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/usr/local/lib/R/site-library/BH/include' -I'/usr/local/lib/R/site-library/Rcpp/include' -I'/usr/local/lib/R/site-library/RcppEigen/include' -I'/usr/local/lib/R/site-library/RcppParallel/include' -I'/usr/local/lib/R/site-library/rstan/include' -I'/usr/local/lib/R/site-library/StanHeaders/include' -I/usr/local/include -I'/usr/local/lib/R/site-library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c KF_back.cpp -o KF_back.o -In file included from /usr/local/lib/R/site-library/RcppEigen/include/Eigen/Core:205, +using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +using Fortran compiler: ‘GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +gcc -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c GLS.c -o GLS.o +gcc -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c RC_interface.c -o RC_interface.o +gcc -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c complex_Sig_gen.c -o complex_Sig_gen.o +gcc -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c complex_Sig_sig2I.c -o complex_Sig_sig2I.o ... -/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:0: required from ‘double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_ensemble_model_hierarchical_namespace::model_ensemble_model_hierarchical; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]’ -/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:0: required from here -/usr/local/lib/R/site-library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__m128d’} [-Wignored-attributes] - 654 | return internal::first_aligned::alignment),Derived>(m); - | ^~~~~~~~~ -g++: fatal error: Killed signal terminated program cc1plus -compilation terminated. -make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:202: stanExports_ensemble_model_hierarchical.o] Error 1 -ERROR: compilation failed for package ‘EcoEnsemble’ -* removing ‘/tmp/workdir/EcoEnsemble/old/EcoEnsemble.Rcheck/EcoEnsemble’ +*** moving datasets to lazyload DB +** demo +** inst +** byte-compile and prepare package for lazy loading +Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : + there is no package called ‘gsl’ +Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: lazy loading failed for package ‘TCIU’ +* removing ‘/tmp/workdir/TCIU/old/TCIU.Rcheck/TCIU’ ``` -# fio +# TDAkit
-* Version: 0.1.6 -* GitHub: https://github.com/albersonmiranda/fio -* Source code: https://github.com/cran/fio -* Date/Publication: 2025-04-06 07:50:02 UTC -* Number of recursive dependencies: 87 +* Version: 0.1.3 +* GitHub: NA +* Source code: https://github.com/cran/TDAkit +* Date/Publication: 2025-09-21 22:10:13 UTC +* Number of recursive dependencies: 82 -Run `revdepcheck::cloud_details(, "fio")` for more info +Run `revdepcheck::cloud_details(, "TDAkit")` for more info
-## In both - -* checking whether package ‘fio’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/fio/new/fio.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘fio’ ... -** package ‘fio’ successfully unpacked and MD5 sums checked -** using staged installation -Error in eval(ei, envir) : ------------------- [UNSUPPORTED RUST VERSION]------------------ -- Minimum supported Rust version is 1.77. -- Installed Rust version is 1.75.0. ---------------------------------------------------------------- -Calls: source -> withVisible -> eval -> eval -Execution halted -ERROR: configuration failed for package ‘fio’ -* removing ‘/tmp/workdir/fio/new/fio.Rcheck/fio’ +* using log directory ‘/tmp/workdir/TDAkit/new/TDAkit.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘TDAkit/DESCRIPTION’ ... OK +... +* this is package ‘TDAkit’ version ‘0.1.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` ### CRAN ``` -* installing *source* package ‘fio’ ... -** package ‘fio’ successfully unpacked and MD5 sums checked -** using staged installation -Error in eval(ei, envir) : ------------------- [UNSUPPORTED RUST VERSION]------------------ -- Minimum supported Rust version is 1.77. -- Installed Rust version is 1.75.0. ---------------------------------------------------------------- -Calls: source -> withVisible -> eval -> eval -Execution halted -ERROR: configuration failed for package ‘fio’ -* removing ‘/tmp/workdir/fio/old/fio.Rcheck/fio’ +* using log directory ‘/tmp/workdir/TDAkit/old/TDAkit.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘TDAkit/DESCRIPTION’ ... OK +... +* this is package ‘TDAkit’ version ‘0.1.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` -# GGally +# TELP
-* Version: 2.2.1 -* GitHub: https://github.com/ggobi/ggally -* Source code: https://github.com/cran/GGally -* Date/Publication: 2024-02-14 00:53:32 UTC -* Number of recursive dependencies: 142 +* Version: 1.0.3 +* GitHub: NA +* Source code: https://github.com/cran/TELP +* Date/Publication: 2025-05-09 15:00:05 UTC +* Number of recursive dependencies: 109 -Run `revdepcheck::cloud_details(, "GGally")` for more info +Run `revdepcheck::cloud_details(, "TELP")` for more info
-## Newly broken - -* checking whether package ‘GGally’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/GGally/new/GGally.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘GGally’ ... -** package ‘GGally’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in eval(exprs[i], envir) : object 'is.rel' not found -Error: unable to load R code in package ‘GGally’ -Execution halted -ERROR: lazy loading failed for package ‘GGally’ -* removing ‘/tmp/workdir/GGally/new/GGally.Rcheck/GGally’ +* using log directory ‘/tmp/workdir/TELP/new/TELP.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘TELP/DESCRIPTION’ ... OK +... +* checking extension type ... Package +* this is package ‘TELP’ version ‘1.0.3’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'arules', 'arulesViz' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` ### CRAN ``` -* installing *source* package ‘GGally’ ... -** package ‘GGally’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -** building package indices -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (GGally) +* using log directory ‘/tmp/workdir/TELP/old/TELP.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘TELP/DESCRIPTION’ ... OK +... +* checking extension type ... Package +* this is package ‘TELP’ version ‘1.0.3’ +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Packages required but not available: 'arules', 'arulesViz' + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` -# ggmosaic +# tepr
-* Version: 0.3.3 -* GitHub: https://github.com/haleyjeppson/ggmosaic -* Source code: https://github.com/cran/ggmosaic -* Date/Publication: 2021-02-23 19:50:02 UTC -* Number of recursive dependencies: 73 +* Version: 1.1.15 +* GitHub: NA +* Source code: https://github.com/cran/tepr +* Date/Publication: 2026-03-06 10:20:02 UTC +* Number of recursive dependencies: 123 -Run `revdepcheck::cloud_details(, "ggmosaic")` for more info +Run `revdepcheck::cloud_details(, "tepr")` for more info
-## Newly broken +## Error before installation -* checking whether package ‘ggmosaic’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/ggmosaic/new/ggmosaic.Rcheck/00install.out’ for details. - ``` +### Devel + +``` +* using log directory ‘/tmp/workdir/tepr/new/tepr.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘tepr/DESCRIPTION’ ... OK +... +* this is package ‘tepr’ version ‘1.1.15’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘rtracklayer’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR -## Newly fixed -* checking dependencies in R code ... NOTE - ``` - ':::' call which should be '::': ‘scales:::censor’ - See the note in ?`:::` about the use of this operator. - Unexported object imported by a ':::' call: ‘productplots:::bound’ - See the note in ?`:::` about the use of this operator. - ``` -## Installation -### Devel ``` -* installing *source* package ‘ggmosaic’ ... -** package ‘ggmosaic’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in get(x, envir = ns, inherits = FALSE) : - object 'is.waive' not found -Error: unable to load R code in package ‘ggmosaic’ -Execution halted -ERROR: lazy loading failed for package ‘ggmosaic’ -* removing ‘/tmp/workdir/ggmosaic/new/ggmosaic.Rcheck/ggmosaic’ +### CRAN + +``` +* using log directory ‘/tmp/workdir/tepr/old/tepr.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘tepr/DESCRIPTION’ ... OK +... +* this is package ‘tepr’ version ‘1.1.15’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘rtracklayer’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR -``` -### CRAN -``` -* installing *source* package ‘ggmosaic’ ... -** package ‘ggmosaic’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (ggmosaic) ``` -# ggmulti +# TestAnaAPP
-* Version: 1.0.7 -* GitHub: NA -* Source code: https://github.com/cran/ggmulti -* Date/Publication: 2024-04-09 09:40:05 UTC -* Number of recursive dependencies: 123 +* Version: 1.1.2 +* GitHub: https://github.com/jiangyouxiang/TestAnaAPP +* Source code: https://github.com/cran/TestAnaAPP +* Date/Publication: 2024-11-09 04:00:02 UTC +* Number of recursive dependencies: 274 -Run `revdepcheck::cloud_details(, "ggmulti")` for more info +Run `revdepcheck::cloud_details(, "TestAnaAPP")` for more info
-## Newly broken - -* checking whether package ‘ggmulti’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/ggmulti/new/ggmulti.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘ggmulti’ ... -** package ‘ggmulti’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in get(x, envir = ns, inherits = FALSE) : - object 'new_aes' not found -Error: unable to load R code in package ‘ggmulti’ -Execution halted -ERROR: lazy loading failed for package ‘ggmulti’ -* removing ‘/tmp/workdir/ggmulti/new/ggmulti.Rcheck/ggmulti’ +* using log directory ‘/tmp/workdir/TestAnaAPP/new/TestAnaAPP.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘TestAnaAPP/DESCRIPTION’ ... OK +... +* this is package ‘TestAnaAPP’ version ‘1.1.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘semPlot’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` ### CRAN ``` -* installing *source* package ‘ggmulti’ ... -** package ‘ggmulti’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (ggmulti) +* using log directory ‘/tmp/workdir/TestAnaAPP/old/TestAnaAPP.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘TestAnaAPP/DESCRIPTION’ ... OK +... +* this is package ‘TestAnaAPP’ version ‘1.1.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘semPlot’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` -# ggRandomForests +# tidybins
-* Version: 2.2.1 -* GitHub: https://github.com/ehrlinger/ggRandomForests -* Source code: https://github.com/cran/ggRandomForests -* Date/Publication: 2022-09-01 09:10:45 UTC -* Number of recursive dependencies: 96 +* Version: 0.1.2 +* GitHub: https://github.com/Harrison4192/tidybins +* Source code: https://github.com/cran/tidybins +* Date/Publication: 2026-03-05 12:30:02 UTC +* Number of recursive dependencies: 222 -Run `revdepcheck::cloud_details(, "ggRandomForests")` for more info +Run `revdepcheck::cloud_details(, "tidybins")` for more info
-## In both - -* checking whether package ‘ggRandomForests’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/ggRandomForests/new/ggRandomForests.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘ggRandomForests’ ... -** package ‘ggRandomForests’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error: object ‘var.select’ is not exported by 'namespace:randomForestSRC' -Execution halted -ERROR: lazy loading failed for package ‘ggRandomForests’ -* removing ‘/tmp/workdir/ggRandomForests/new/ggRandomForests.Rcheck/ggRandomForests’ +* using log directory ‘/tmp/workdir/tidybins/new/tidybins.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘tidybins/DESCRIPTION’ ... OK +... +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 3 NOTEs + + + ``` ### CRAN ``` -* installing *source* package ‘ggRandomForests’ ... -** package ‘ggRandomForests’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error: object ‘var.select’ is not exported by 'namespace:randomForestSRC' -Execution halted -ERROR: lazy loading failed for package ‘ggRandomForests’ -* removing ‘/tmp/workdir/ggRandomForests/old/ggRandomForests.Rcheck/ggRandomForests’ +* using log directory ‘/tmp/workdir/tidybins/old/tidybins.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘tidybins/DESCRIPTION’ ... OK +... +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 3 NOTEs + + + ``` -# ggtern +# tidycomm
-* Version: 3.5.0 -* GitHub: NA -* Source code: https://github.com/cran/ggtern -* Date/Publication: 2024-03-24 21:50:02 UTC -* Number of recursive dependencies: 39 +* Version: 0.4.2 +* GitHub: https://github.com/tidycomm/tidycomm +* Source code: https://github.com/cran/tidycomm +* Date/Publication: 2025-08-27 12:00:02 UTC +* Number of recursive dependencies: 148 -Run `revdepcheck::cloud_details(, "ggtern")` for more info +Run `revdepcheck::cloud_details(, "tidycomm")` for more info
-## Newly broken - -* checking whether package ‘ggtern’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/ggtern/new/ggtern.Rcheck/00install.out’ for details. - ``` - -## Newly fixed +## Error before installation -* checking Rd cross-references ... NOTE - ``` - Package unavailable to check Rd xrefs: ‘chemometrics’ - ``` +### Devel -## In both +``` +* using log directory ‘/tmp/workdir/tidycomm/new/tidycomm.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘tidycomm/DESCRIPTION’ ... OK +... +* this is package ‘tidycomm’ version ‘0.4.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘MBESS’ -* checking package dependencies ... NOTE - ``` - Package which this enhances but not available for checking: ‘sp’ - ``` +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR -## Installation -### Devel -``` -* installing *source* package ‘ggtern’ ... -** package ‘ggtern’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -** demo -** inst -** byte-compile and prepare package for lazy loading -Error in get(x, envir = ns, inherits = FALSE) : - object 'is.zero' not found -Error: unable to load R code in package ‘ggtern’ -Execution halted -ERROR: lazy loading failed for package ‘ggtern’ -* removing ‘/tmp/workdir/ggtern/new/ggtern.Rcheck/ggtern’ ``` ### CRAN ``` -* installing *source* package ‘ggtern’ ... -** package ‘ggtern’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -** demo -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -** building package indices -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (ggtern) +* using log directory ‘/tmp/workdir/tidycomm/old/tidycomm.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘tidycomm/DESCRIPTION’ ... OK +... +* this is package ‘tidycomm’ version ‘0.4.2’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘MBESS’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` -# metabolic +# tidylearn
-* Version: 0.1.2 -* GitHub: https://github.com/fmmattioni/metabolic -* Source code: https://github.com/cran/metabolic -* Date/Publication: 2023-10-10 07:40:02 UTC -* Number of recursive dependencies: 136 +* Version: 0.3.0 +* GitHub: https://github.com/ces0491/tidylearn +* Source code: https://github.com/cran/tidylearn +* Date/Publication: 2026-04-09 09:30:02 UTC +* Number of recursive dependencies: 272 -Run `revdepcheck::cloud_details(, "metabolic")` for more info +Run `revdepcheck::cloud_details(, "tidylearn")` for more info
@@ -862,27 +11800,27 @@ Run `revdepcheck::cloud_details(, "metabolic")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/metabolic/new/metabolic.Rcheck’ +* using log directory ‘/tmp/workdir/tidylearn/new/tidylearn.Rcheck’ * using R version 4.4.0 (2024-04-24) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 -* running under: Ubuntu 24.04.2 LTS +* running under: Ubuntu 24.04.3 LTS * using session charset: UTF-8 * using option ‘--no-manual’ -* checking for file ‘metabolic/DESCRIPTION’ ... OK +* checking for file ‘tidylearn/DESCRIPTION’ ... OK ... -* checking data for non-ASCII characters ... NOTE - Note: found 37 marked UTF-8 strings -* checking LazyData ... OK -* checking data for ASCII and uncompressed saves ... OK +* checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... OK - Running ‘spelling.R’ + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK * DONE -Status: 2 NOTEs +Status: 1 NOTE @@ -892,189 +11830,196 @@ Status: 2 NOTEs ### CRAN ``` -* using log directory ‘/tmp/workdir/metabolic/old/metabolic.Rcheck’ +* using log directory ‘/tmp/workdir/tidylearn/old/tidylearn.Rcheck’ * using R version 4.4.0 (2024-04-24) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 -* running under: Ubuntu 24.04.2 LTS +* running under: Ubuntu 24.04.3 LTS * using session charset: UTF-8 * using option ‘--no-manual’ -* checking for file ‘metabolic/DESCRIPTION’ ... OK +* checking for file ‘tidylearn/DESCRIPTION’ ... OK ... -* checking data for non-ASCII characters ... NOTE - Note: found 37 marked UTF-8 strings -* checking LazyData ... OK -* checking data for ASCII and uncompressed saves ... OK +* checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... OK - Running ‘spelling.R’ + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK * DONE -Status: 2 NOTEs +Status: 1 NOTE ``` -# multinma +# tidySEM
-* Version: 0.8.1 -* GitHub: https://github.com/dmphillippo/multinma -* Source code: https://github.com/cran/multinma -* Date/Publication: 2025-05-31 00:00:02 UTC -* Number of recursive dependencies: 149 +* Version: 0.2.10 +* GitHub: https://github.com/cjvanlissa/tidySEM +* Source code: https://github.com/cran/tidySEM +* Date/Publication: 2026-01-11 06:10:10 UTC +* Number of recursive dependencies: 226 -Run `revdepcheck::cloud_details(, "multinma")` for more info +Run `revdepcheck::cloud_details(, "tidySEM")` for more info
-## In both - -* checking whether package ‘multinma’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/multinma/new/multinma.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘multinma’ ... -** package ‘multinma’ successfully unpacked and MD5 sums checked -** using staged installation -** libs -using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ -using C++17 +* using log directory ‘/tmp/workdir/tidySEM/new/tidySEM.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘tidySEM/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + -g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I"../inst/include" -I"/usr/local/lib/R/site-library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/usr/local/lib/R/site-library/BH/include' -I'/usr/local/lib/R/site-library/Rcpp/include' -I'/usr/local/lib/R/site-library/RcppEigen/include' -I'/usr/local/lib/R/site-library/RcppParallel/include' -I'/usr/local/lib/R/site-library/rstan/include' -I'/usr/local/lib/R/site-library/StanHeaders/include' -I/usr/local/include -I'/usr/local/lib/R/site-library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o -In file included from /usr/local/lib/R/site-library/RcppEigen/include/Eigen/Core:205, -... -/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:0: required from ‘double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_survival_param_namespace::model_survival_param; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]’ -/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:0: required from here -/usr/local/lib/R/site-library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__m128d’} [-Wignored-attributes] - 654 | return internal::first_aligned::alignment),Derived>(m); - | ^~~~~~~~~ -g++: fatal error: Killed signal terminated program cc1plus -compilation terminated. -make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:202: stanExports_survival_param.o] Error 1 -ERROR: compilation failed for package ‘multinma’ -* removing ‘/tmp/workdir/multinma/new/multinma.Rcheck/multinma’ ``` ### CRAN ``` -* installing *source* package ‘multinma’ ... -** package ‘multinma’ successfully unpacked and MD5 sums checked -** using staged installation -** libs -using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ -using C++17 +* using log directory ‘/tmp/workdir/tidySEM/old/tidySEM.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘tidySEM/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 2 NOTEs + -g++ -std=gnu++17 -I"/opt/R/4.4.0/lib/R/include" -DNDEBUG -I"../inst/include" -I"/usr/local/lib/R/site-library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/usr/local/lib/R/site-library/BH/include' -I'/usr/local/lib/R/site-library/Rcpp/include' -I'/usr/local/lib/R/site-library/RcppEigen/include' -I'/usr/local/lib/R/site-library/RcppParallel/include' -I'/usr/local/lib/R/site-library/rstan/include' -I'/usr/local/lib/R/site-library/StanHeaders/include' -I/usr/local/include -I'/usr/local/lib/R/site-library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -g -O2 -c RcppExports.cpp -o RcppExports.o -In file included from /usr/local/lib/R/site-library/RcppEigen/include/Eigen/Core:205, -... -/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:0: required from ‘double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_survival_param_namespace::model_survival_param; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]’ -/usr/local/lib/R/site-library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:0: required from here -/usr/local/lib/R/site-library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__m128d’} [-Wignored-attributes] - 654 | return internal::first_aligned::alignment),Derived>(m); - | ^~~~~~~~~ -g++: fatal error: Killed signal terminated program cc1plus -compilation terminated. -make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:202: stanExports_survival_param.o] Error 1 -ERROR: compilation failed for package ‘multinma’ -* removing ‘/tmp/workdir/multinma/old/multinma.Rcheck/multinma’ ``` -# MultiTraits +# tinyarray
-* Version: 0.5.0 -* GitHub: NA -* Source code: https://github.com/cran/MultiTraits -* Date/Publication: 2025-04-20 18:40:02 UTC -* Number of recursive dependencies: 137 +* Version: 2.4.3 +* GitHub: https://github.com/xjsun1221/tinyarray +* Source code: https://github.com/cran/tinyarray +* Date/Publication: 2025-03-05 13:20:02 UTC +* Number of recursive dependencies: 254 -Run `revdepcheck::cloud_details(, "MultiTraits")` for more info +Run `revdepcheck::cloud_details(, "tinyarray")` for more info
-## Newly broken - -* checking whether package ‘MultiTraits’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/MultiTraits/new/MultiTraits.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘MultiTraits’ ... -** package ‘MultiTraits’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error: .onLoad failed in loadNamespace() for 'ggtern', details: - call: NULL - error: object properties are invalid: -- @lineend must be or , not S3 -Execution halted -ERROR: lazy loading failed for package ‘MultiTraits’ -* removing ‘/tmp/workdir/MultiTraits/new/MultiTraits.Rcheck/MultiTraits’ +* using log directory ‘/tmp/workdir/tinyarray/new/tinyarray.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘tinyarray/DESCRIPTION’ ... OK +... +* this is package ‘tinyarray’ version ‘2.4.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘clusterProfiler’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` ### CRAN ``` -* installing *source* package ‘MultiTraits’ ... -** package ‘MultiTraits’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (MultiTraits) +* using log directory ‘/tmp/workdir/tinyarray/old/tinyarray.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘tinyarray/DESCRIPTION’ ... OK +... +* this is package ‘tinyarray’ version ‘2.4.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘clusterProfiler’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` -# OpenMx +# tourr
-* Version: NA -* GitHub: NA -* Source code: https://github.com/cran/OpenMx -* Number of recursive dependencies: 159 +* Version: 1.2.6 +* GitHub: https://github.com/ggobi/tourr +* Source code: https://github.com/cran/tourr +* Date/Publication: 2025-07-13 23:50:02 UTC +* Number of recursive dependencies: 116 -Run `revdepcheck::cloud_details(, "OpenMx")` for more info +Run `revdepcheck::cloud_details(, "tourr")` for more info
@@ -1083,7 +12028,27 @@ Run `revdepcheck::cloud_details(, "OpenMx")` for more info ### Devel ``` +* using log directory ‘/tmp/workdir/tourr/new/tourr.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘tourr/DESCRIPTION’ ... OK +... +* this is package ‘tourr’ version ‘1.2.6’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR @@ -1093,91 +12058,129 @@ Run `revdepcheck::cloud_details(, "OpenMx")` for more info ### CRAN ``` +* using log directory ‘/tmp/workdir/tourr/old/tourr.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘tourr/DESCRIPTION’ ... OK +... +* this is package ‘tourr’ version ‘1.2.6’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘energy’ +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR ``` -# pacta.loanbook +# TransProR
-* Version: 0.1.0 -* GitHub: https://github.com/RMI-PACTA/pacta.loanbook -* Source code: https://github.com/cran/pacta.loanbook -* Date/Publication: 2025-03-17 20:50:02 UTC -* Number of recursive dependencies: 115 +* Version: 1.0.7 +* GitHub: https://github.com/SSSYDYSSS/TransProR +* Source code: https://github.com/cran/TransProR +* Date/Publication: 2025-09-12 12:10:02 UTC +* Number of recursive dependencies: 201 -Run `revdepcheck::cloud_details(, "pacta.loanbook")` for more info +Run `revdepcheck::cloud_details(, "TransProR")` for more info
-## In both - -* checking whether package ‘pacta.loanbook’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/pacta.loanbook/new/pacta.loanbook.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘pacta.loanbook’ ... -** package ‘pacta.loanbook’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error : 'market_share' is not an exported object from 'namespace:r2dii.plot' -Error: unable to load R code in package ‘pacta.loanbook’ -Execution halted -ERROR: lazy loading failed for package ‘pacta.loanbook’ -* removing ‘/tmp/workdir/pacta.loanbook/new/pacta.loanbook.Rcheck/pacta.loanbook’ +* using log directory ‘/tmp/workdir/TransProR/new/TransProR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘TransProR/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘ggtree’ + +Package suggested but not available for checking: ‘ggtreeExtra’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` ### CRAN ``` -* installing *source* package ‘pacta.loanbook’ ... -** package ‘pacta.loanbook’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error : 'market_share' is not an exported object from 'namespace:r2dii.plot' -Error: unable to load R code in package ‘pacta.loanbook’ -Execution halted -ERROR: lazy loading failed for package ‘pacta.loanbook’ -* removing ‘/tmp/workdir/pacta.loanbook/old/pacta.loanbook.Rcheck/pacta.loanbook’ +* using log directory ‘/tmp/workdir/TransProR/old/TransProR.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘TransProR/DESCRIPTION’ ... OK +... +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘ggtree’ + +Package suggested but not available for checking: ‘ggtreeExtra’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` -# PieGlyph +# TriDimRegression
-* Version: 1.0.0 -* GitHub: https://github.com/rishvish/PieGlyph -* Source code: https://github.com/cran/PieGlyph -* Date/Publication: 2024-06-28 12:00:02 UTC -* Number of recursive dependencies: 87 +* Version: 1.0.3 +* GitHub: https://github.com/alexander-pastukhov/tridim-regression +* Source code: https://github.com/cran/TriDimRegression +* Date/Publication: 2025-10-09 16:50:02 UTC +* Number of recursive dependencies: 91 -Run `revdepcheck::cloud_details(, "PieGlyph")` for more info +Run `revdepcheck::cloud_details(, "TriDimRegression")` for more info
-## Newly broken +## In both -* checking whether package ‘PieGlyph’ can be installed ... ERROR +* checking whether package ‘TriDimRegression’ can be installed ... ERROR ``` Installation failed. - See ‘/tmp/workdir/PieGlyph/new/PieGlyph.Rcheck/00install.out’ for details. + See ‘/tmp/workdir/TriDimRegression/new/TriDimRegression.Rcheck/00install.out’ for details. ``` ## Installation @@ -1185,386 +12188,381 @@ Run `revdepcheck::cloud_details(, "PieGlyph")` for more info ### Devel ``` -* installing *source* package ‘PieGlyph’ ... -** package ‘PieGlyph’ successfully unpacked and MD5 sums checked +* installing *source* package ‘TriDimRegression’ ... +** package ‘TriDimRegression’ successfully unpacked and MD5 sums checked ** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in get(x, envir = ns, inherits = FALSE) : - object 'is.waive' not found -Error: unable to load R code in package ‘PieGlyph’ +Error in loadNamespace(x) : there is no package called ‘rstantools’ +Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted -ERROR: lazy loading failed for package ‘PieGlyph’ -* removing ‘/tmp/workdir/PieGlyph/new/PieGlyph.Rcheck/PieGlyph’ +ERROR: configuration failed for package ‘TriDimRegression’ +* removing ‘/tmp/workdir/TriDimRegression/new/TriDimRegression.Rcheck/TriDimRegression’ ``` ### CRAN ``` -* installing *source* package ‘PieGlyph’ ... -** package ‘PieGlyph’ successfully unpacked and MD5 sums checked +* installing *source* package ‘TriDimRegression’ ... +** package ‘TriDimRegression’ successfully unpacked and MD5 sums checked ** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (PieGlyph) +Error in loadNamespace(x) : there is no package called ‘rstantools’ +Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: configuration failed for package ‘TriDimRegression’ +* removing ‘/tmp/workdir/TriDimRegression/old/TriDimRegression.Rcheck/TriDimRegression’ ``` -# rmsb +# ufs
-* Version: 1.1-2 +* Version: 25.7.1 * GitHub: NA -* Source code: https://github.com/cran/rmsb -* Date/Publication: 2025-04-13 16:30:02 UTC -* Number of recursive dependencies: 136 +* Source code: https://github.com/cran/ufs +* Date/Publication: 2025-07-29 12:10:02 UTC +* Number of recursive dependencies: 154 -Run `revdepcheck::cloud_details(, "rmsb")` for more info +Run `revdepcheck::cloud_details(, "ufs")` for more info
-## In both - -* checking whether package ‘rmsb’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/rmsb/new/rmsb.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘rmsb’ ... -** package ‘rmsb’ successfully unpacked and MD5 sums checked -** using staged installation -Error in loadNamespace(x) : there is no package called ‘rstantools’ -Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: configuration failed for package ‘rmsb’ -* removing ‘/tmp/workdir/rmsb/new/rmsb.Rcheck/rmsb’ +* using log directory ‘/tmp/workdir/ufs/new/ufs.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ufs/DESCRIPTION’ ... OK +... +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* DONE +Status: 2 NOTEs + + + ``` ### CRAN ``` -* installing *source* package ‘rmsb’ ... -** package ‘rmsb’ successfully unpacked and MD5 sums checked -** using staged installation -Error in loadNamespace(x) : there is no package called ‘rstantools’ -Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: configuration failed for package ‘rmsb’ -* removing ‘/tmp/workdir/rmsb/old/rmsb.Rcheck/rmsb’ +* using log directory ‘/tmp/workdir/ufs/old/ufs.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘ufs/DESCRIPTION’ ... OK +... +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking LazyData ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* DONE +Status: 2 NOTEs -``` -# rshift -
-* Version: 3.1.2 -* GitHub: https://github.com/alexhroom/rshift -* Source code: https://github.com/cran/rshift -* Date/Publication: 2025-04-06 18:40:02 UTC -* Number of recursive dependencies: 34 -Run `revdepcheck::cloud_details(, "rshift")` for more info +``` +# VecDep -
+
+ +* Version: 0.1.3 +* GitHub: https://github.com/StevenDeKeyser98/VecDep +* Source code: https://github.com/cran/VecDep +* Date/Publication: 2024-11-14 13:50:19 UTC +* Number of recursive dependencies: 94 -## In both +Run `revdepcheck::cloud_details(, "VecDep")` for more info -* checking whether package ‘rshift’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/rshift/new/rshift.Rcheck/00install.out’ for details. - ``` +
-## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘rshift’ ... -** package ‘rshift’ successfully unpacked and MD5 sums checked -** using staged installation -Using cargo 1.75.0 -Using rustc 1.75.0 (82e1608df 2023-12-21) (built from a source tarball) -Building for CRAN. -Writing `src/Makevars`. -`tools/config.R` has finished. -** libs -using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +* using log directory ‘/tmp/workdir/VecDep/new/VecDep.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘VecDep/DESCRIPTION’ ... OK ... -export CARGO_HOME=/tmp/workdir/rshift/new/rshift.Rcheck/00_pkg_src/rshift/src/.cargo && \ -export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.cargo/bin" && \ -RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target -error: failed to parse lock file at: /tmp/workdir/rshift/new/rshift.Rcheck/00_pkg_src/rshift/src/rust/Cargo.lock +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘HAC’ + +Package suggested but not available for checking: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + -Caused by: - lock file version 4 requires `-Znext-lockfile-bump` -make: *** [Makevars:28: rust/target/release/librshift.a] Error 101 -ERROR: compilation failed for package ‘rshift’ -* removing ‘/tmp/workdir/rshift/new/rshift.Rcheck/rshift’ ``` ### CRAN ``` -* installing *source* package ‘rshift’ ... -** package ‘rshift’ successfully unpacked and MD5 sums checked -** using staged installation -Using cargo 1.75.0 -Using rustc 1.75.0 (82e1608df 2023-12-21) (built from a source tarball) -Building for CRAN. -Writing `src/Makevars`. -`tools/config.R` has finished. -** libs -using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ +* using log directory ‘/tmp/workdir/VecDep/old/VecDep.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘VecDep/DESCRIPTION’ ... OK ... -export CARGO_HOME=/tmp/workdir/rshift/old/rshift.Rcheck/00_pkg_src/rshift/src/.cargo && \ -export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.cargo/bin" && \ -RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target -error: failed to parse lock file at: /tmp/workdir/rshift/old/rshift.Rcheck/00_pkg_src/rshift/src/rust/Cargo.lock +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘HAC’ + +Package suggested but not available for checking: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + -Caused by: - lock file version 4 requires `-Znext-lockfile-bump` -make: *** [Makevars:28: rust/target/release/librshift.a] Error 101 -ERROR: compilation failed for package ‘rshift’ -* removing ‘/tmp/workdir/rshift/old/rshift.Rcheck/rshift’ ``` -# RSP +# VizModules
-* Version: 0.4 +* Version: NA * GitHub: NA -* Source code: https://github.com/cran/RSP -* Date/Publication: 2023-09-24 21:00:02 UTC -* Number of recursive dependencies: 243 +* Source code: https://github.com/cran/VizModules +* Number of recursive dependencies: 132 -Run `revdepcheck::cloud_details(, "RSP")` for more info +Run `revdepcheck::cloud_details(, "VizModules")` for more info
-## In both - -* checking whether package ‘RSP’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/RSP/new/RSP.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘RSP’ ... -** package ‘RSP’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : - there is no package called ‘OpenMx’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘RSP’ -* removing ‘/tmp/workdir/RSP/new/RSP.Rcheck/RSP’ + + + + ``` ### CRAN ``` -* installing *source* package ‘RSP’ ... -** package ‘RSP’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : - there is no package called ‘OpenMx’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘RSP’ -* removing ‘/tmp/workdir/RSP/old/RSP.Rcheck/RSP’ + + + + ``` -# rstanarm +# WINS
-* Version: 2.32.1 -* GitHub: https://github.com/stan-dev/rstanarm -* Source code: https://github.com/cran/rstanarm -* Date/Publication: 2024-01-18 23:00:03 UTC -* Number of recursive dependencies: 139 +* Version: 1.5.1 +* GitHub: NA +* Source code: https://github.com/cran/WINS +* Date/Publication: 2025-07-02 06:30:02 UTC +* Number of recursive dependencies: 109 -Run `revdepcheck::cloud_details(, "rstanarm")` for more info +Run `revdepcheck::cloud_details(, "WINS")` for more info
-## In both - -* checking whether package ‘rstanarm’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/rstanarm/new/rstanarm.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘rstanarm’ ... -** package ‘rstanarm’ successfully unpacked and MD5 sums checked -** using staged installation -** libs -using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ -using C++17 -"/opt/R/4.4.0/lib/R/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/bernoulli.stan -Wrote C++ file "stan_files/bernoulli.cc" +* using log directory ‘/tmp/workdir/WINS/new/WINS.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘WINS/DESCRIPTION’ ... OK +... +* this is package ‘WINS’ version ‘1.5.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + -... -/usr/local/lib/R/site-library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:0: required from here -/usr/local/lib/R/site-library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__m128d’} [-Wignored-attributes] - 654 | return internal::first_aligned::alignment),Derived>(m); - | ^~~~~~~~~ -g++: fatal error: Killed signal terminated program cc1plus -compilation terminated. -make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:202: stan_files/continuous.o] Error 1 -rm stan_files/bernoulli.cc stan_files/binomial.cc stan_files/continuous.cc -ERROR: compilation failed for package ‘rstanarm’ -* removing ‘/tmp/workdir/rstanarm/new/rstanarm.Rcheck/rstanarm’ ``` ### CRAN ``` -* installing *source* package ‘rstanarm’ ... -** package ‘rstanarm’ successfully unpacked and MD5 sums checked -** using staged installation -** libs -using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ -using C++17 -"/opt/R/4.4.0/lib/R/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/bernoulli.stan -Wrote C++ file "stan_files/bernoulli.cc" +* using log directory ‘/tmp/workdir/WINS/old/WINS.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘WINS/DESCRIPTION’ ... OK +... +* this is package ‘WINS’ version ‘1.5.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘copula’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + -... -/usr/local/lib/R/site-library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:0: required from here -/usr/local/lib/R/site-library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__m128d’} [-Wignored-attributes] - 654 | return internal::first_aligned::alignment),Derived>(m); - | ^~~~~~~~~ -g++: fatal error: Killed signal terminated program cc1plus -compilation terminated. -make: *** [/opt/R/4.4.0/lib/R/etc/Makeconf:202: stan_files/continuous.o] Error 1 -rm stan_files/bernoulli.cc stan_files/binomial.cc stan_files/continuous.cc -ERROR: compilation failed for package ‘rstanarm’ -* removing ‘/tmp/workdir/rstanarm/old/rstanarm.Rcheck/rstanarm’ ``` -# scplot +# wmwAUC
-* Version: 0.5.1 -* GitHub: NA -* Source code: https://github.com/cran/scplot -* Date/Publication: 2025-03-01 13:10:03 UTC -* Number of recursive dependencies: 114 +* Version: 0.2.0 +* GitHub: https://github.com/grendar/wmwAUC +* Source code: https://github.com/cran/wmwAUC +* Date/Publication: 2025-12-19 14:20:02 UTC +* Number of recursive dependencies: 144 -Run `revdepcheck::cloud_details(, "scplot")` for more info +Run `revdepcheck::cloud_details(, "wmwAUC")` for more info
-## Newly broken - -* checking whether package ‘scplot’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/scplot/new/scplot.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘scplot’ ... -** package ‘scplot’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Warning: The `size` argument of `element_rect()` is deprecated as of ggplot2 3.4.0. -ℹ Please use the `linewidth` argument instead. -ℹ The deprecated feature was likely used in the scplot package. - Please report the issue to the authors. -Error in `class<-`(`*tmp*`, value = "list") : - cannot coerce type 'object' to vector of type 'list' -Error: unable to load R code in package ‘scplot’ -Execution halted -ERROR: lazy loading failed for package ‘scplot’ -* removing ‘/tmp/workdir/scplot/new/scplot.Rcheck/scplot’ +* using log directory ‘/tmp/workdir/wmwAUC/new/wmwAUC.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘wmwAUC/DESCRIPTION’ ... OK +... +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: OK + + + ``` ### CRAN ``` -* installing *source* package ‘scplot’ ... -** package ‘scplot’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (scplot) +* using log directory ‘/tmp/workdir/wmwAUC/old/wmwAUC.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘wmwAUC/DESCRIPTION’ ... OK +... +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* DONE +Status: OK + + + ``` -# StatTeacherAssistant +# woylier
-* Version: NA -* GitHub: NA -* Source code: https://github.com/cran/StatTeacherAssistant -* Number of recursive dependencies: 123 +* Version: 0.0.9 +* GitHub: https://github.com/numbats/woylier +* Source code: https://github.com/cran/woylier +* Date/Publication: 2024-10-01 09:40:02 UTC +* Number of recursive dependencies: 96 -Run `revdepcheck::cloud_details(, "StatTeacherAssistant")` for more info +Run `revdepcheck::cloud_details(, "woylier")` for more info
@@ -1573,7 +12571,27 @@ Run `revdepcheck::cloud_details(, "StatTeacherAssistant")` for more info ### Devel ``` - +* using log directory ‘/tmp/workdir/woylier/new/woylier.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘woylier/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK @@ -1583,24 +12601,44 @@ Run `revdepcheck::cloud_details(, "StatTeacherAssistant")` for more info ### CRAN ``` - +* using log directory ‘/tmp/workdir/woylier/old/woylier.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘woylier/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: OK ``` -# streamDAG +# WQM
-* Version: 1.5-9 +* Version: 0.1.4 * GitHub: NA -* Source code: https://github.com/cran/streamDAG -* Date/Publication: 2025-01-14 21:50:02 UTC -* Number of recursive dependencies: 137 +* Source code: https://github.com/cran/WQM +* Date/Publication: 2024-10-11 08:00:18 UTC +* Number of recursive dependencies: 76 -Run `revdepcheck::cloud_details(, "streamDAG")` for more info +Run `revdepcheck::cloud_details(, "WQM")` for more info
@@ -1609,25 +12647,27 @@ Run `revdepcheck::cloud_details(, "streamDAG")` for more info ### Devel ``` -* using log directory ‘/tmp/workdir/streamDAG/new/streamDAG.Rcheck’ +* using log directory ‘/tmp/workdir/WQM/new/WQM.Rcheck’ * using R version 4.4.0 (2024-04-24) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 -* running under: Ubuntu 24.04.2 LTS +* running under: Ubuntu 24.04.3 LTS * using session charset: UTF-8 * using option ‘--no-manual’ -* checking for file ‘streamDAG/DESCRIPTION’ ... OK -* this is package ‘streamDAG’ version ‘1.5-9’ -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘asbio’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. +* checking for file ‘WQM/DESCRIPTION’ ... OK +... +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking whether package ‘WQM’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/WQM/new/WQM.Rcheck/00install.out’ for details. * DONE -Status: 1 ERROR +Status: 1 ERROR, 1 NOTE @@ -1637,350 +12677,217 @@ Status: 1 ERROR ### CRAN ``` -* using log directory ‘/tmp/workdir/streamDAG/old/streamDAG.Rcheck’ +* using log directory ‘/tmp/workdir/WQM/old/WQM.Rcheck’ * using R version 4.4.0 (2024-04-24) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 -* running under: Ubuntu 24.04.2 LTS +* running under: Ubuntu 24.04.3 LTS * using session charset: UTF-8 * using option ‘--no-manual’ -* checking for file ‘streamDAG/DESCRIPTION’ ... OK -* this is package ‘streamDAG’ version ‘1.5-9’ -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘asbio’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. +* checking for file ‘WQM/DESCRIPTION’ ... OK +... +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking whether package ‘WQM’ can be installed ... ERROR +Installation failed. +See ‘/tmp/workdir/WQM/old/WQM.Rcheck/00install.out’ for details. * DONE -Status: 1 ERROR +Status: 1 ERROR, 1 NOTE ``` -# TestAnaAPP +# xxdi
-* Version: 1.1.2 -* GitHub: https://github.com/jiangyouxiang/TestAnaAPP -* Source code: https://github.com/cran/TestAnaAPP -* Date/Publication: 2024-11-09 04:00:02 UTC -* Number of recursive dependencies: 263 +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/xxdi +* Number of recursive dependencies: 32 -Run `revdepcheck::cloud_details(, "TestAnaAPP")` for more info +Run `revdepcheck::cloud_details(, "xxdi")` for more info
-## In both - -* checking whether package ‘TestAnaAPP’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/TestAnaAPP/new/TestAnaAPP.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘TestAnaAPP’ ... -** package ‘TestAnaAPP’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : - there is no package called ‘OpenMx’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘TestAnaAPP’ -* removing ‘/tmp/workdir/TestAnaAPP/new/TestAnaAPP.Rcheck/TestAnaAPP’ - - -``` -### CRAN - -``` -* installing *source* package ‘TestAnaAPP’ ... -** package ‘TestAnaAPP’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : - there is no package called ‘OpenMx’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘TestAnaAPP’ -* removing ‘/tmp/workdir/TestAnaAPP/old/TestAnaAPP.Rcheck/TestAnaAPP’ - - -``` -# tidydr - -
- -* Version: 0.0.5 -* GitHub: https://github.com/YuLab-SMU/tidydr -* Source code: https://github.com/cran/tidydr -* Date/Publication: 2023-03-08 09:20:02 UTC -* Number of recursive dependencies: 75 -Run `revdepcheck::cloud_details(, "tidydr")` for more info -
-## Newly broken -* checking whether package ‘tidydr’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/tidydr/new/tidydr.Rcheck/00install.out’ for details. - ``` -## Installation -### Devel +``` +### CRAN ``` -* installing *source* package ‘tidydr’ ... -** package ‘tidydr’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in get(x, envir = ns, inherits = FALSE) : - object 'len0_null' not found -Error: unable to load R code in package ‘tidydr’ -Execution halted -ERROR: lazy loading failed for package ‘tidydr’ -* removing ‘/tmp/workdir/tidydr/new/tidydr.Rcheck/tidydr’ -``` -### CRAN -``` -* installing *source* package ‘tidydr’ ... -** package ‘tidydr’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (tidydr) + ``` -# tricolore +# XYomics
-* Version: 1.2.4 -* GitHub: https://github.com/jschoeley/tricolore -* Source code: https://github.com/cran/tricolore -* Date/Publication: 2024-05-15 15:00:02 UTC -* Number of recursive dependencies: 104 +* Version: 0.1.3 +* GitHub: NA +* Source code: https://github.com/cran/XYomics +* Date/Publication: 2026-01-08 19:30:09 UTC +* Number of recursive dependencies: 213 -Run `revdepcheck::cloud_details(, "tricolore")` for more info +Run `revdepcheck::cloud_details(, "XYomics")` for more info
-## Newly broken +## Error before installation -* checking whether package ‘tricolore’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/tricolore/new/tricolore.Rcheck/00install.out’ for details. - ``` +### Devel -## Newly fixed +``` +* using log directory ‘/tmp/workdir/XYomics/new/XYomics.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘XYomics/DESCRIPTION’ ... OK +... +* this is package ‘XYomics’ version ‘0.1.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘clusterProfiler’ -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 2 marked UTF-8 strings - ``` +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR -## Installation -### Devel -``` -* installing *source* package ‘tricolore’ ... -** package ‘tricolore’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error: .onLoad failed in loadNamespace() for 'ggtern', details: - call: NULL - error: object properties are invalid: -- @lineend must be or , not S3 -Execution halted -ERROR: lazy loading failed for package ‘tricolore’ -* removing ‘/tmp/workdir/tricolore/new/tricolore.Rcheck/tricolore’ ``` ### CRAN ``` -* installing *source* package ‘tricolore’ ... -** package ‘tricolore’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (tricolore) +* using log directory ‘/tmp/workdir/XYomics/old/XYomics.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘XYomics/DESCRIPTION’ ... OK +... +* this is package ‘XYomics’ version ‘0.1.3’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘clusterProfiler’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + ``` -# TriDimRegression +# zenplots
-* Version: 1.0.2 -* GitHub: https://github.com/alexander-pastukhov/tridim-regression -* Source code: https://github.com/cran/TriDimRegression -* Date/Publication: 2023-09-13 14:10:03 UTC -* Number of recursive dependencies: 95 +* Version: 1.0.7 +* GitHub: https://github.com/great-northern-diver/zenplots +* Source code: https://github.com/cran/zenplots +* Date/Publication: 2025-09-09 07:50:03 UTC +* Number of recursive dependencies: 115 -Run `revdepcheck::cloud_details(, "TriDimRegression")` for more info +Run `revdepcheck::cloud_details(, "zenplots")` for more info
-## In both - -* checking whether package ‘TriDimRegression’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/TriDimRegression/new/TriDimRegression.Rcheck/00install.out’ for details. - ``` - -## Installation +## Error before installation ### Devel ``` -* installing *source* package ‘TriDimRegression’ ... -** package ‘TriDimRegression’ successfully unpacked and MD5 sums checked -** using staged installation -Error in loadNamespace(x) : there is no package called ‘rstantools’ -Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: configuration failed for package ‘TriDimRegression’ -* removing ‘/tmp/workdir/TriDimRegression/new/TriDimRegression.Rcheck/TriDimRegression’ +* using log directory ‘/tmp/workdir/zenplots/new/zenplots.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘zenplots/DESCRIPTION’ ... OK +... +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE -``` -### CRAN -``` -* installing *source* package ‘TriDimRegression’ ... -** package ‘TriDimRegression’ successfully unpacked and MD5 sums checked -** using staged installation -Error in loadNamespace(x) : there is no package called ‘rstantools’ -Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: configuration failed for package ‘TriDimRegression’ -* removing ‘/tmp/workdir/TriDimRegression/old/TriDimRegression.Rcheck/TriDimRegression’ ``` -# xpose - -
- -* Version: 0.4.19 -* GitHub: https://github.com/UUPharmacometrics/xpose -* Source code: https://github.com/cran/xpose -* Date/Publication: 2025-01-07 20:00:02 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::cloud_details(, "xpose")` for more info - -
- -## Newly broken - -* checking whether package ‘xpose’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/xpose/new/xpose.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel +### CRAN ``` -* installing *source* package ‘xpose’ ... -** package ‘xpose’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -Error in get("print.ggplot", envir = asNamespace("ggplot2")) : - object 'print.ggplot' not found -Warning: namespace ‘xpose’ is not available and has been replaced -by .GlobalEnv when processing object ‘xpdb_ex_pk’ +* using log directory ‘/tmp/workdir/zenplots/old/zenplots.Rcheck’ +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu +* R was compiled by + gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 + GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 +* running under: Ubuntu 24.04.3 LTS +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘zenplots/DESCRIPTION’ ... OK ... -Warning: namespace ‘xpose’ is not available and has been replaced -by .GlobalEnv when processing object ‘xpdb_ex_pk’ -** inst -** byte-compile and prepare package for lazy loading -Error in get("print.ggplot", envir = asNamespace("ggplot2")) : - object 'print.ggplot' not found -Error: unable to load R code in package ‘xpose’ -Execution halted -ERROR: lazy loading failed for package ‘xpose’ -* removing ‘/tmp/workdir/xpose/new/xpose.Rcheck/xpose’ +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... OK + Running ‘testthat.R’ +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes ... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 NOTE -``` -### CRAN -``` -* installing *source* package ‘xpose’ ... -** package ‘xpose’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (xpose) ``` diff --git a/revdep/problems.md b/revdep/problems.md index 075f42dd58..f67032a95b 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -1,624 +1,66 @@ -# adklakedata +# ggdibbler
* Version: 0.6.1 -* GitHub: https://github.com/lawinslow/adklakedata -* Source code: https://github.com/cran/adklakedata -* Date/Publication: 2018-02-16 19:08:16 UTC -* Number of recursive dependencies: 61 +* GitHub: https://github.com/harriet-mason/ggdibbler +* Source code: https://github.com/cran/ggdibbler +* Date/Publication: 2025-12-06 13:00:02 UTC +* Number of recursive dependencies: 160 -Run `revdepcheck::cloud_details(, "adklakedata")` for more info +Run `revdepcheck::cloud_details(, "ggdibbler")` for more info
## Newly broken -* checking examples ... ERROR - ``` - Running examples in ‘adklakedata-Ex.R’ failed - The error most likely occurred in: - - > ### Name: adk_lake_shapes - > ### Title: Return path to Lake Polygons Shapefile - > ### Aliases: adk_lake_shapes - > - > ### ** Examples - > - > library(sf) - Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.4.0; sf_use_s2() is TRUE - > bl = read_sf(adklakedata::adk_shape()) - Error in process_cpl_read_ogr(x, quiet, check_ring_dir = check_ring_dir, : - package tibble not available: install first? - Calls: read_sf ... st_read -> st_read.character -> process_cpl_read_ogr - Execution halted - ``` - -## In both - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# adsoRptionCMF - -
- -* Version: 0.1.0 -* GitHub: NA -* Source code: https://github.com/cran/adsoRptionCMF -* Date/Publication: 2025-06-05 10:00:05 UTC -* Number of recursive dependencies: 46 - -Run `revdepcheck::cloud_details(, "adsoRptionCMF")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘adsoRptionCMF-Ex.R’ failed - The error most likely occurred in: - - > ### Name: fit_freundlichLM - > ### Title: Freundlich Isotherm Linear Analysis - > ### Aliases: fit_freundlichLM - > - > ### ** Examples - > - > Ce <- c(0.01353, 0.04648, 0.13239, 0.27714, 0.41600, 0.63607, 0.80435, 1.10327, 1.58223) - ... - 17. │ └─l$compute_geom_2(d, theme = plot@theme) - 18. │ └─ggplot2 (local) compute_geom_2(..., self = self) - 19. │ └─self$geom$use_defaults(...) - 20. │ └─ggplot2 (local) use_defaults(..., self = self) - 21. │ └─ggplot2:::check_aesthetics(new_params, nrow(data)) - 22. │ └─vctrs::list_sizes(x) - 23. └─vctrs:::stop_scalar_type(``(``), "x$label", ``) - 24. └─vctrs:::stop_vctrs(...) - 25. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) - Execution halted - ``` - -# adw - -
- -* Version: 0.4.0 -* GitHub: https://github.com/PanfengZhang/adw -* Source code: https://github.com/cran/adw -* Date/Publication: 2024-04-15 19:10:16 UTC -* Number of recursive dependencies: 59 - -Run `revdepcheck::cloud_details(, "adw")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘adw-Ex.R’ failed - The error most likely occurred in: - - > ### Name: adw - > ### Title: Angular Distance Weighting Interpolation. - > ### Aliases: adw - > - > ### ** Examples - > - > set.seed(2) - ... - 4 111.75 31.25 -0.47570806 - 5 112.25 31.25 -1.57521787 - 6 112.75 31.25 -1.10541492 - > - > # example 2 - > hmap <- cnmap::getMap(code = "410000") |> sf::st_make_valid() # return a 'sf' object. - Error in process_cpl_read_ogr(x, quiet, check_ring_dir = check_ring_dir, : - package tibble not available: install first? - Calls: ... st_read -> st_read.character -> process_cpl_read_ogr - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘Introduction.Rmd’ using rmarkdown - - Quitting from Introduction.Rmd:47-74 [unnamed-chunk-3] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error in `process_cpl_read_ogr()`: - ! package tibble not available: install first? - --- - Backtrace: - ... - - Error: processing vignette 'Introduction.Rmd' failed with diagnostics: - package tibble not available: install first? - --- failed re-building ‘Introduction.Rmd’ - - SUMMARY: processing the following file failed: - ‘Introduction.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# afex - -
- -* Version: 1.4-1 -* GitHub: https://github.com/singmann/afex -* Source code: https://github.com/cran/afex -* Date/Publication: 2024-09-01 16:10:02 UTC -* Number of recursive dependencies: 237 - -Run `revdepcheck::cloud_details(, "afex")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘afex_analysing_accuracy_data.Rmd’ using rmarkdown - ``` - -# AgroR - -
- -* Version: 1.3.6 -* GitHub: NA -* Source code: https://github.com/cran/AgroR -* Date/Publication: 2024-04-24 02:20:18 UTC -* Number of recursive dependencies: 117 - -Run `revdepcheck::cloud_details(, "AgroR")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘AgroR-Ex.R’ failed - The error most likely occurred in: - - > ### Name: TBARPLOT.reverse - > ### Title: Graph: Reverse graph of DICT, DBCT and DQL output when - > ### geom="bar" - > ### Aliases: TBARPLOT.reverse - > ### Keywords: Experimental - > - > ### ** Examples - ... - 3 7.822709e-05 0.59104221 0.46541352 0.3244232 4.189412 - 4 1.496061e-02 0.09984009 0.09849058 0.1332682 6.462590 - 5 1.757687e-04 0.67552390 0.42726077 0.3008609 2.566743 - 6 1.138255e-04 0.70461554 0.37578092 0.6357482 2.093636 - > TBARPLOT.reverse(a) - Warning in geom_text(aes(label = letra, y = media + desvio + sup), position = position_dodge(0.9), : - Ignoring empty aesthetics: `size` and `family`. - Error in if (colo == "gray") { : argument is of length zero - Calls: TBARPLOT.reverse - Execution halted - ``` - -# AgroReg - -
- -* Version: 1.2.10 -* GitHub: NA -* Source code: https://github.com/cran/AgroReg -* Date/Publication: 2024-01-16 12:50:16 UTC -* Number of recursive dependencies: 115 - -Run `revdepcheck::cloud_details(, "AgroReg")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘AgroReg-Ex.R’ failed - The error most likely occurred in: - - > ### Name: adjust_scale - > ### Title: Utils: Adjust y and x scale - > ### Aliases: adjust_scale - > - > ### ** Examples - > - > library(AgroReg) - ... - > data("aristolochia") - > attach(aristolochia) - > a=LM(trat,resp) - - > b=LL(trat,resp,npar = "LL.3") - > a=plot_arrange(list(a,b),gray = TRUE) - Error in equation[[i]] <- plots[[i]][[3]]$plot$s : - replacement has length zero - Calls: plot_arrange - Execution halted - ``` - -# alookr - -
- -* Version: 0.3.9 -* GitHub: https://github.com/choonghyunryu/alookr -* Source code: https://github.com/cran/alookr -* Date/Publication: 2024-02-11 07:30:02 UTC -* Number of recursive dependencies: 168 - -Run `revdepcheck::cloud_details(, "alookr")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘alookr-Ex.R’ failed - The error most likely occurred in: - - > ### Name: compare_plot - > ### Title: Comparison plot of train set and test set - > ### Aliases: compare_plot - > - > ### ** Examples - > - > library(dplyr) - ... - > sb %>% - + compare_plot() - Warning: `unite_()` was deprecated in tidyr 1.2.0. - ℹ Please use `unite()` instead. - ℹ The deprecated feature was likely used in the ggmosaic package. - Please report the issue at . - Error in make_title(..., self = self) : - unused arguments ("dataset class", "x") - Calls: %>% ... labels -> -> resolve_label -> - Execution halted - ``` - -# AnalysisLin - -
- -* Version: 0.1.2 -* GitHub: NA -* Source code: https://github.com/cran/AnalysisLin -* Date/Publication: 2024-01-30 00:10:10 UTC -* Number of recursive dependencies: 118 - -Run `revdepcheck::cloud_details(, "AnalysisLin")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘AnalysisLin-Ex.R’ failed - The error most likely occurred in: - - > ### Name: qq_plot - > ### Title: QQ Plots for Numerical Variables - > ### Aliases: qq_plot - > - > ### ** Examples - > - > data(mtcars) - > qq_plot(mtcars) - Error in eval(substitute(expr), data, enclos = parent.frame()) : - object 'x' not found - Calls: qq_plot ... to_basic.GeomAbline -> with -> with.default -> eval -> eval - Execution halted - ``` - -# andurinha - -
- -* Version: 0.0.2 -* GitHub: https://github.com/noemiallefs/andurinha -* Source code: https://github.com/cran/andurinha -* Date/Publication: 2020-08-13 08:40:02 UTC -* Number of recursive dependencies: 74 - -Run `revdepcheck::cloud_details(, "andurinha")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(andurinha) - > - > test_check("andurinha") - sample absMax - 1 A 0.465 - 2 B 0.402 - ... - ── Failure ('test_funtionsOutput.R:29:3'): plotPeaks return a ggplot objetc ──── - class(...) not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - ── Failure ('test_funtionsOutput.R:32:3'): plotPeaks return a ggplot objetc ──── - class(...) not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - - [ FAIL 4 | WARN 0 | SKIP 0 | PASS 43 ] - Error: Test failures - Execution halted - ``` - -# animbook - -
- -* Version: 1.0.0 -* GitHub: https://github.com/KrisanatA/animbook -* Source code: https://github.com/cran/animbook -* Date/Publication: 2023-12-05 17:50:07 UTC -* Number of recursive dependencies: 85 - -Run `revdepcheck::cloud_details(, "animbook")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘animbook-Ex.R’ failed - The error most likely occurred in: - - > ### Name: anim_animate - > ### Title: Modified the ggplot object - > ### Aliases: anim_animate - > - > ### ** Examples - > - > animbook <- anim_prep(data = osiris, id = ID, values = sales, time = year, group = japan) - > - > plot <- wallaby_plot(animbook) - You can now use the animbook::anim_animate() function to - transform it into an animated object - > - > animate <- anim_animate(plot) - Error in plot$plot_env : object of type 'object' is not subsettable - Calls: anim_animate - Execution halted - ``` - -# ANN2 - -
- -* Version: 2.3.4 -* GitHub: https://github.com/bflammers/ANN2 -* Source code: https://github.com/cran/ANN2 -* Date/Publication: 2020-12-01 10:00:02 UTC -* Number of recursive dependencies: 48 - -Run `revdepcheck::cloud_details(, "ANN2")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ANN2) - > - > # Only test if not on mac - > if (tolower(Sys.info()[["sysname"]]) != "darwin") { - + test_check("ANN2") - + } - ... - ── Failure ('test-plotting.R:59:3'): the reconstruction_plot.ANN() function works correctly ── - p_AE$labels$colour not equal to "col". - target is NULL, current is character - ── Failure ('test-plotting.R:77:3'): the compression_plot.ANN() function works correctly ── - p_AE$labels$colour not equal to "col". - target is NULL, current is character - - [ FAIL 5 | WARN 2 | SKIP 4 | PASS 143 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking C++ specification ... NOTE - ``` - Specified C++11: please drop specification unless essential - ``` - -* checking installed package size ... NOTE - ``` - installed size is 48.9Mb - sub-directories of 1Mb or more: - cereal 1.4Mb - libs 47.4Mb - ``` - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# APackOfTheClones - -
- -* Version: 1.2.4 -* GitHub: https://github.com/Qile0317/APackOfTheClones -* Source code: https://github.com/cran/APackOfTheClones -* Date/Publication: 2024-11-18 22:30:02 UTC -* Number of recursive dependencies: 174 - -Run `revdepcheck::cloud_details(, "APackOfTheClones")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘APackOfTheClones-Ex.R’ failed - The error most likely occurred in: - - > ### Name: APOTCPlot - > ### Title: Various variations of visualizations of clonal expansion - > ### post-RunAPOTC - > ### Aliases: APOTCPlot - > - > ### ** Examples - > - ... - by .GlobalEnv when processing object ‘combined_pbmc’ - Warning: namespace ‘colorspace’ is not available and has been replaced - by .GlobalEnv when processing object ‘combined_pbmc’ - > - > combined_pbmc <- RunAPOTC( - + combined_pbmc, run_id = "run1", verbose = FALSE - + ) - > - > # plotting with default arguments will plot the latest "run1" - > clonal_packing_plot <- APOTCPlot(combined_pbmc) - ``` - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - ... - 27. │ └─vctrs:::stop_names(...) - 28. │ └─vctrs:::stop_vctrs(...) - 29. │ └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) - 30. ├─APackOfTheClones:::name_latest_legend_layer(.) - 31. │ └─plt %>% name_latest_layer(.ApotcLegendLayerName) - 32. └─APackOfTheClones:::name_latest_layer(., .ApotcLegendLayerName) - - [ FAIL 5 | WARN 57 | SKIP 10 | PASS 239 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR +* checking for code/documentation mismatches ... WARNING ``` - Error(s) in re-building vignettes: - --- re-building ‘APackOfTheClones-install.Rmd’ using rmarkdown - --- finished re-building ‘APackOfTheClones-install.Rmd’ - - --- re-building ‘APackOfTheClones-runs.Rmd’ using rmarkdown + Codoc mismatches from Rd file 'geom_boxplot_sample.Rd': + stat_boxplot_sample + Code: function(mapping = NULL, data = NULL, geom = "boxplot", + position = "identity", ..., times = 10, orientation = + NA, seed = NULL, coef = 1.5, quantile.type = 7, na.rm + = FALSE, show.legend = NA, inherit.aes = TRUE) + Docs: function(mapping = NULL, data = NULL, geom = "boxplot", + position = "identity", ..., times = 10, orientation = + NA, seed = NULL, coef = 1.5, na.rm = FALSE, + show.legend = NA, inherit.aes = TRUE) + Argument names in code not in docs: + quantile.type + Mismatches in argument names: + Position: 10 Code: quantile.type Docs: na.rm + Position: 11 Code: na.rm Docs: show.legend + Position: 12 Code: show.legend Docs: inherit.aes ``` ## In both -* checking contents of ‘data’ directory ... WARNING - ``` - Output for data("combined_pbmc", package = "APackOfTheClones"): - Warning: namespace ‘colorspace’ is not available and has been replaced - by .GlobalEnv when processing object ‘combined_pbmc’ - Warning: namespace ‘colorspace’ is not available and has been replaced - by .GlobalEnv when processing object ‘combined_pbmc’ - Warning: namespace ‘colorspace’ is not available and has been replaced - by .GlobalEnv when processing object ‘combined_pbmc’ - Warning: namespace ‘colorspace’ is not available and has been replaced - by .GlobalEnv when processing object ‘combined_pbmc’ - ``` - * checking installed package size ... NOTE ``` - installed size is 7.6Mb + installed size is 7.5Mb sub-directories of 1Mb or more: - help 1.1Mb - libs 5.3Mb + R 1.5Mb + data 3.0Mb + doc 1.9Mb ``` -# applicable - -
- -* Version: 0.1.1 -* GitHub: https://github.com/tidymodels/applicable -* Source code: https://github.com/cran/applicable -* Date/Publication: 2024-04-25 00:00:04 UTC -* Number of recursive dependencies: 114 - -Run `revdepcheck::cloud_details(, "applicable")` for more info - -
- -## Newly broken - -* checking tests ... ERROR +* checking data for non-ASCII characters ... NOTE ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(applicable) - Loading required package: ggplot2 - > - > test_check("applicable") - Loading required package: dplyr - ... - `expected` is a character vector ('percentile') - ── Failure ('test-plot.R:36:3'): output of autoplot.apd_pca is correct when options=distance are provided ── - ad_plot$labels$y (`actual`) not equal to "percentile" (`expected`). - - `actual` is NULL - `expected` is a character vector ('percentile') - - [ FAIL 3 | WARN 0 | SKIP 22 | PASS 90 ] - Error: Test failures - Execution halted + Note: found 124 marked UTF-8 strings ``` -# arena2r +# simRestore
-* Version: 1.0.0 -* GitHub: https://github.com/pedroliman/arena2r -* Source code: https://github.com/cran/arena2r -* Date/Publication: 2018-10-19 15:30:03 UTC -* Number of recursive dependencies: 86 +* Version: 1.1.5 +* GitHub: NA +* Source code: https://github.com/cran/simRestore +* Date/Publication: 2025-10-27 13:10:02 UTC +* Number of recursive dependencies: 78 -Run `revdepcheck::cloud_details(, "arena2r")` for more info +Run `revdepcheck::cloud_details(, "simRestore")` for more info
@@ -630,15965 +72,22 @@ Run `revdepcheck::cloud_details(, "arena2r")` for more info Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) - > library(arena2r) + > library(simRestore) > - > test_check("arena2r") - [ FAIL 3 | WARN 6 | SKIP 0 | PASS 4 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - ── Failure ('tests_arena2r.R:31:3'): plots_sao_gerados ───────────────────────── - `plot_conf` has type 'object', not 'list'. - ── Failure ('tests_arena2r.R:32:3'): plots_sao_gerados ───────────────────────── - `plot_scat` has type 'object', not 'list'. - ── Failure ('tests_arena2r.R:33:3'): plots_sao_gerados ───────────────────────── - `plot_box` has type 'object', not 'list'. - - [ FAIL 3 | WARN 6 | SKIP 0 | PASS 4 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespaces in Imports field not imported from: - ‘purrr’ ‘shinyBS’ ‘shinydashboard’ ‘shinyjs’ - All declared Imports should be used. - ``` - -# ASRgenomics - -
- -* Version: 1.1.4 -* GitHub: NA -* Source code: https://github.com/cran/ASRgenomics -* Date/Publication: 2024-01-29 21:20:02 UTC -* Number of recursive dependencies: 136 - -Run `revdepcheck::cloud_details(, "ASRgenomics")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html + > test_check("simRestore") + Saving _problems/test-optimize_static-21.R + Saving _problems/test-optimize_static-22.R + [ FAIL 2 | WARN 0 | SKIP 0 | PASS 79 ] ... - `expected[2:2]`: "ggplot" - ── Failure ('test-qc.R:58:3'): filters work ──────────────────────────────────── - class(M_filter$plot.maf) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" + ── Failure ('test-optimize_static.R:22:3'): simple optimization ──────────────── + Expected `length(vx$results$t)` to equal 5. + Differences: + 1/1 mismatches + [1] 4 - 5 == -1 - [ FAIL 5 | WARN 7 | SKIP 0 | PASS 258 ] - Error: Test failures + [ FAIL 2 | WARN 0 | SKIP 0 | PASS 79 ] + Error: + ! Test failures. Execution halted ``` -## In both - -* checking installed package size ... NOTE - ``` - installed size is 8.9Mb - sub-directories of 1Mb or more: - data 8.5Mb - ``` - -# assignPOP - -
- -* Version: 1.3.0 -* GitHub: https://github.com/alexkychen/assignPOP -* Source code: https://github.com/cran/assignPOP -* Date/Publication: 2024-03-13 08:30:02 UTC -* Number of recursive dependencies: 138 - -Run `revdepcheck::cloud_details(, "assignPOP")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(assignPOP) - > - > test_check("assignPOP") - - Correct assignment rates were estimated!! - A total of 3 assignment tests for 3 pops. - ... - ── Failure ('test_accuracy.R:8:3'): Calculate assignment accuracy for Monte-Carlo results ── - `plot` has type 'object', not 'list'. - ── Failure ('test_accuracy.R:18:3'): Calculate assignment accuracy for K-fold results ── - `plot` has type 'object', not 'list'. - ── Failure ('test_membership.R:5:3'): Plot membership probability ────────────── - `plot` has type 'object', not 'list'. - - [ FAIL 3 | WARN 0 | SKIP 0 | PASS 39 ] - Error: Test failures - Execution halted - ``` - -# autocogs - -
- -* Version: 0.1.4 -* GitHub: https://github.com/schloerke/autocogs -* Source code: https://github.com/cran/autocogs -* Date/Publication: 2021-05-29 17:00:05 UTC -* Number of recursive dependencies: 70 - -Run `revdepcheck::cloud_details(, "autocogs")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(autocogs) - > - > test_check("autocogs") - [ FAIL 2 | WARN 1 | SKIP 0 | PASS 223 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - 8. └─autocogs (local) FUN(X[[i]], ...) - 9. └─base::lapply(...) - 10. └─autocogs (local) FUN(X[[i]], ...) - 11. ├─base::do.call(fn, args) - 12. └─autocogs (local) ``(...) - 13. └─base::do.call(loess, c(core_params, params$method.args)) - - [ FAIL 2 | WARN 1 | SKIP 0 | PASS 223 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespaces in Imports field not imported from: - ‘MASS’ ‘broom’ ‘diptest’ ‘ggplot2’ ‘hexbin’ ‘moments’ - All declared Imports should be used. - ``` - -# autoplotly - -
- -* Version: 0.1.4 -* GitHub: https://github.com/terrytangyuan/autoplotly -* Source code: https://github.com/cran/autoplotly -* Date/Publication: 2021-04-18 06:50:11 UTC -* Number of recursive dependencies: 85 - -Run `revdepcheck::cloud_details(, "autoplotly")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(autoplotly) - > - > test_check("autoplotly") - [ FAIL 2 | WARN 1 | SKIP 0 | PASS 5 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - `expected`: TRUE - ── Failure ('test_all.R:16:3'): autoplotly is composable with additional ggplot2 elements ── - inherits(p$ggplot_obj, "ggplot") is not TRUE - - `actual`: FALSE - `expected`: TRUE - - [ FAIL 2 | WARN 1 | SKIP 0 | PASS 5 ] - Error: Test failures - Execution halted - ``` - -# bartMan - -
- -* Version: 0.1.1 -* GitHub: NA -* Source code: https://github.com/cran/bartMan -* Date/Publication: 2024-07-24 12:10:02 UTC -* Number of recursive dependencies: 132 - -Run `revdepcheck::cloud_details(, "bartMan")` for more info - -
- -## Newly broken - -* checking whether package ‘bartMan’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/bartMan/new/bartMan.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘bartMan’ ... -** package ‘bartMan’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** byte-compile and prepare package for lazy loading -Error in eval(exprs[i], envir) : object 'justify_grobs' not found -Error: unable to load R code in package ‘bartMan’ -Execution halted -ERROR: lazy loading failed for package ‘bartMan’ -* removing ‘/tmp/workdir/bartMan/new/bartMan.Rcheck/bartMan’ - - -``` -### CRAN - -``` -* installing *source* package ‘bartMan’ ... -** package ‘bartMan’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -** building package indices -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (bartMan) - - -``` -# bayesAB - -
- -* Version: 1.1.3 -* GitHub: https://github.com/FrankPortman/bayesAB -* Source code: https://github.com/cran/bayesAB -* Date/Publication: 2021-06-25 00:50:02 UTC -* Number of recursive dependencies: 69 - -Run `revdepcheck::cloud_details(, "bayesAB")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(bayesAB) - > - > test_check("bayesAB") - [ FAIL 1 | WARN 5 | SKIP 0 | PASS 140 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-dists.R:34:3'): Success ────────────────────────────────────── - plotNormalInvGamma(3, 1, 1, 1)$labels$y not equal to "sig_sq". - target is NULL, current is character - - [ FAIL 1 | WARN 5 | SKIP 0 | PASS 140 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) plotDistributions.Rd:32: Lost braces - 32 | plot{...} functions are generated programmatically so the function calls in - | ^ - ``` - -# bayesassurance - -
- -* Version: 0.1.0 -* GitHub: https://github.com/jpan928/bayesassurance_rpackage -* Source code: https://github.com/cran/bayesassurance -* Date/Publication: 2022-06-17 10:40:17 UTC -* Number of recursive dependencies: 84 - -Run `revdepcheck::cloud_details(, "bayesassurance")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(bayesassurance) - > - > test_check("bayesassurance") - [1] 20 10 - [1] 30 10 - [1] 40 10 - ... - Error in `out$plot$labels`: object of type 'object' is not subsettable - Backtrace: - ▆ - 1. └─testthat::expect_identical(out$plot$labels$y, "Power/Assurance") at test-pwr_curves.R:114:3 - 2. └─testthat::quasi_label(enquo(object), label, arg = "object") - 3. └─rlang::eval_bare(expr, quo_get_env(quo)) - - [ FAIL 15 | WARN 92 | SKIP 0 | PASS 125 ] - Error: Test failures - Execution halted - ``` - -# BayesCVI - -
- -* Version: 1.0.1 -* GitHub: NA -* Source code: https://github.com/cran/BayesCVI -* Date/Publication: 2024-09-04 15:50:02 UTC -* Number of recursive dependencies: 30 - -Run `revdepcheck::cloud_details(, "BayesCVI")` for more info - -
- -## Newly broken - -* checking whether package ‘BayesCVI’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘BayesCVI’ - See ‘/tmp/workdir/BayesCVI/new/BayesCVI.Rcheck/00install.out’ for details. - ``` - -# BayesianReasoning - -
- -* Version: 0.4.2 -* GitHub: https://github.com/gorkang/BayesianReasoning -* Source code: https://github.com/cran/BayesianReasoning -* Date/Publication: 2023-11-14 11:33:20 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::cloud_details(, "BayesianReasoning")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(BayesianReasoning) - > - > test_check("BayesianReasoning") - - Plot created in: ./FP_10_sens_100_screening_1667_diagnostic_44.png - - ... - `names(expected)` is absent - ── Failure ('test-PPV_heatmap.R:1097:3'): Plot with line overlay ─────────────── - vapply(p$result$layers, function(x) class(x$geom)[1], "") (`actual`) not identical to c("GeomTile", "GeomSegment", "GeomPoint", "GeomMarkRect") (`expected`). - - `names(actual)` is a character vector ('geom_tile', 'annotate', 'annotate...3', 'geom_mark_rect') - `names(expected)` is absent - - [ FAIL 8 | WARN 16 | SKIP 4 | PASS 115 ] - Error: Test failures - Execution halted - ``` - -# BayesMultiMode - -
- -* Version: 0.7.3 -* GitHub: https://github.com/paullabonne/BayesMultiMode -* Source code: https://github.com/cran/BayesMultiMode -* Date/Publication: 2024-10-31 15:30:06 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::cloud_details(, "BayesMultiMode")` for more info - -
- -## Newly broken - -* checking whether package ‘BayesMultiMode’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0. - See ‘/tmp/workdir/BayesMultiMode/new/BayesMultiMode.Rcheck/00install.out’ for details. - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 6.5Mb - sub-directories of 1Mb or more: - help 6.1Mb - ``` - -# BCEA - -
- -* Version: 2.4.7 -* GitHub: https://github.com/n8thangreen/BCEA -* Source code: https://github.com/cran/BCEA -* Date/Publication: 2025-01-14 12:30:08 UTC -* Number of recursive dependencies: 123 - -Run `revdepcheck::cloud_details(, "BCEA")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘BCEA-Ex.R’ failed - The error most likely occurred in: - - > ### Name: plot.bcea - > ### Title: Summary Plot of the Health Economic Analysis - > ### Aliases: plot.bcea - > ### Keywords: hplot - > - > ### ** Examples - > - ... - 21. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) - 22. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) - 23. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) - 24. │ └─base::withCallingHandlers(...) - 25. └─ggplot2::merge_element(t2[[item]], t1[[item]]) - 26. ├─S7::S7_dispatch() - 27. └─ggplot2 (local) `method(merge_element, list(class_any, class_any))`(new = ``, old = ``, ...) - 28. └─cli::cli_abort("No method for merging {.cls {class(new)[1]}} into {.cls {class(old)[1]}}.") - 29. └─rlang::abort(...) - Execution halted - ``` - -# bdsm - -
- -* Version: 0.2.1 -* GitHub: NA -* Source code: https://github.com/cran/bdsm -* Date/Publication: 2025-05-02 18:50:02 UTC -* Number of recursive dependencies: 110 - -Run `revdepcheck::cloud_details(, "bdsm")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - [2] "ggplot" - - [3] "ggplot2::gg" - - [4] "S7_object" - - [5] "gg" | "gg" [1] - - "ggplot" [2] - [6] "ggarrange" | "ggarrange" [3] - - [ FAIL 10 | WARN 0 | SKIP 6 | PASS 69 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking re-building of vignette outputs ... WARNING - ``` - Error(s) in re-building vignettes: - ... - --- re-building ‘bdsm_vignette.Rnw’ using Sweave - Error: processing vignette 'bdsm_vignette.Rnw' failed with diagnostics: - Running 'texi2dvi' on 'bdsm_vignette.tex' failed. - LaTeX errors: - ! LaTeX Error: File `vmargin.sty' not found. - - Type X to quit or to proceed, - or enter new name. (Default extension: sty) - ... - l.5 \usepackage - {amsmath}^^M - ! ==> Fatal error occurred, no output PDF file produced! - --- failed re-building ‘bdsm_vignette.Rnw’ - - SUMMARY: processing the following file failed: - ‘bdsm_vignette.Rnw’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# BeeBDC - -
- -* Version: 1.2.1 -* GitHub: https://github.com/jbdorey/BeeBDC -* Source code: https://github.com/cran/BeeBDC -* Date/Publication: 2024-11-04 04:10:02 UTC -* Number of recursive dependencies: 217 - -Run `revdepcheck::cloud_details(, "BeeBDC")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - > # * https://testthat.r-lib.org/reference/test_package.html#special-files - ... - attributes(testOut)$class (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - ── Failure ('test-summaryMaps.R:23:3'): summaryMaps expected class ───────────── - `testMap` has type 'object', not 'list'. - - [ FAIL 8 | WARN 5 | SKIP 0 | PASS 242 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 219 marked UTF-8 strings - ``` - -# benchr - -
- -* Version: 0.2.5 -* GitHub: NA -* Source code: https://github.com/cran/benchr -* Date/Publication: 2020-03-07 06:30:03 UTC -* Number of recursive dependencies: 28 - -Run `revdepcheck::cloud_details(, "benchr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > if (requireNamespace("tinytest", quietly = TRUE)) { - + tinytest::test_package("benchr") - + } - - test-benchmark.R.............. 0 tests 0% 10 20 30 40 50 60 70 80 90 100% - [----|----|----|----|----|----|----|----|----|----| - **************************************************| - ... - call| expect_equal(class(pp2), c("gg", "ggplot")) - diff| Lengths (2, 5) differ (string compare on first 2) - diff| 1 string mismatch - ----- FAILED[attr]: test-plot.R<62--62> - call| expect_equal(pp2$labels, list(x = "replications", y = "time", - call| --> colour = NULL)) - diff| Attributes: < names for current but not for target > - diff| Attributes: < Length mismatch: comparison on first 0 components > - Error: 10 out of 176 tests failed - Execution halted - ``` - -## In both - -* checking C++ specification ... NOTE - ``` - Specified C++11: please drop specification unless essential - ``` - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# biclustermd - -
- -* Version: 0.2.3 -* GitHub: https://github.com/jreisner/biclustermd -* Source code: https://github.com/cran/biclustermd -* Date/Publication: 2021-06-17 15:10:06 UTC -* Number of recursive dependencies: 81 - -Run `revdepcheck::cloud_details(, "biclustermd")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(biclustermd) - Loading required package: ggplot2 - Loading required package: tidyr - - Attaching package: 'tidyr' - - ... - ── Failure ('test-autoplot_biclustermd.R:6:3'): autoplot_biclustermd() correctly plots cluster lines ── - ap$data[[3]]$xintercept[-1] not equal to cumsum(colSums(sbc$P)) + 0.5. - Classes differ: 'mapped_discrete'/'numeric' is not 'numeric' - ── Failure ('test-autoplot_biclustermd.R:7:3'): autoplot_biclustermd() correctly plots cluster lines ── - ap$data[[4]]$yintercept[-1] not equal to cumsum(colSums(sbc$Q)) + 0.5. - Classes differ: 'mapped_discrete'/'numeric' is not 'numeric' - - [ FAIL 2 | WARN 0 | SKIP 0 | PASS 66 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘nycflights13’ - All declared Imports should be used. - ``` - -# biometryassist - -
- -* Version: 1.3.0 -* GitHub: https://github.com/biometryhub/biometryassist -* Source code: https://github.com/cran/biometryassist -* Date/Publication: 2025-06-11 11:00:12 UTC -* Number of recursive dependencies: 85 - -Run `revdepcheck::cloud_details(, "biometryassist")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(biometryassist) - > - > test_check("biometryassist") - Starting 2 test processes - [ FAIL 7 | WARN 0 | SKIP 157 | PASS 311 ] - - ... - • resplot/resplot-for-asreml-pt-2.svg - • resplot/resplot-for-asreml-pt-3.svg - • resplot/resplot-for-asreml-single.svg - • resplot/resplot-for-lme4.svg - • resplot/resplot-for-sommer-mmer.svg - • resplot/resplot-for-sommer-mmes.svg - • resplot/resplot-onepage-true.svg - • resplot/resplot-with-smaller-call.svg - Error: Test failures - Execution halted - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Packages which this enhances but not available for checking: - 'asreml', 'ARTool', 'lme4', 'sommer' - ``` - -* checking Rd cross-references ... NOTE - ``` - Package unavailable to check Rd xrefs: ‘lme4’ - ``` - -# BiVariAn - -
- -* Version: 1.0.1 -* GitHub: https://github.com/AndresFloresG/BiVariAn -* Source code: https://github.com/cran/BiVariAn -* Date/Publication: 2025-03-05 13:10:02 UTC -* Number of recursive dependencies: 198 - -Run `revdepcheck::cloud_details(, "BiVariAn")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘BiVariAn-Ex.R’ failed - The error most likely occurred in: - - > ### Name: auto_bar_categ - > ### Title: Automatic generation of barplot with percentages - > ### Aliases: auto_bar_categ - > - > ### ** Examples - > - > data<-data.frame(categ = rep(letters[1:2], 10), - ... - 1. └─BiVariAn::auto_bar_categ(data = data, groupvar = "categ", lang_labs = "EN") - 2. └─BiVariAn (local) theme_func() - 3. ├─... %+replace% ... - 4. │ └─ggplot2::is_theme(e1) - 5. │ └─S7::S7_inherits(x, class_theme) - 6. └─ggprism::theme_prism(...) - 7. └─parent %+replace% t - 8. └─cli::cli_abort("{.code %+replace%} requires two theme objects") - 9. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - ... - 4. │ └─ggplot2::is_theme(e1) - 5. │ └─S7::S7_inherits(x, class_theme) - 6. └─ggprism::theme_prism(...) - 7. └─parent %+replace% t - 8. └─cli::cli_abort("{.code %+replace%} requires two theme objects") - 9. └─rlang::abort(...) - - [ FAIL 8 | WARN 2 | SKIP 7 | PASS 100 ] - Error: Test failures - Execution halted - ``` - -# brolgar - -
- -* Version: 1.0.1 -* GitHub: https://github.com/njtierney/brolgar -* Source code: https://github.com/cran/brolgar -* Date/Publication: 2024-05-10 14:50:34 UTC -* Number of recursive dependencies: 100 - -Run `revdepcheck::cloud_details(, "brolgar")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘brolgar-Ex.R’ failed - The error most likely occurred in: - - > ### Name: facet_sample - > ### Title: Facet data into groups to facilitate exploration - > ### Aliases: facet_sample - > - > ### ** Examples - > - > library(ggplot2) - > ggplot(heights, - + aes(x = year, - + y = height_cm, - + group = country)) + - + geom_line() + - + facet_sample() - Error in if (params$as.table) { : argument is of length zero - Calls: ... -> setup -> -> compute_layout - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘exploratory-modelling.Rmd’ using rmarkdown - ``` - -# bullseye - -
- -* Version: 1.0.0 -* GitHub: https://github.com/cbhurley/bullseye -* Source code: https://github.com/cran/bullseye -* Date/Publication: 2025-05-09 10:10:02 UTC -* Number of recursive dependencies: 158 - -Run `revdepcheck::cloud_details(, "bullseye")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘bullseye-Ex.R’ failed - The error most likely occurred in: - - > ### Name: add_nobs_to_pairwise - > ### Title: Adds number of observations column to pairwise tibble - > ### Aliases: add_nobs_to_pairwise - > - > ### ** Examples - > - > irisc <- pairwise_scores(iris[40:150,], by= "Species") - ... - 20. │ └─base::lapply(...) - 21. │ └─ggplot2 (local) FUN(X[[i]], ...) - 22. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params)) - 23. │ └─self$draw_panel(...) - 24. └─base::.handleSimpleError(...) - 25. └─rlang (local) h(simpleError(msg, call)) - 26. └─handlers[[1L]](cnd) - 27. └─cli::cli_abort(...) - 28. └─rlang::abort(...) - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘calc_pairwise.Rmd’ using rmarkdown - --- finished re-building ‘calc_pairwise.Rmd’ - - --- re-building ‘integrating.Rmd’ using rmarkdown - ``` - -# calmr - -
- -* Version: 0.7.0 -* GitHub: https://github.com/victor-navarro/calmr -* Source code: https://github.com/cran/calmr -* Date/Publication: 2025-05-11 21:30:02 UTC -* Number of recursive dependencies: 105 - -Run `revdepcheck::cloud_details(, "calmr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(calmr) - - Attaching package: 'calmr' - - The following object is masked from 'package:stats': - ... - ── Failure ('test-RSA.R:64:3'): plotting RSA with a test works ───────────────── - `plt` does not have names. - ── Failure ('test-graphs.R:15:3'): calmr_model_graph works ───────────────────── - `g` does not have names. - ── Failure ('test-graphs.R:25:3'): calmr_model_graph takes a trial ───────────── - `g` does not have names. - - [ FAIL 4 | WARN 0 | SKIP 0 | PASS 246 ] - Error: Test failures - Execution halted - ``` - -# canvasXpress - -
- -* Version: 1.56.1 -* GitHub: https://github.com/neuhausi/canvasXpress -* Source code: https://github.com/cran/canvasXpress -* Date/Publication: 2025-04-08 19:30:02 UTC -* Number of recursive dependencies: 146 - -Run `revdepcheck::cloud_details(, "canvasXpress")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(canvasXpress) - > require(canvasXpress.data) - Loading required package: canvasXpress.data - > - > test_check("canvasXpress") - Loading required package: htmlwidgets - ... - 2. │ └─base::withCallingHandlers(...) - 3. └─canvasXpress::ggplot.as.list(gplot) - 4. └─canvasXpress:::gg_cxplot(o, "canvas", ...) - 5. └─canvasXpress:::gg_theme(o) - 6. ├─base::as.character(e[[a]]) - 7. └─base::as.character.default(e[[a]]) - - [ FAIL 9 | WARN 1 | SKIP 479 | PASS 58 ] - Error: Test failures - Execution halted - ``` - -# carbonr - -
- -* Version: 0.2.1 -* GitHub: NA -* Source code: https://github.com/cran/carbonr -* Date/Publication: 2024-10-16 18:10:09 UTC -* Number of recursive dependencies: 99 - -Run `revdepcheck::cloud_details(, "carbonr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(carbonr) - > - > test_check("carbonr") - [ FAIL 3 | WARN 7 | SKIP 0 | PASS 117 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - ── Failure ('test-output_display.R:15:3'): output_display generates gg/ggplot object ── - class(output1) not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - ── Failure ('test-output_display.R:16:3'): output_display generates gg/ggplot object ── - class(output2) not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - - [ FAIL 3 | WARN 7 | SKIP 0 | PASS 117 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespaces in Imports field not imported from: - ‘sp’ ‘tibble’ - All declared Imports should be used. - ``` - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 710 marked UTF-8 strings - ``` - -# caretEnsemble - -
- -* Version: 4.0.1 -* GitHub: https://github.com/zachmayer/caretEnsemble -* Source code: https://github.com/cran/caretEnsemble -* Date/Publication: 2024-09-12 21:50:09 UTC -* Number of recursive dependencies: 174 - -Run `revdepcheck::cloud_details(, "caretEnsemble")` for more info - -
- -## Newly broken - -* checking installed package size ... NOTE - ``` - installed size is 5.2Mb - sub-directories of 1Mb or more: - data 4.5Mb - ``` - -# cartographr - -
- -* Version: 0.2.2 -* GitHub: https://github.com/da-wi/cartographr -* Source code: https://github.com/cran/cartographr -* Date/Publication: 2024-06-28 14:50:09 UTC -* Number of recursive dependencies: 95 - -Run `revdepcheck::cloud_details(, "cartographr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - > test_check("cartographr") - [ FAIL 1 | WARN 1 | SKIP 0 | PASS 106 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-utils.R:13:3'): add_attribution returns correct ggplot2 labs object ── - `result` inherits from 'ggplot2::labels'/'gg'/'S7_object' not 'labels'. - - [ FAIL 1 | WARN 1 | SKIP 0 | PASS 106 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.3Mb - sub-directories of 1Mb or more: - data 3.5Mb - ``` - -# causact - -
- -* Version: 0.5.7 -* GitHub: https://github.com/flyaflya/causact -* Source code: https://github.com/cran/causact -* Date/Publication: 2025-01-15 21:20:01 UTC -* Number of recursive dependencies: 98 - -Run `revdepcheck::cloud_details(, "causact")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(causact) - WARNING: The 'r-causact' Conda environment does not exist. To use the 'dag_numpyro()' function, you need to set up the 'r-causact' environment. Run install_causact_deps() when ready to set up the 'r-causact' environment. - - Attaching package: 'causact' - - The following objects are masked from 'package:stats': - ... - WARNING: The 'r-causact' Conda environment does not exist. To use the 'dag_numpyro()' function, you need to set up the 'r-causact' environment. Run install_causact_deps() when ready to set up the 'r-causact' environment. - [ FAIL 1 | WARN 1 | SKIP 0 | PASS 60 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-dag_plot.R:4:3'): dag plot creates graph ───────────────────── - `plotGr` has type 'object', not 'list'. - - [ FAIL 1 | WARN 1 | SKIP 0 | PASS 60 ] - Error: Test failures - Execution halted - ``` - -# CausalImpact - -
- -* Version: 1.3.0 -* GitHub: NA -* Source code: https://github.com/cran/CausalImpact -* Date/Publication: 2022-11-09 08:40:40 UTC -* Number of recursive dependencies: 73 - -Run `revdepcheck::cloud_details(, "CausalImpact")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘CausalImpact_import_test.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # Copyright 2014-2022 Google Inc. All rights reserved. - > # - > # Licensed under the Apache License, Version 2.0 (the "License"); - > # you may not use this file except in compliance with the License. - > # You may obtain a copy of the License at - > # - ... - Lengths differ: 5 is not 2 - ── Failure ('test-impact-plot.R:147:3'): CreateImpactPlot ────────────────────── - !isTRUE(all.equal(q1, q2, check.environment = FALSE)) is not TRUE - - `actual`: FALSE - `expected`: TRUE - - [ FAIL 3 | WARN 4 | SKIP 0 | PASS 738 ] - Error: Test failures - Execution halted - ``` - -# centerline - -
- -* Version: 0.2.2 -* GitHub: https://github.com/atsyplenkov/centerline -* Source code: https://github.com/cran/centerline -* Date/Publication: 2025-03-16 04:40:02 UTC -* Number of recursive dependencies: 108 - -Run `revdepcheck::cloud_details(, "centerline")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘centerline-Ex.R’ failed - The error most likely occurred in: - - > ### Name: geom_cnt_text - > ### Title: Plot label or text on centerline with ggplot2 - > ### Aliases: geom_cnt_text geom_cnt_label - > - > ### ** Examples - > - > ## Don't show: - ... - 24. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params)) - 25. │ └─self$draw_panel(...) - 26. │ └─geomtextpath (local) draw_panel(...) - 27. │ └─geomtextpath:::sf_textgrob(...) - 28. └─base::.handleSimpleError(...) - 29. └─rlang (local) h(simpleError(msg, call)) - 30. └─handlers[[1L]](cnd) - 31. └─cli::cli_abort(...) - 32. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - 6. └─base::lapply(...) - 7. └─ggplot2 (local) FUN(X[[i]], ...) - 8. ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params)) - 9. └─self$draw_panel(...) - 10. └─geomtextpath (local) draw_panel(...) - 11. └─geomtextpath:::sf_textgrob(...) - - [ FAIL 3 | WARN 0 | SKIP 0 | PASS 245 ] - Error: Test failures - Execution halted - ``` - -# Certara.Xpose.NLME - -
- -* Version: 2.0.2 -* GitHub: NA -* Source code: https://github.com/cran/Certara.Xpose.NLME -* Date/Publication: 2025-01-28 15:50:10 UTC -* Number of recursive dependencies: 98 - -Run `revdepcheck::cloud_details(, "Certara.Xpose.NLME")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘Certara.Xpose.NLME-Ex.R’ failed - The error most likely occurred in: - - > ### Name: eta_vs_cov - > ### Title: ETAs vs covariate Plot - > ### Aliases: eta_vs_cov - > - > ### ** Examples - > - > eta_vs_cov(xpose::xpdb_ex_pk, - ... - 4. ├─purrr::map_if(...) - 5. │ └─purrr:::where_if(.x, .p) - 6. │ └─rlang::is_logical(.p) - 7. ├─stringr::str_detect(., "@") - 8. │ └─stringr:::check_lengths(string, pattern) - 9. │ └─vctrs::vec_size_common(...) - 10. └─vctrs:::stop_scalar_type(``(``), "string", ``) - 11. └─vctrs:::stop_vctrs(...) - 12. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) - Execution halted - ``` - -# cheem - -
- -* Version: 0.4.0.0 -* GitHub: https://github.com/nspyrison/cheem -* Source code: https://github.com/cran/cheem -* Date/Publication: 2023-11-08 21:30:02 UTC -* Number of recursive dependencies: 148 - -Run `revdepcheck::cloud_details(, "cheem")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(cheem) - -------------------------------------------------------- - cheem --- version 0.4.0.0 - Please share bugs, suggestions, and feature requests at: - https://github.com/nspyrison/cheem/issues/ - -------------------------------------------------------- - ... - `expected[2:2]`: "ggplot" - ── Failure ('test-2_visualization.r:66:3'): radial_cheem_tour ────────────────── - class(r_ggt) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - - [ FAIL 6 | WARN 0 | SKIP 0 | PASS 10 ] - Error: Test failures - Execution halted - ``` - -# circumplex - -
- -* Version: 1.0.0 -* GitHub: https://github.com/jmgirard/circumplex -* Source code: https://github.com/cran/circumplex -* Date/Publication: 2024-10-28 04:30:02 UTC -* Number of recursive dependencies: 93 - -Run `revdepcheck::cloud_details(, "circumplex")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(circumplex) - > - > test_check("circumplex") - [ FAIL 4 | WARN 8 | SKIP 20 | PASS 97 ] - - ══ Skipped tests (20) ══════════════════════════════════════════════════════════ - ... - [ FAIL 4 | WARN 8 | SKIP 20 | PASS 97 ] - Deleting unused snapshots: - • ssm_plot/many-circle-repel.svg - • ssm_plot/many-curve-plots.svg - • ssm_plot/measure-contrast-circle-ssm.svg - • ssm_plot/measure-contrast-curve-ssm.svg - • ssm_plot/single-group-mean-ssm-no-palette.svg - • ssm_plot/single-group-mean-ssm-with-labels.svg - Error: Test failures - Execution halted - ``` - -# clifro - -
- -* Version: 3.2-5 -* GitHub: https://github.com/ropensci/clifro -* Source code: https://github.com/cran/clifro -* Date/Publication: 2021-05-24 05:50:02 UTC -* Number of recursive dependencies: 80 - -Run `revdepcheck::cloud_details(, "clifro")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘test-all.R’ - Running the tests in ‘tests/test-all.R’ failed. - Complete output: - > library(testthat) - > library(clifro) - > - > test_check("clifro") - [ FAIL 1 | WARN 1 | SKIP 4 | PASS 10 ] - - ... - • On CRAN (4): 'test-cf_find_station.R:4:3', 'test-cf_last_query.R:4:3', - 'test-cf_query.R:4:3', 'test-cf_station.R:4:3' - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-windrose.R:15:3'): windrose ────────────────────────────────── - tt$labels inherits from `'ggplot2::labels'/'gg'/'S7_object'` not `'character'`. - - [ FAIL 1 | WARN 1 | SKIP 4 | PASS 10 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) cf_save_kml.Rd:68: Lost braces - 68 | \code{\link{cf_find_station}} and code{vignette("choose-station")} for - | ^ - ``` - -# climwin - -
- -* Version: 1.2.31 -* GitHub: https://github.com/LiamDBailey/climwin -* Source code: https://github.com/cran/climwin -* Date/Publication: 2025-06-08 16:40:02 UTC -* Number of recursive dependencies: 80 - -Run `revdepcheck::cloud_details(, "climwin")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(climwin) - > - > test_check("climwin") - - | - | | 0% - ... - `expected`: TRUE - ── Failure ('testplotwin.R:15:3'): plotwin produces a graph ──────────────────── - attr(test, "class")[1] == "gg" is not TRUE - - `actual`: FALSE - `expected`: TRUE - - [ FAIL 7 | WARN 761 | SKIP 3 | PASS 790 ] - Error: Test failures - Execution halted - ``` - -# clockSim - -
- -* Version: 0.1.2 -* GitHub: https://github.com/yeyuan98/clockSim -* Source code: https://github.com/cran/clockSim -* Date/Publication: 2025-04-22 20:10:01 UTC -* Number of recursive dependencies: 78 - -Run `revdepcheck::cloud_details(, "clockSim")` for more info - -
- -## Newly broken - -* checking whether package ‘clockSim’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0. - See ‘/tmp/workdir/clockSim/new/clockSim.Rcheck/00install.out’ for details. - ``` - -# cmcR - -
- -* Version: 0.1.11 -* GitHub: NA -* Source code: https://github.com/cran/cmcR -* Date/Publication: 2022-12-10 14:00:02 UTC -* Number of recursive dependencies: 120 - -Run `revdepcheck::cloud_details(, "cmcR")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(cmcR) - > - > test_check("cmcR",reporter = SummaryReporter) - adding: bindata/ (stored 0%) - adding: bindata/data.bin (deflated 58%) - adding: main.xml (deflated 62%) - ... - - ── 2. Failure ('test-diagnosticTools.R:104:3'): diagnosticTools functions work a - all(unlist(purrr::map(cmcPlt_list, ~class(.) == c("gg", "ggplot")))) is not TRUE - - `actual`: FALSE - `expected`: TRUE - - ══ DONE ════════════════════════════════════════════════════════════════════════ - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.5Mb - sub-directories of 1Mb or more: - data 2.5Mb - doc 2.3Mb - ``` - -# cnmap - -
- -* Version: 0.1.0 -* GitHub: https://github.com/PanfengZhang/cnmap -* Source code: https://github.com/cran/cnmap -* Date/Publication: 2024-04-02 12:42:06 UTC -* Number of recursive dependencies: 58 - -Run `revdepcheck::cloud_details(, "cnmap")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘cnmap-Ex.R’ failed - The error most likely occurred in: - - > ### Name: getMap - > ### Title: China Map Data from AutoNavi Map - > ### Aliases: getMap - > - > ### ** Examples - > - > library(cnmap) - > - > map1 <- getMap(code = "110000") # get the map data of Beijing City - Error in process_cpl_read_ogr(x, quiet, check_ring_dir = check_ring_dir, : - package tibble not available: install first? - Calls: getMap ... st_read -> st_read.character -> process_cpl_read_ogr - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘Introduction.Rmd’ using rmarkdown - - Quitting from Introduction.Rmd:28-35 [unnamed-chunk-3] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error in `process_cpl_read_ogr()`: - ! package tibble not available: install first? - --- - Backtrace: - ... - - Error: processing vignette 'Introduction.Rmd' failed with diagnostics: - package tibble not available: install first? - --- failed re-building ‘Introduction.Rmd’ - - SUMMARY: processing the following file failed: - ‘Introduction.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# cocktailApp - -
- -* Version: 0.2.3 -* GitHub: https://github.com/shabbychef/cocktailApp -* Source code: https://github.com/cran/cocktailApp -* Date/Publication: 2023-07-19 13:40:09 UTC -* Number of recursive dependencies: 93 - -Run `revdepcheck::cloud_details(, "cocktailApp")` for more info - -
- -## Newly broken - -* checking whether package ‘cocktailApp’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/cocktailApp/new/cocktailApp.Rcheck/00install.out’ for details. - ``` - -## Newly fixed - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 14729 marked UTF-8 strings - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘cocktailApp’ ... -** package ‘cocktailApp’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -** inst -** byte-compile and prepare package for lazy loading -Error: .onLoad failed in loadNamespace() for 'ggtern', details: - call: NULL - error: object properties are invalid: -- @lineend must be or , not S3 -Execution halted -ERROR: lazy loading failed for package ‘cocktailApp’ -* removing ‘/tmp/workdir/cocktailApp/new/cocktailApp.Rcheck/cocktailApp’ - - -``` -### CRAN - -``` -* installing *source* package ‘cocktailApp’ ... -** package ‘cocktailApp’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (cocktailApp) - - -``` -# coda.plot - -
- -* Version: 0.1.9 -* GitHub: NA -* Source code: https://github.com/cran/coda.plot -* Date/Publication: 2025-04-20 21:30:02 UTC -* Number of recursive dependencies: 41 - -Run `revdepcheck::cloud_details(, "coda.plot")` for more info - -
- -## Newly broken - -* checking whether package ‘coda.plot’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/coda.plot/new/coda.plot.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘coda.plot’ ... -** package ‘coda.plot’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** byte-compile and prepare package for lazy loading -Error: .onLoad failed in loadNamespace() for 'ggtern', details: - call: NULL - error: object properties are invalid: -- @lineend must be or , not S3 -Execution halted -ERROR: lazy loading failed for package ‘coda.plot’ -* removing ‘/tmp/workdir/coda.plot/new/coda.plot.Rcheck/coda.plot’ - - -``` -### CRAN - -``` -* installing *source* package ‘coda.plot’ ... -** package ‘coda.plot’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -** building package indices -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (coda.plot) - - -``` -# conquestr - -
- -* Version: 1.5.1 -* GitHub: NA -* Source code: https://github.com/cran/conquestr -* Date/Publication: 2025-05-18 07:50:02 UTC -* Number of recursive dependencies: 77 - -Run `revdepcheck::cloud_details(, "conquestr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(conquestr) - > - > test_check("conquestr") - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 25 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-ConQuestRout.R:10:3'): Rout file is of correct type ────────── - `myRoutPlot` has type 'object', not 'list'. - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 25 ] - Error: Test failures - Execution halted - ``` - -# constructive - -
- -* Version: 1.1.0 -* GitHub: https://github.com/cynkra/constructive -* Source code: https://github.com/cran/constructive -* Date/Publication: 2025-01-10 14:10:01 UTC -* Number of recursive dependencies: 111 - -Run `revdepcheck::cloud_details(, "constructive")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(constructive) - > - > test_check("constructive") - [ FAIL 6 | WARN 2 | SKIP 113 | PASS 24 ] - - ══ Skipped tests (113) ═════════════════════════════════════════════════════════ - ... - 13. │ └─constructive:::strip_theme(x) - 14. │ └─constructive:::`$<-`(`*tmp*`, size, value = NULL) - 15. │ └─constructive:::`[[<-`(...) - 16. └─rlang (local) ``(``) - 17. └─handlers[[1L]](cnd) - 18. └─rlang::abort(...) - - [ FAIL 6 | WARN 2 | SKIP 113 | PASS 24 ] - Error: Test failures - Execution halted - ``` - -# CoSMoS - -
- -* Version: 2.1.0 -* GitHub: https://github.com/TycheLab/CoSMoS -* Source code: https://github.com/cran/CoSMoS -* Date/Publication: 2021-05-29 23:20:08 UTC -* Number of recursive dependencies: 77 - -Run `revdepcheck::cloud_details(, "CoSMoS")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘vignette.Rmd’ using rmarkdown - ``` - -# countfitteR - -
- -* Version: 1.4 -* GitHub: https://github.com/BioGenies/countfitteR -* Source code: https://github.com/cran/countfitteR -* Date/Publication: 2020-09-30 21:30:02 UTC -* Number of recursive dependencies: 87 - -Run `revdepcheck::cloud_details(, "countfitteR")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(countfitteR) - > - > test_check("countfitteR") - [ FAIL 1 | WARN 6 | SKIP 0 | PASS 32 ] - - ... - 1. ├─testthat::expect_equal(p$labels[[1]], "x") at testing.R:45:3 - 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") - 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) - 4. ├─p$labels[[1]] - 5. ├─S7:::`[[.S7_object`(p$labels, 1) - 6. └─base::NextMethod() - - [ FAIL 1 | WARN 6 | SKIP 0 | PASS 32 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) summary_fitlist.Rd:15: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) summary_fitlist.Rd:16: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) summary_fitlist.Rd:17: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) summary_fitlist.Rd:18: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) summary_fitlist.Rd:19: Lost braces in \itemize; \value handles \item{}{} directly - ``` - -# covidcast - -
- -* Version: 0.5.2 -* GitHub: https://github.com/cmu-delphi/covidcast -* Source code: https://github.com/cran/covidcast -* Date/Publication: 2023-07-12 23:40:06 UTC -* Number of recursive dependencies: 89 - -Run `revdepcheck::cloud_details(, "covidcast")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(covidcast) - We encourage COVIDcast API users to register on our mailing list: - https://lists.andrew.cmu.edu/mailman/listinfo/delphi-covidcast-api - We'll send announcements about new data sources, package updates, - server maintenance, and new features. - > - ... - • plot/default-county-choropleth.svg - • plot/default-hrr-choropleth-with-include.svg - • plot/default-msa-choropleth-with-include.svg - • plot/default-state-choropleth-with-include.svg - • plot/default-state-choropleth-with-range.svg - • plot/state-choropleth-with-no-metadata.svg - • plot/state-line-graph-with-range.svg - • plot/state-line-graph-with-stderrs.svg - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘correlation-utils.Rmd’ using rmarkdown - --- finished re-building ‘correlation-utils.Rmd’ - - --- re-building ‘covidcast.Rmd’ using rmarkdown - ``` - -## In both - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 20 marked UTF-8 strings - ``` - -# cowplot - -
- -* Version: 1.1.3 -* GitHub: https://github.com/wilkelab/cowplot -* Source code: https://github.com/cran/cowplot -* Date/Publication: 2024-01-22 23:22:51 UTC -* Number of recursive dependencies: 96 - -Run `revdepcheck::cloud_details(, "cowplot")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(cowplot) - > - > test_check("cowplot") - [ FAIL 1 | WARN 4 | SKIP 7 | PASS 54 ] - - ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ - ... - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test_ggdraw.R:7:3'): basic ggdraw usage ─────────────────────────── - methods::is(g) not equal to "gg". - 1/1 mismatches - x[1]: "ggplot2::ggplot" - y[1]: "gg" - - [ FAIL 1 | WARN 4 | SKIP 7 | PASS 54 ] - Error: Test failures - Execution halted - ``` - -# ctrialsgov - -
- -* Version: 0.2.5 -* GitHub: NA -* Source code: https://github.com/cran/ctrialsgov -* Date/Publication: 2021-10-18 16:00:02 UTC -* Number of recursive dependencies: 96 - -Run `revdepcheck::cloud_details(, "ctrialsgov")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ctrialsgov) - > - > test_check("ctrialsgov") - [NCT04553939] ible Local Advanved |Bladder| Cancer - [NCT03517995] of Sulforaphane in |Bladder| Cancer Chemoprevent - [NCT04210479] Comparison of |Bladder| Filling vs. Non-Fil - ... - [1] "ctgov_bar_plot" - "gg" [2] - [2] "ggplot2::ggplot" - - [3] "ggplot" - - [4] "ggplot2::gg" - - [5] "S7_object" - - [6] "gg" - "ggplot" [3] - - [ FAIL 1 | WARN 6 | SKIP 0 | PASS 44 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 1350 marked UTF-8 strings - ``` - -# cvms - -
- -* Version: 1.7.0 -* GitHub: https://github.com/ludvigolsen/cvms -* Source code: https://github.com/cran/cvms -* Date/Publication: 2025-03-07 11:30:07 UTC -* Number of recursive dependencies: 152 - -Run `revdepcheck::cloud_details(, "cvms")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(cvms) - > - > if (require("xpectr")) { - + test_check("cvms") - + } - Loading required package: xpectr - ... - names for target but not for current - ── Failure ('test_plotting_functions.R:359:3'): plot_confusion_matrix() with sum tiles, class order, and intensity_by percentage ── - `labels` not equal to list(...). - Attributes: < names for target but not for current > - Attributes: < Length mismatch: comparison on first 0 components > - Length mismatch: comparison on first 4 components - - [ FAIL 15 | WARN 0 | SKIP 71 | PASS 3602 ] - Error: Test failures - Execution halted - ``` - -# cylcop - -
- -* Version: 0.2.0 -* GitHub: https://github.com/r-lib/devtools -* Source code: https://github.com/cran/cylcop -* Date/Publication: 2022-10-29 22:00:21 UTC -* Number of recursive dependencies: 95 - -Run `revdepcheck::cloud_details(, "cylcop")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘cylcop-Ex.R’ failed - The error most likely occurred in: - - > ### Name: plot_circ_hist - > ### Title: Circular Histogram of Turn Angles - > ### Aliases: plot_circ_hist - > - > ### ** Examples - > - > set.seed(123) - ... - 23. │ └─l$compute_geom_2(d, theme = plot@theme) - 24. │ └─ggplot2 (local) compute_geom_2(..., self = self) - 25. │ └─self$geom$use_defaults(...) - 26. │ └─ggplot2 (local) use_defaults(..., self = self) - 27. │ └─ggplot2:::check_aesthetics(new_params, nrow(data)) - 28. │ └─vctrs::list_sizes(x) - 29. └─vctrs:::stop_scalar_type(``(``), "x$label", ``) - 30. └─vctrs:::stop_vctrs(...) - 31. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) - Execution halted - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) gammamix.Rd:47-48: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) gammamix.Rd:49-51: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) gammamix.Rd:52-53: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) gammamix.Rd:54-55: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) joint.Rd:41-42: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) joint.Rd:43-45: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) joint.Rd:46-47: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) lnormmix.Rd:44-45: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) lnormmix.Rd:46-48: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) lnormmix.Rd:49-50: Lost braces in \itemize; \value handles \item{}{} directly - ... - checkRd: (-1) vonmisesmix.Rd:45-46: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) vonmisesmix.Rd:47-48: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) weibullmix.Rd:44-45: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) weibullmix.Rd:46-48: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) weibullmix.Rd:49-50: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) weibullmix.Rd:51-52: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) wrappedcauchy.Rd:43-44: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) wrappedcauchy.Rd:45-47: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) wrappedcauchy.Rd:48-49: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) wrappedcauchy.Rd:50-51: Lost braces in \itemize; \value handles \item{}{} directly - ``` - -# D2MCS - -
- -* Version: 1.0.1 -* GitHub: https://github.com/drordas/D2MCS -* Source code: https://github.com/cran/D2MCS -* Date/Publication: 2022-08-23 11:40:02 UTC -* Number of recursive dependencies: 178 - -Run `revdepcheck::cloud_details(, "D2MCS")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘test_all.R’ - Running the tests in ‘tests/test_all.R’ failed. - Complete output: - > testthat::test_check("D2MCS") - Loading required package: D2MCS - [ FAIL 5 | WARN 6 | SKIP 15 | PASS 755 ] - - ══ Skipped tests (15) ══════════════════════════════════════════════════════════ - • On CRAN (2): 'test_D2MCS.R:129:3', 'test_D2MCS.R:213:3' - • {ranger} is not installed (13): 'test_D2MCS.R:411:3', - ... - ── Failure ('test_clustering.strategies.TypeBasedStrategy.R:226:3'): TypeBasedStrategy works ── - c("gg", "ggplot") not equal to class(strategyNoReal$plot()). - Lengths differ: 2 is not 5 - ── Failure ('test_clustering.strategies.TypeBasedStrategy.R:234:3'): TypeBasedStrategy works ── - c("gg", "ggplot") not equal to class(strategyNoBinary$plot()). - Lengths differ: 2 is not 5 - - [ FAIL 5 | WARN 6 | SKIP 15 | PASS 755 ] - Error: Test failures - Execution halted - ``` - -# dabestr - -
- -* Version: 2025.3.14 -* GitHub: https://github.com/ACCLAB/dabestr -* Source code: https://github.com/cran/dabestr -* Date/Publication: 2025-02-26 12:50:02 UTC -* Number of recursive dependencies: 82 - -Run `revdepcheck::cloud_details(, "dabestr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - > # * https://testthat.r-lib.org/reference/test_package.html#special-files - ... - • 001_plotter/two-groups-unpaired-mean-diff-colour-float-true.svg - • 001_plotter/two-groups-unpaired-mean-diff-float-false.svg - • 001_plotter/two-groups-unpaired-mean-diff-float-true.svg - • 002_forest_plot/deltadelta-forest-plot-mean-diff.svg - • 002_forest_plot/deltadelta-forest-plot-with-plot-kwargs.svg - • 002_forest_plot/minimeta-forest-plot-mean-diff.svg - • 002_forest_plot/minimeta-forest-plot-median-diff.svg - • 002_forest_plot/minimeta-forest-plot-with-plot-kwargs.svg - Error: Test failures - Execution halted - ``` - -# daiquiri - -
- -* Version: 1.1.1 -* GitHub: https://github.com/ropensci/daiquiri -* Source code: https://github.com/cran/daiquiri -* Date/Publication: 2023-07-18 16:50:09 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::cloud_details(, "daiquiri")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(daiquiri) - > - > test_check("daiquiri") - - Quitting from report_htmldoc.Rmd:466-528 [daiquiri-individual-fields] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - ... - 36. └─rlang::abort(message, ..., call = call, arg = arg) - - [ FAIL 4 | WARN 0 | SKIP 8 | PASS 472 ] - Deleting unused snapshots: - • aggregate_data/test_[ALL_FIELDS_COMBINED].csv - • aggregate_data/test_[DUPLICATES].csv - • aggregate_data/test_col1.csv - • aggregate_data/test_col2.csv - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘daiquiri.Rmd’ using rmarkdown - ``` - -# DAISIEprep - -
- -* Version: 1.0.0 -* GitHub: https://github.com/joshwlambert/DAISIEprep -* Source code: https://github.com/cran/DAISIEprep -* Date/Publication: 2024-12-18 00:20:02 UTC -* Number of recursive dependencies: 145 - -Run `revdepcheck::cloud_details(, "DAISIEprep")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(DAISIEprep) - > - > test_check("DAISIEprep") - [ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ] - - ══ Skipped tests (14) ══════════════════════════════════════════════════════════ - ... - ── Failure ('test-plot_phylod.R:8:3'): plot_phylod runs silent without error ─── - `plot_phylod(phylod = phylod, node_pies = FALSE)` produced warnings. - ── Failure ('test-plot_phylod.R:13:3'): plot_phylod runs silent without error ── - `plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings. - ── Failure ('test-plot_phylod.R:18:3'): plot_phylod runs silent without error ── - `plot_phylod(phylod = phylod, node_pies = TRUE)` produced warnings. - - [ FAIL 4 | WARN 2 | SKIP 14 | PASS 2235 ] - Error: Test failures - Execution halted - ``` - -# dams - -
- -* Version: 0.3.0 -* GitHub: https://github.com/jsta/dams -* Source code: https://github.com/cran/dams -* Date/Publication: 2020-05-20 16:00:03 UTC -* Number of recursive dependencies: 87 - -Run `revdepcheck::cloud_details(, "dams")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘dams.Rmd’ using rmarkdown - ``` - -## In both - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 5 marked UTF-8 strings - ``` - -# Deducer - -
- -* Version: 0.9-0 -* GitHub: NA -* Source code: https://github.com/cran/Deducer -* Date/Publication: 2025-05-07 13:50:06 UTC -* Number of recursive dependencies: 114 - -Run `revdepcheck::cloud_details(, "Deducer")` for more info - -
- -## Newly broken - -* checking whether package ‘Deducer’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘Deducer’ - See ‘/tmp/workdir/Deducer/new/Deducer.Rcheck/00install.out’ for details. - ``` - -# dendextend - -
- -* Version: 1.19.0 -* GitHub: https://github.com/talgalili/dendextend -* Source code: https://github.com/cran/dendextend -* Date/Publication: 2024-11-15 10:40:06 UTC -* Number of recursive dependencies: 128 - -Run `revdepcheck::cloud_details(, "dendextend")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > - > library(dendextend) - - --------------------- - Welcome to dendextend version 1.19.0 - Type citation('dendextend') for how to cite the package. - ... - [ FAIL 1 | WARN 2 | SKIP 0 | PASS 872 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-ggdend.R:168:4'): ggplot doesn't have warnings for dendrograms ── - names(ggplot_build(g)) not identical to c("data", "layout", "plot"). - target is NULL, current is character - - [ FAIL 1 | WARN 2 | SKIP 0 | PASS 872 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Packages which this enhances but not available for checking: - 'ggdendro', 'dendroextras', 'Hmisc', 'WGCNA', 'moduleColor', - 'distory', 'phangorn', 'zoo' - ``` - -* checking installed package size ... NOTE - ``` - installed size is 6.9Mb - sub-directories of 1Mb or more: - doc 5.8Mb - ``` - -* checking Rd cross-references ... NOTE - ``` - Packages unavailable to check Rd xrefs: ‘WGCNA’, ‘dendroextras’, ‘moduleColor’, ‘distory’, ‘phangorn’, ‘ggdendro’, ‘zoo’ - ``` - -# DImodelsVis - -
- -* Version: 1.0.1 -* GitHub: NA -* Source code: https://github.com/cran/DImodelsVis -* Date/Publication: 2024-02-26 14:10:15 UTC -* Number of recursive dependencies: 111 - -Run `revdepcheck::cloud_details(, "DImodelsVis")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘DImodelsVis-Ex.R’ failed - The error most likely occurred in: - - > ### Name: conditional_ternary - > ### Title: Conditional ternary diagrams - > ### Aliases: conditional_ternary - > - > ### ** Examples - > - > library(DImodels) - ... - 14. │ └─base::withCallingHandlers(...) - 15. └─ggplot2 (local) f(l = layers[[i]], d = data[[i]]) - 16. └─l$compute_position(d, layout) - 17. └─ggplot2 (local) compute_position(..., self = self) - 18. └─self$position$use_defaults(data, self$aes_params) - 19. └─ggplot2 (local) use_defaults(..., self = self) - 20. └─ggplot2:::check_aesthetics(new, nrow(data)) - 21. └─cli::cli_abort(...) - 22. └─rlang::abort(...) - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘DImodelsVis-with-complex-models.Rmd’ using rmarkdown - ``` - -# directlabels - -
- -* Version: 2025.5.20 -* GitHub: https://github.com/tdhock/directlabels -* Source code: https://github.com/cran/directlabels -* Date/Publication: 2025-05-20 10:50:02 UTC -* Number of recursive dependencies: 79 - -Run `revdepcheck::cloud_details(, "directlabels")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘examples.Rmd’ using knitr - ``` - -# DiSCos - -
- -* Version: 0.1.1 -* GitHub: https://github.com/Davidvandijcke/DiSCos -* Source code: https://github.com/cran/DiSCos -* Date/Publication: 2024-07-23 03:30:03 UTC -* Number of recursive dependencies: 118 - -Run `revdepcheck::cloud_details(, "DiSCos")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - `expected`: TRUE - ── Failure ('test-DiSCoTEA.R:142:3'): cdfDiff works ──────────────────────────── - typeof(discot$plot) == "list" is not TRUE - - `actual`: FALSE - `expected`: TRUE - - [ FAIL 8 | WARN 2 | SKIP 1 | PASS 107 ] - Error: Test failures - Execution halted - ``` - -# distributions3 - -
- -* Version: 0.2.2 -* GitHub: https://github.com/alexpghayes/distributions3 -* Source code: https://github.com/cran/distributions3 -* Date/Publication: 2024-09-16 16:20:02 UTC -* Number of recursive dependencies: 88 - -Run `revdepcheck::cloud_details(, "distributions3")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(distributions3) - - Attaching package: 'distributions3' - - The following object is masked from 'package:stats': - - ... - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-plot.R:50:3'): ggplot2 implementation works ────────────────── - `print(gg1)` produced warnings. - ── Failure ('test-plot.R:56:3'): ggplot2 implementation works ────────────────── - `print(gg3)` produced warnings. - - [ FAIL 2 | WARN 14 | SKIP 0 | PASS 2766 ] - Error: Test failures - Execution halted - ``` - -# dittoViz - -
- -* Version: 1.0.3 -* GitHub: https://github.com/dtm2451/dittoViz -* Source code: https://github.com/cran/dittoViz -* Date/Publication: 2025-02-25 18:30:02 UTC -* Number of recursive dependencies: 95 - -Run `revdepcheck::cloud_details(, "dittoViz")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘dittoViz-Ex.R’ failed - The error most likely occurred in: - - > ### Name: freqPlot - > ### Title: Plot discrete observation frequencies per sample and per - > ### grouping - > ### Aliases: freqPlot - > - > ### ** Examples - > - ... - ▆ - 1. └─dittoViz::freqPlot(...) - 2. └─dittoViz::yPlot(...) - 3. └─dittoViz:::.yPlot_add_data_y_direction(...) - 4. └─ggplot2::geom_violin(draw_quantiles = vlnplot.quantiles) - 5. └─ggplot2:::check_numeric(draw_quantiles) - 6. └─ggplot2:::check_object(x, is.numeric, what, ..., arg = arg, call = call) - 7. └─ggplot2:::stop_input_type(...) - 8. └─rlang::abort(message, ..., call = call, arg = arg) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(dittoViz) - Loading required package: ggplot2 - > test_check("dittoViz") - Picking joint bandwidth of 11.2 - Picking joint bandwidth of 11.2 - Picking joint bandwidth of 11.2 - ... - 6. └─dittoViz:::.yPlot_add_data_y_direction(...) - 7. └─ggplot2::geom_violin(draw_quantiles = vlnplot.quantiles) - 8. └─ggplot2:::check_numeric(draw_quantiles) - 9. └─ggplot2:::check_object(x, is.numeric, what, ..., arg = arg, call = call) - 10. └─ggplot2:::stop_input_type(...) - 11. └─rlang::abort(message, ..., call = call, arg = arg) - - [ FAIL 37 | WARN 19 | SKIP 0 | PASS 220 ] - Error: Test failures - Execution halted - ``` - -# duke - -
- -* Version: 0.0.3 -* GitHub: https://github.com/aidangildea/duke -* Source code: https://github.com/cran/duke -* Date/Publication: 2023-12-15 21:50:16 UTC -* Number of recursive dependencies: 85 - -Run `revdepcheck::cloud_details(, "duke")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - > # * https://testthat.r-lib.org/reference/test_package.html#special-files - ... - 2. │ └─testthat:::expect_condition_matching(...) - 3. │ └─testthat:::quasi_capture(...) - 4. │ ├─testthat (local) .capture(...) - 5. │ │ └─base::withCallingHandlers(...) - 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) - 7. └─testthat::expect_equal(ggplot2::layer_data(p3)$fill[9], "#B5B5B5") - - [ FAIL 1 | WARN 10 | SKIP 0 | PASS 27 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘duke.Rmd’ using rmarkdown - ``` - -# easyalluvial - -
- -* Version: 0.3.2 -* GitHub: https://github.com/erblast/easyalluvial -* Source code: https://github.com/cran/easyalluvial -* Date/Publication: 2023-12-07 13:40:06 UTC -* Number of recursive dependencies: 148 - -Run `revdepcheck::cloud_details(, "easyalluvial")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(easyalluvial) - > - > test_check("easyalluvial") - [ FAIL 3 | WARN 6 | SKIP 18 | PASS 41 ] - - ══ Skipped tests (18) ══════════════════════════════════════════════════════════ - ... - • plot_marginal_histograms/mod-num-num.svg - • plot_marginal_histograms/mod-num-pred-train.svg - • plot_marginal_histograms/plot-hist-long-cat-fill.svg - • plot_marginal_histograms/plot-hist-long-cat.svg - • plot_marginal_histograms/plot-hist-long-num-has-fill.svg - • plot_marginal_histograms/plot-hist-long-num-is-fill.svg - • plot_marginal_histograms/plot-hist-long-num.svg - • plot_marginal_histograms/plot-hist-wide-num.svg - Error: Test failures - Execution halted - ``` - -# easysurv - -
- -* Version: 2.0.1 -* GitHub: https://github.com/Maple-Health-Group/easysurv -* Source code: https://github.com/cran/easysurv -* Date/Publication: 2024-06-21 10:30:06 UTC -* Number of recursive dependencies: 152 - -Run `revdepcheck::cloud_details(, "easysurv")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘easysurv-Ex.R’ failed - The error most likely occurred in: - - > ### Name: get_km - > ### Title: Generate Kaplan-Meier estimates - > ### Aliases: get_km - > - > ### ** Examples - > - > km_results <- get_km( - ... - Poor Poor 228 145 3.101736 0.1772520 2.183562 1.978082 2.619178 - Median follow-up - Good 4.452055 - Medium 4.712329 - Poor 4.115068 - - Error in .construct_risktable(x, geom_blank.times = NULL, geom_blank.risktable_stats = "{n.risk}", : - argument "risktable_height" is missing, with no default - Calls: ... ggsurvfit_build -> -> .construct_risktable - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘easysurv.Rmd’ using rmarkdown - - Quitting from easysurv.Rmd:148-157 [km] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error in `.construct_risktable()`: - ! argument "risktable_height" is missing, with no default - --- - Backtrace: - ... - - Error: processing vignette 'easysurv.Rmd' failed with diagnostics: - argument "risktable_height" is missing, with no default - --- failed re-building ‘easysurv.Rmd’ - - SUMMARY: processing the following file failed: - ‘easysurv.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# ecocbo - -
- -* Version: 0.12.0 -* GitHub: NA -* Source code: https://github.com/cran/ecocbo -* Date/Publication: 2024-08-21 08:00:02 UTC -* Number of recursive dependencies: 114 - -Run `revdepcheck::cloud_details(, "ecocbo")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - > # * https://testthat.r-lib.org/reference/test_package.html#special-files - ... - |======================================================================| 100% - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 26 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-plot_power.R:5:3'): plots are plotted ──────────────────────── - plot_power(epiBetaR, n = 4, m = 4, method = "power") has type 'object', not 'list'. - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 26 ] - Error: Test failures - Execution halted - ``` - -# EGM - -
- -* Version: 0.1.0 -* GitHub: https://github.com/shah-in-boots/EGM -* Source code: https://github.com/cran/EGM -* Date/Publication: 2024-05-23 16:10:05 UTC -* Number of recursive dependencies: 73 - -Run `revdepcheck::cloud_details(, "EGM")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(EGM) - Loading required package: vctrs - Loading required package: data.table - > EGM::set_wfdb_path("/usr/local/bin") - > - > test_check("EGM") - ... - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-ggm.R:63:2'): theming works ────────────────────────────────── - g$labels$x (`actual`) not equal to "sample" (`expected`). - - `actual` is NULL - `expected` is a character vector ('sample') - - [ FAIL 1 | WARN 9 | SKIP 19 | PASS 43 ] - Error: Test failures - Execution halted - ``` - -# eks - -
- -* Version: 1.1.0 -* GitHub: NA -* Source code: https://github.com/cran/eks -* Date/Publication: 2025-05-18 17:30:02 UTC -* Number of recursive dependencies: 78 - -Run `revdepcheck::cloud_details(, "eks")` for more info - -
- -## Newly broken - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.scale_rem: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# ENMTools - -
- -* Version: 1.1.2 -* GitHub: NA -* Source code: https://github.com/cran/ENMTools -* Date/Publication: 2024-01-16 12:50:11 UTC -* Number of recursive dependencies: 284 - -Run `revdepcheck::cloud_details(, "ENMTools")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ENMTools) - Loading required package: dismo - Loading required package: raster - Loading required package: sp - > - > test_check("ENMTools") - ... - `actual`: FALSE - `expected`: TRUE - Backtrace: - ▆ - 1. └─ENMTools (local) expect_enmtools_model(cyreni.glm.raster2) at test_ENMTools.R:249:3 - 2. └─testthat::expect_true(...) at test_ENMTools.R:66:3 - - [ FAIL 9 | WARN 0 | SKIP 3 | PASS 167 ] - Error: Test failures - Execution halted - ``` - -# epos - -
- -* Version: 1.1 -* GitHub: https://github.com/bernd-mueller/epos -* Source code: https://github.com/cran/epos -* Date/Publication: 2024-03-15 10:10:02 UTC -* Number of recursive dependencies: 94 - -Run `revdepcheck::cloud_details(, "epos")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(epos) - > - > test_check("epos") - [ FAIL 1 | WARN 1 | SKIP 0 | PASS 13 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - [1] 1 - 11 == -10 - Backtrace: - ▆ - 1. └─testthat::expect_that(length(tanimotobaseline), equals(11)) at test_createTanimotoBaseline.R:47:3 - 2. └─testthat (local) condition(object) - 3. └─testthat::expect_equal(x, expected, ..., expected.label = label) - - [ FAIL 1 | WARN 1 | SKIP 0 | PASS 13 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘testthat’ - All declared Imports should be used. - ``` - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 15 marked UTF-8 strings - ``` - -# EQUALSTATS - -
- -* Version: 0.5.0 -* GitHub: NA -* Source code: https://github.com/cran/EQUALSTATS -* Date/Publication: 2024-09-23 08:30:02 UTC -* Number of recursive dependencies: 128 - -Run `revdepcheck::cloud_details(, "EQUALSTATS")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘EQUALSTATS-Ex.R’ failed - The error most likely occurred in: - - > ### Name: function.Survival_Analysis - > ### Title: Perform Survival Analysis - > ### Aliases: function.Survival_Analysis - > - > ### ** Examples - > - > # Create simulated data #### - ... - > rv$second_menu_choice <- NA - > rv$entry[[1]] <- "Admission to care home" - > rv$entry[[2]] <- "Follow-up" - > rv$entry[[3]] <- "Treatment" - > # Final function #### - > Results <- function.Survival_Analysis(Predefined_lists, rv) - Error in .construct_risktable(x, geom_blank.times = NULL, geom_blank.risktable_stats = c("{n.risk}", : - argument "risktable_height" is missing, with no default - Calls: function.Survival_Analysis - Execution halted - ``` - -## In both - -* checking Rd cross-references ... NOTE - ``` - Package unavailable to check Rd xrefs: ‘lmerTest’ - ``` - -# equatiomatic - -
- -* Version: 0.3.6 -* GitHub: https://github.com/datalorax/equatiomatic -* Source code: https://github.com/cran/equatiomatic -* Date/Publication: 2025-03-10 16:50:09 UTC -* Number of recursive dependencies: 145 - -Run `revdepcheck::cloud_details(, "equatiomatic")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘colors.Rmd’ using rmarkdown - --- finished re-building ‘colors.Rmd’ - - --- re-building ‘equatiomatic.Rmd’ using rmarkdown - --- finished re-building ‘equatiomatic.Rmd’ - - --- re-building ‘forecast-arima.Rmd’ using rmarkdown - --- finished re-building ‘forecast-arima.Rmd’ - - --- re-building ‘lme4-lmer.Rmd’ using rmarkdown - --- finished re-building ‘lme4-lmer.Rmd’ - - --- re-building ‘plotting-integration.Rmd’ using rmarkdown - ``` - -# errors - -
- -* Version: 0.4.3 -* GitHub: https://github.com/r-quantities/errors -* Source code: https://github.com/cran/errors -* Date/Publication: 2025-01-18 18:10:05 UTC -* Number of recursive dependencies: 65 - -Run `revdepcheck::cloud_details(, "errors")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘errors-Ex.R’ failed - The error most likely occurred in: - - > ### Name: geom_errors - > ### Title: Errorbars for 'errors' objects - > ### Aliases: geom_errors - > - > ### ** Examples - > - > if (requireNamespace("ggplot2", quietly=TRUE)) { - ... - 23. │ └─self$draw_panel(data, panel_params, coord, width = 0.05, height = 0.05) - 24. │ └─errors (local) draw_panel(...) - 25. │ ├─base::append(...) - 26. │ └─ggplot2::GeomErrorbarh$draw_panel(...) - 27. └─base::.handleSimpleError(...) - 28. └─rlang (local) h(simpleError(msg, call)) - 29. └─handlers[[1L]](cnd) - 30. └─cli::cli_abort(...) - 31. └─rlang::abort(...) - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - ... - --- re-building ‘rjournal.Rmd’ using rmarkdown - - Quitting from rjournal.Rmd:252-272 [plot] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - NULL - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: processing vignette 'rjournal.Rmd' failed with diagnostics: - ... - ℹ Error occurred in the 2nd layer. - Caused by error in `draw_panel()`: - ! unused argument (height = NULL) - --- failed re-building ‘rjournal.Rmd’ - - SUMMARY: processing the following file failed: - ‘rjournal.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -## Newly fixed - -* checking re-building of vignette outputs ... WARNING - ``` - Error(s) in re-building vignettes: - ... - --- re-building ‘rjournal.Rmd’ using rmarkdown - - tlmgr: Remote database at https://mirrors.mit.edu/CTAN/systems/texlive/tlnet - (revision 75567 of the texlive-scripts package) - seems to be older than the local installation - (revision 75579 of texlive-scripts); - please use a different mirror and/or wait a day or two. - - ... - - Error: processing vignette 'rjournal.Rmd' failed with diagnostics: - LaTeX failed to compile /tmp/workdir/errors/old/errors.Rcheck/vign_test/errors/vignettes/rjournal.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See rjournal.log for more info. - --- failed re-building ‘rjournal.Rmd’ - - SUMMARY: processing the following file failed: - ‘rjournal.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# eventstudyr - -
- -* Version: 1.1.3 -* GitHub: https://github.com/JMSLab/eventstudyr -* Source code: https://github.com/cran/eventstudyr -* Date/Publication: 2024-03-04 15:00:02 UTC -* Number of recursive dependencies: 97 - -Run `revdepcheck::cloud_details(, "eventstudyr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(eventstudyr) - > - > test_check("eventstudyr") - Defaulting to strongest lead of differenced policy variable: proxyIV = z_fd_lead3. To specify a different proxyIV use the proxyIV argument. - Defaulting to strongest lead of differenced policy variable: proxyIV = z_fd_lead3. To specify a different proxyIV use the proxyIV argument. - Defaulting to strongest lead of differenced policy variable: proxyIV = z_fd_lead3. To specify a different proxyIV use the proxyIV argument. - ... - `expected` is a character vector ('ci_lower') - ── Failure ('test-EventStudyPlot.R:128:5'): confidence intervals are appropriately present or absent ── - p_ci$labels$ymax (`actual`) not equal to "ci_upper" (`expected`). - - `actual` is NULL - `expected` is a character vector ('ci_upper') - - [ FAIL 6 | WARN 0 | SKIP 0 | PASS 258 ] - Error: Test failures - Execution halted - ``` - -# ez - -
- -* Version: 4.4-0 -* GitHub: https://github.com/mike-lawrence/ez -* Source code: https://github.com/cran/ez -* Date/Publication: 2016-11-02 18:17:31 -* Number of recursive dependencies: 62 - -Run `revdepcheck::cloud_details(, "ez")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ez-Ex.R’ failed - The error most likely occurred in: - - > ### Name: ezPlot - > ### Title: Plot data from a factorial experiment - > ### Aliases: ezPlot - > - > ### ** Examples - > - > #Read in the ANT data (see ?ANT). - ... - Backtrace: - ▆ - 1. └─ez::ezPlot(...) - 2. ├─base::eval(parse(text = p)) - 3. │ └─base::eval(parse(text = p)) - 4. └─ggplot2::facet_grid(facets = . ~ group, scales = "free_y") - 5. └─lifecycle::deprecate_stop("2.2.0", "facet_grid(facets)", "facet_grid(rows)") - 6. └─lifecycle:::deprecate_stop0(msg) - 7. └─rlang::cnd_signal(...) - Execution halted - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) ez-package.Rd:19: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:20: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:21: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:22: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:23: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:24: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:25: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:26: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:27: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:28: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:29: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:30: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:32: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ez-package.Rd:33: Lost braces in \itemize; meant \describe ? - ``` - -# ezEDA - -
- -* Version: 0.1.1 -* GitHub: https://github.com/kviswana/ezEDA -* Source code: https://github.com/cran/ezEDA -* Date/Publication: 2021-06-29 04:40:10 UTC -* Number of recursive dependencies: 76 - -Run `revdepcheck::cloud_details(, "ezEDA")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ezEDA) - > - > test_check("ezEDA") - [ FAIL 22 | WARN 0 | SKIP 0 | PASS 57 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - ── Error ('test_two_measures_relationship.R:19:3'): y axis is labeled 'hwy' ──── - Error in `expect_match(p$labels$y, "hwy")`: is.character(act$val) is not TRUE - Backtrace: - ▆ - 1. └─testthat::expect_match(p$labels$y, "hwy") at test_two_measures_relationship.R:19:3 - 2. └─base::stopifnot(is.character(act$val)) - - [ FAIL 22 | WARN 0 | SKIP 0 | PASS 57 ] - Error: Test failures - Execution halted - ``` - -# ezplot - -
- -* Version: 0.7.13 -* GitHub: NA -* Source code: https://github.com/cran/ezplot -* Date/Publication: 2024-01-28 11:30:05 UTC -* Number of recursive dependencies: 105 - -Run `revdepcheck::cloud_details(, "ezplot")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ezplot-Ex.R’ failed - The error most likely occurred in: - - > ### Name: variable_plot - > ### Title: variable_plot - > ### Aliases: variable_plot - > - > ### ** Examples - > - > suppressPackageStartupMessages(library(tsibble)) - > library(tsibbledata) - > variable_plot(ansett, "Week", "Passengers", facet_x = "Class", yoy = TRUE) - Error: object properties are invalid: - - @linewidth must be , , or , not - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ezplot) - > suppressPackageStartupMessages(library(tsibble)) - > - > test_check("ezplot") - [ FAIL 2 | WARN 6 | SKIP 0 | PASS 90 ] - - ... - 2. ├─ggplot2::theme(...) - 3. │ └─ggplot2:::find_args(..., complete = NULL, validate = NULL) - 4. │ └─base::mget(args, envir = env) - 5. └─ggplot2::element_rect(fill = NA, colour = NA, linewidth = NA) - 6. └─S7::new_object(...) - 7. └─S7::validate(object, recursive = !parent_validated) - - [ FAIL 2 | WARN 6 | SKIP 0 | PASS 90 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘bar_plot.Rmd’ using rmarkdown - ``` - -# fabletools - -
- -* Version: 0.5.0 -* GitHub: https://github.com/tidyverts/fabletools -* Source code: https://github.com/cran/fabletools -* Date/Publication: 2024-09-17 07:30:02 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::cloud_details(, "fabletools")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(dplyr) - - Attaching package: 'dplyr' - - The following object is masked from 'package:testthat': - - ... - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-graphics.R:327:3'): autoplot_dcmp_ts() ─────────────────────── - `print(p)` produced messages. - ── Failure ('test-graphics.R:346:3'): autoplot_dcmp_ts() ─────────────────────── - `print(p)` produced messages. - - [ FAIL 2 | WARN 0 | SKIP 1 | PASS 292 ] - Error: Test failures - Execution halted - ``` - -# fairmodels - -
- -* Version: 1.2.1 -* GitHub: https://github.com/ModelOriented/fairmodels -* Source code: https://github.com/cran/fairmodels -* Date/Publication: 2022-08-23 19:50:06 UTC -* Number of recursive dependencies: 83 - -Run `revdepcheck::cloud_details(, "fairmodels")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘fairmodels-Ex.R’ failed - The error most likely occurred in: - - > ### Name: fairness_heatmap - > ### Title: Fairness heatmap - > ### Aliases: fairness_heatmap - > - > ### ** Examples - > - > - ... -  Fairness object created succesfully  - > - > - > fh <- fairness_heatmap(fobject) - > - > plot(fh) - Error in rep(yes, length.out = len) : - attempt to replicate an object of type 'object' - Calls: plot -> plot.fairness_heatmap -> ifelse - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(fairmodels) - > - > - > test_check("fairmodels") - Welcome to DALEX (version: 2.4.3). - Find examples and detailed introduction at: http://ema.drwhy.ai/ - ... - 5. │ └─base::class(object) %in% class - 6. ├─fairmodels::plot_fairmodels(fc, type = "fairness_heatmap") - 7. └─fairmodels:::plot_fairmodels.fairness_object(fc, type = "fairness_heatmap") - 8. └─fairmodels:::plot_fairmodels.default(x, type, ...) - 9. └─fairmodels:::plot.fairness_heatmap(fairness_heatmap(x, ...)) - 10. └─base::ifelse(...) - - [ FAIL 3 | WARN 2 | SKIP 0 | PASS 299 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘Advanced_tutorial.Rmd’ using rmarkdown - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) choose_metric.Rd:35: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) choose_metric.Rd:36: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) choose_metric.Rd:37: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) confusion_matrx.Rd:20: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) confusion_matrx.Rd:21: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) confusion_matrx.Rd:22: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) confusion_matrx.Rd:23: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) disparate_impact_remover.Rd:28: Lost braces - 28 | pigeonholing. The number of pigeonholes is fixed and equal to min{101, unique(a)}, where a is vector with values for subgroup. So if some subgroup is not numerous and - | ^ - ... - checkRd: (-1) group_metric.Rd:30: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) group_metric.Rd:31: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) group_metric.Rd:32: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) group_metric.Rd:33: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) metric_scores.Rd:18: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) metric_scores.Rd:19: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) performance_and_fairness.Rd:20: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) performance_and_fairness.Rd:21: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) performance_and_fairness.Rd:22: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) performance_and_fairness.Rd:23: Lost braces in \itemize; \value handles \item{}{} directly - ``` - -# fairness - -
- -* Version: 1.2.2 -* GitHub: https://github.com/kozodoi/fairness -* Source code: https://github.com/cran/fairness -* Date/Publication: 2021-04-14 15:00:02 UTC -* Number of recursive dependencies: 149 - -Run `revdepcheck::cloud_details(, "fairness")` for more info - -
- -## Newly broken - -* checking whether package ‘fairness’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘fairness’ - See ‘/tmp/workdir/fairness/new/fairness.Rcheck/00install.out’ for details. - ``` - -# faux - -
- -* Version: 1.2.2 -* GitHub: https://github.com/debruine/faux -* Source code: https://github.com/cran/faux -* Date/Publication: 2025-01-15 09:10:01 UTC -* Number of recursive dependencies: 127 - -Run `revdepcheck::cloud_details(, "faux")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘faux-Ex.R’ failed - The error most likely occurred in: - - > ### Name: norm2likert - > ### Title: Convert normal to likert - > ### Aliases: norm2likert - > - > ### ** Examples - > - > - ... - 2. └─plt$build() - 3. └─private$addLimits(margThemed) - 4. └─ggplot2::scale_x_continuous(limits = limits, oob = scales::squish) - 5. └─ggplot2::continuous_scale(...) - 6. └─ggplot2:::check_continuous_limits(limits, call = call) - 7. └─ggplot2:::check_numeric(limits, arg = arg, call = call, allow_na = TRUE) - 8. └─ggplot2:::check_object(x, is.numeric, what, ..., arg = arg, call = call) - 9. └─ggplot2:::stop_input_type(...) - 10. └─rlang::abort(message, ..., call = call, arg = arg) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(faux) - - ************ - Welcome to faux. For support and examples visit: - https://debruine.github.io/faux/ - - Get and set global package options with: faux_options() - ... - class(p) not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - Backtrace: - ▆ - 1. └─global expect_equal(class(p), c("gg", "ggplot")) at test-plot_design.R:288:3 - 2. └─testthat::expect_equal(..., check.environment = FALSE) - - [ FAIL 19 | WARN 0 | SKIP 22 | PASS 1351 ] - Error: Test failures - Execution halted - ``` - -# feasts - -
- -* Version: 0.4.1 -* GitHub: https://github.com/tidyverts/feasts -* Source code: https://github.com/cran/feasts -* Date/Publication: 2024-09-25 23:40:02 UTC -* Number of recursive dependencies: 97 - -Run `revdepcheck::cloud_details(, "feasts")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(feasts) - Loading required package: fabletools - > - > test_check("feasts") - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 101 ] - - ... - ▆ - 1. ├─ggplot2::ggplot_build(p[[1]]) at test-graphics.R:194:3 - 2. ├─ggplot2:::ggplot_build.default(p[[1]]) - 3. │ └─ggplot2::build_ggplot(plot) - 4. │ └─S7::S7_dispatch() - 5. └─S7:::method_lookup_error("build_ggplot", ``) - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 101 ] - Error: Test failures - Execution halted - ``` - -# fec16 - -
- -* Version: 0.1.4 -* GitHub: https://github.com/baumer-lab/fec16 -* Source code: https://github.com/cran/fec16 -* Date/Publication: 2023-08-09 10:50:14 UTC -* Number of recursive dependencies: 91 - -Run `revdepcheck::cloud_details(, "fec16")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘fec_vignette.Rmd’ using rmarkdown - ``` - -## In both - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 20 marked UTF-8 strings - ``` - -# flextable - -
- -* Version: 0.9.9 -* GitHub: https://github.com/davidgohel/flextable -* Source code: https://github.com/cran/flextable -* Date/Publication: 2025-05-31 09:40:02 UTC -* Number of recursive dependencies: 131 - -Run `revdepcheck::cloud_details(, "flextable")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘flextable-Ex.R’ failed - The error most likely occurred in: - - > ### Name: gg_chunk - > ### Title: 'ggplots' chunk wrapper - > ### Aliases: gg_chunk - > - > ### ** Examples - > - > library(data.table) - ... - Loading required package: ggplot2 - a flextable object. - col_keys: `Species`, `gg` - header has 1 row(s) - body has 3 row(s) - original dataset sample: - Error in format.default(unlist(xx), ...) : - c("Found no format() method for class \"ggplot2::ggplot\"", "Found no format() method for class \"ggplot\"", "Found no format() method for class \"ggplot2::gg\"", "Found no format() method for class \"S7_object\"", "Found no format() method for class \"gg\"") - Calls: ... format -> format.default -> lapply -> FUN -> format.default - Execution halted - ``` - -# fmf - -
- -* Version: 1.1.1 -* GitHub: NA -* Source code: https://github.com/cran/fmf -* Date/Publication: 2020-09-03 07:32:12 UTC -* Number of recursive dependencies: 175 - -Run `revdepcheck::cloud_details(, "fmf")` for more info - -
- -## Newly broken - -* checking whether package ‘fmf’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘fmf’ - See ‘/tmp/workdir/fmf/new/fmf.Rcheck/00install.out’ for details. - ``` - -## In both - -* checking C++ specification ... NOTE - ``` - Specified C++11: please drop specification unless essential - ``` - -# forestPSD - -
- -* Version: 1.0.0 -* GitHub: NA -* Source code: https://github.com/cran/forestPSD -* Date/Publication: 2024-11-11 16:50:05 UTC -* Number of recursive dependencies: 44 - -Run `revdepcheck::cloud_details(, "forestPSD")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘forestPSD-Ex.R’ failed - The error most likely occurred in: - - > ### Name: psdfun - > ### Title: Regression analysis for survival curves. - > ### Aliases: psdfun - > - > ### ** Examples - > - > data(Npop) - ... - 16. │ └─l$compute_geom_2(d, theme = plot@theme) - 17. │ └─ggplot2 (local) compute_geom_2(..., self = self) - 18. │ └─self$geom$use_defaults(...) - 19. │ └─ggplot2 (local) use_defaults(..., self = self) - 20. │ └─ggplot2:::check_aesthetics(new_params, nrow(data)) - 21. │ └─vctrs::list_sizes(x) - 22. └─vctrs:::stop_scalar_type(``(``), "x$label", ``) - 23. └─vctrs:::stop_vctrs(...) - 24. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespaces in Imports field not imported from: - ‘ggplot2’ ‘reshape2’ - All declared Imports should be used. - ``` - -# FunnelPlotR - -
- -* Version: 0.5.0 -* GitHub: https://github.com/nhs-r-community/FunnelPlotR -* Source code: https://github.com/cran/FunnelPlotR -* Date/Publication: 2024-04-12 08:40:02 UTC -* Number of recursive dependencies: 81 - -Run `revdepcheck::cloud_details(, "FunnelPlotR")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘FunnelPlotR-Ex.R’ failed - The error most likely occurred in: - - > ### Name: funnel_plot - > ### Title: Funnel plots for comparing institutional performance - > ### Aliases: funnel_plot - > - > ### ** Examples - > - > # We will use the 'medpar' dataset from the 'COUNT' package. - ... - > - > # Get predicted values for building ratio - > medpar$prds<- predict(mod, type="response") - > - > # Draw plot, returning just the plot object - > fp<-funnel_plot(medpar, denominator=prds, numerator=los, - + group = provnum, limit=95, title="An example funnel plot") - Error in validate_funnel_plot(rtn) : Invalid ggplot object - Calls: funnel_plot -> validate_funnel_plot - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(FunnelPlotR) - > - > test_check("FunnelPlotR") - [ FAIL 2 | WARN 0 | SKIP 0 | PASS 34 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - ── Error ('test-funnel_plot.R:7:3'): `funnel_plot()` works with input and returns expected list ── - Error in `validate_funnel_plot(rtn)`: Invalid ggplot object - Backtrace: - ▆ - 1. └─FunnelPlotR::funnel_plot(dt, num, denom, group) at test-funnel_plot.R:7:3 - 2. └─FunnelPlotR:::validate_funnel_plot(rtn) - - [ FAIL 2 | WARN 0 | SKIP 0 | PASS 34 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘changing_funnel_plot_options.Rmd’ using rmarkdown - - Quitting from changing_funnel_plot_options.Rmd:32-49 [dtsetup] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error in `validate_funnel_plot()`: - ! Invalid ggplot object - --- - Backtrace: - ... - ▆ - 1. └─FunnelPlotR::funnel_plot(...) - 2. └─FunnelPlotR:::validate_funnel_plot(rtn) - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: processing vignette 'changing_funnel_plot_options.Rmd' failed with diagnostics: - Invalid ggplot object - --- failed re-building ‘changing_funnel_plot_options.Rmd’ - - --- re-building ‘funnel_plots.Rmd’ using rmarkdown - ``` - -# gapfill - -
- -* Version: 0.9.6-1 -* GitHub: https://github.com/florafauna/gapfill -* Source code: https://github.com/cran/gapfill -* Date/Publication: 2021-02-12 10:10:05 UTC -* Number of recursive dependencies: 67 - -Run `revdepcheck::cloud_details(, "gapfill")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘run-all.R’ - Running the tests in ‘tests/run-all.R’ failed. - Complete output: - > library(testthat) - > test_check('gapfill') - Loading required package: gapfill - Loading required package: ggplot2 - --> See ?Gapfill and https://doi.org/10.1109/TGRS.2017.2785240 <-- - [ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ] - - ... - ── Failure ('test-Image.R:10:4'): Image ──────────────────────────────────────── - class(Image(unname(ndvi))) not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - ── Failure ('test-Image.R:11:4'): Image ──────────────────────────────────────── - class(Image(ndvi, zlim = c(1, 2))) not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - - [ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Packages which this enhances but not available for checking: - 'raster', 'doParallel', 'doMPI' - ``` - -* checking Rd files ... NOTE - ``` - checkRd: (-1) Gapfill.Rd:66-68: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) Gapfill.Rd:69-70: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) Gapfill.Rd:71-77: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) Gapfill.Rd:72: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) Gapfill.Rd:73: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) Gapfill.Rd:74: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) Gapfill.Rd:75: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) Gapfill.Rd:78: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) ndvi.Rd:10: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ndvi.Rd:11: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ndvi.Rd:12: Lost braces in \itemize; meant \describe ? - checkRd: (-1) ndvi.Rd:13: Lost braces in \itemize; meant \describe ? - ``` - -# genekitr - -
- -* Version: 1.2.8 -* GitHub: https://github.com/GangLiLab/genekitr -* Source code: https://github.com/cran/genekitr -* Date/Publication: 2024-09-06 13:00:06 UTC -* Number of recursive dependencies: 196 - -Run `revdepcheck::cloud_details(, "genekitr")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘genekitr-Ex.R’ failed - The error most likely occurred in: - - > ### Name: plotVenn - > ### Title: Venn plot for groups of genes - > ### Aliases: plotVenn - > - > ### ** Examples - > - > k1 = requireNamespace("ComplexUpset",quietly = TRUE) - ... - 32. │ └─ggplot2 (local) `method(merge_element, list(ggplot2::element, class_any))`(...) - 33. │ └─S7::props(old, idx) - 34. │ └─S7::check_is_S7(object) - 35. │ └─base::stop(msg, call. = FALSE) - 36. └─base::.handleSimpleError(...) - 37. └─rlang (local) h(simpleError(msg, call)) - 38. └─handlers[[1L]](cnd) - 39. └─cli::cli_abort(...) - 40. └─rlang::abort(...) - Execution halted - ``` - -# geneSLOPE - -
- -* Version: 0.38.3 -* GitHub: https://github.com/psobczyk/geneSLOPE -* Source code: https://github.com/cran/geneSLOPE -* Date/Publication: 2025-06-20 04:40:02 UTC -* Number of recursive dependencies: 76 - -Run `revdepcheck::cloud_details(, "geneSLOPE")` for more info - -
- -## Newly broken - -* checking whether package ‘geneSLOPE’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0. - See ‘/tmp/workdir/geneSLOPE/new/geneSLOPE.Rcheck/00install.out’ for details. - ``` - -# geofacet - -
- -* Version: 0.2.1 -* GitHub: https://github.com/hafen/geofacet -* Source code: https://github.com/cran/geofacet -* Date/Publication: 2023-11-30 08:00:11 UTC -* Number of recursive dependencies: 93 - -Run `revdepcheck::cloud_details(, "geofacet")` for more info - -
- -## Newly broken - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.facet_geo_spec: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -## In both - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 646 marked UTF-8 strings - ``` - -# geomtextpath - -
- -* Version: 0.1.5 -* GitHub: https://github.com/AllanCameron/geomtextpath -* Source code: https://github.com/cran/geomtextpath -* Date/Publication: 2025-01-14 17:40:02 UTC -* Number of recursive dependencies: 91 - -Run `revdepcheck::cloud_details(, "geomtextpath")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘geomtextpath-Ex.R’ failed - The error most likely occurred in: - - > ### Name: geom_textsf - > ### Title: Visualise sf objects with labels - > ### Aliases: geom_textsf geom_labelsf - > - > ### ** Examples - > - > ggplot(waterways) + - ... - 22. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params)) - 23. │ └─self$draw_panel(...) - 24. │ └─geomtextpath (local) draw_panel(...) - 25. │ └─geomtextpath:::sf_textgrob(...) - 26. └─base::.handleSimpleError(...) - 27. └─rlang (local) h(simpleError(msg, call)) - 28. └─handlers[[1L]](cnd) - 29. └─cli::cli_abort(...) - 30. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(geomtextpath) - Loading required package: ggplot2 - > - > test_check("geomtextpath") - [ FAIL 2 | WARN 0 | SKIP 4 | PASS 462 ] - - ... - `expected` is an expression vector - ── Error ('test-sf.R:91:3'): We can make grobs from sf features ──────────────── - Error in `(x$boxlinewidth %||% defaults$linewidth[type_ind]) * 3.779528`: non-numeric argument to binary operator - Backtrace: - ▆ - 1. └─geomtextpath:::sf_textgrob(river, as_textbox = TRUE) at test-sf.R:91:3 - - [ FAIL 2 | WARN 0 | SKIP 4 | PASS 462 ] - Error: Test failures - Execution halted - ``` - -# gfoRmulaICE - -
- -* Version: 0.1.0 -* GitHub: NA -* Source code: https://github.com/cran/gfoRmulaICE -* Date/Publication: 2024-12-02 12:50:08 UTC -* Number of recursive dependencies: 89 - -Run `revdepcheck::cloud_details(, "gfoRmulaICE")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - > # * https://testthat.r-lib.org/reference/test_package.html#special-files - ... - `expected[2:2]`: "ggplot" - ── Failure ('test_plot.R:534:5'): plot complicated scenario 3 - intervention-specific time options ── - class(plots) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - - [ FAIL 15 | WARN 176 | SKIP 0 | PASS 47 ] - Error: Test failures - Execution halted - ``` - -# gg1d - -
- -* Version: 0.1.0 -* GitHub: https://github.com/selkamand/gg1d -* Source code: https://github.com/cran/gg1d -* Date/Publication: 2024-12-09 19:40:02 UTC -* Number of recursive dependencies: 87 - -Run `revdepcheck::cloud_details(, "gg1d")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘gg1d-Ex.R’ failed - The error most likely occurred in: - - > ### Name: gg1d - > ### Title: AutoPlot an entire data.frame - > ### Aliases: gg1d - > - > ### ** Examples - > - > path_gg1d <- system.file("example.csv", package = "gg1d") - ... - 31. │ └─base::lapply(...) - 32. │ └─ggplot2 (local) FUN(X[[i]], ...) - 33. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params)) - 34. │ └─self$draw_panel(...) - 35. └─base::.handleSimpleError(...) - 36. └─rlang (local) h(simpleError(msg, call)) - 37. └─handlers[[1L]](cnd) - 38. └─cli::cli_abort(...) - 39. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - > # * https://testthat.r-lib.org/reference/test_package.html#special-files - ... - Expected `gg1d(...)` to run without any errors. - i Actually got a with text: - Problem while converting geom to grob. - i Error occurred in the 1st layer. - Caused by error in `draw_panel()`: - ! unused arguments (lineend = "butt", linejoin = "mitre") - - [ FAIL 9 | WARN 1 | SKIP 2 | PASS 47 ] - Error: Test failures - Execution halted - ``` - -# ggalign - -
- -* Version: 1.0.2 -* GitHub: https://github.com/Yunuuuu/ggalign -* Source code: https://github.com/cran/ggalign -* Date/Publication: 2025-05-14 14:00:08 UTC -* Number of recursive dependencies: 56 - -Run `revdepcheck::cloud_details(, "ggalign")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggalign-Ex.R’ failed - The error most likely occurred in: - - > ### Name: align_dendro - > ### Title: Plot dendrogram tree - > ### Aliases: align_dendro - > - > ### ** Examples - > - > # align_dendro will always add a plot area - ... - 37. │ ├─S7::S7_dispatch() - 38. │ └─ggplot2 (local) `method(+, list(ggplot2::ggplot, class_any))`(...) - 39. │ └─ggplot2:::add_ggplot(e1, e2, e2name) - 40. │ ├─ggplot2::ggplot_add(object, p, objectname) - 41. │ └─ggalign:::ggplot_add.ggalign_design(object, p, objectname) - 42. └─base::.handleSimpleError(...) - 43. └─rlang (local) h(simpleError(msg, call)) - 44. └─handlers[[1L]](cnd) - 45. └─rlang::cnd_signal(e) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - • plot-align/reorder-left-reverse.svg - • plot-align/reorder-left.svg - • plot-align/reorder-right.svg - • plot-align/reorder-top-reverse.svg - • plot-align/reorder-top-within-group.svg - • plot-align/reorder-top.svg - • plot-align/stack-no-data-dendrogram-input.svg - • plot-align/stack-no-data-hclust-input.svg - Error: Test failures - Execution halted - ``` - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.ggalign_default_expansion: - function(object, plot, object_name) - - ggplot_add: - function(object, plot, ...) - ggplot_add.FacetSector: - function(object, plot, object_name) - - ... - function(plot, ...) - ggplot_build.ggalign_facet_sector_plot: - function(plot) - - ggplot_build: - function(plot, ...) - ggplot_build.ggalign_heatmap: - function(plot) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -* checking Rd cross-references ... WARNING - ``` - Packages unavailable to check Rd xrefs: ‘ape’, ‘patchwork’, ‘maftools’, ‘ComplexHeatmap’, ‘pheatmap’ - Missing link or links in Rd file 'scheme_theme.Rd': - ‘[ggplot2:+.gg]{+.gg()}’ - - See section 'Cross-references' in the 'Writing R Extensions' manual. - ``` - -* checking for code/documentation mismatches ... WARNING - ``` - Codoc mismatches from Rd file 'scheme_theme.Rd': - scheme_theme - Code: function(..., line, rect, text, title, point, polygon, geom, - spacing, margins, aspect.ratio, axis.title, - axis.title.x, axis.title.x.top, axis.title.x.bottom, - axis.title.y, axis.title.y.left, axis.title.y.right, - axis.text, axis.text.x, axis.text.x.top, - axis.text.x.bottom, axis.text.y, axis.text.y.left, - axis.text.y.right, axis.text.theta, axis.text.r, - axis.ticks, axis.ticks.x, axis.ticks.x.top, - ... - strip.text.y.right, strip.switch.pad.grid, - strip.switch.pad.wrap, complete = FALSE, validate = - TRUE) - Argument names in code not in docs: - point polygon geom spacing margins legend.key.justification - panel.widths panel.heights - Mismatches in argument names (first 3): - Position: 6 Code: point Docs: aspect.ratio - Position: 7 Code: polygon Docs: axis.title - Position: 8 Code: geom Docs: axis.title.x - ``` - -## Newly fixed - -* checking Rd cross-references ... NOTE - ``` - Packages unavailable to check Rd xrefs: ‘ape’, ‘patchwork’, ‘maftools’, ‘ComplexHeatmap’, ‘pheatmap’ - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Packages which this enhances but not available for checking: - 'patchwork', 'ggrastr', 'maftools' - ``` - -# GGally - -
- -* Version: 2.2.1 -* GitHub: https://github.com/ggobi/ggally -* Source code: https://github.com/cran/GGally -* Date/Publication: 2024-02-14 00:53:32 UTC -* Number of recursive dependencies: 142 - -Run `revdepcheck::cloud_details(, "GGally")` for more info - -
- -## Newly broken - -* checking whether package ‘GGally’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/GGally/new/GGally.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘GGally’ ... -** package ‘GGally’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in eval(exprs[i], envir) : object 'is.rel' not found -Error: unable to load R code in package ‘GGally’ -Execution halted -ERROR: lazy loading failed for package ‘GGally’ -* removing ‘/tmp/workdir/GGally/new/GGally.Rcheck/GGally’ - - -``` -### CRAN - -``` -* installing *source* package ‘GGally’ ... -** package ‘GGally’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -** building package indices -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (GGally) - - -``` -# ggblend - -
- -* Version: 0.1.0 -* GitHub: https://github.com/mjskay/ggblend -* Source code: https://github.com/cran/ggblend -* Date/Publication: 2023-05-22 08:30:05 UTC -* Number of recursive dependencies: 59 - -Run `revdepcheck::cloud_details(, "ggblend")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ggblend) - > - > test_check("ggblend") - [ FAIL 3 | WARN 2 | SKIP 7 | PASS 99 ] - - ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ - ... - `actual$mapping` is an S3 object of class , a list - `expected$mapping` is an S7 object of class - Backtrace: - ▆ - 1. └─ggblend:::expect_equal_layer(...) at test-operation-adjust.R:19:3 - 2. └─testthat::expect_equal(...) at tests/testthat/helper-layer.R:26:3 - - [ FAIL 3 | WARN 2 | SKIP 7 | PASS 99 ] - Error: Test failures - Execution halted - ``` - -# ggborderline - -
- -* Version: 0.2.0 -* GitHub: https://github.com/wurli/ggborderline -* Source code: https://github.com/cran/ggborderline -* Date/Publication: 2022-10-25 13:45:14 UTC -* Number of recursive dependencies: 42 - -Run `revdepcheck::cloud_details(, "ggborderline")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggborderline-Ex.R’ failed - The error most likely occurred in: - - > ### Name: geom_borderpath - > ### Title: Connect observations - > ### Aliases: geom_borderpath geom_borderline geom_borderstep - > - > ### ** Examples - > - > require(ggplot2) - ... - 5. └─ggplot2::build_ggplot(plot) - 6. ├─S7::S7_dispatch() - 7. └─ggplot2 (local) `method(build_ggplot, ggplot2::ggplot)`(...) - 8. └─npscales$set_palettes(plot@theme) - 9. └─ggplot2 (local) set_palettes(..., self = self) - 10. ├─scales::as_discrete_pal(elem) - 11. └─scales:::as_discrete_pal.default(elem) - 12. └─cli::cli_abort("Cannot convert {.arg x} to a discrete palette.") - 13. └─rlang::abort(...) - Execution halted - ``` - -# ggbrain - -
- -* Version: 0.9.0 -* GitHub: https://github.com/michaelhallquist/ggbrain -* Source code: https://github.com/cran/ggbrain -* Date/Publication: 2025-03-20 01:30:02 UTC -* Number of recursive dependencies: 71 - -Run `revdepcheck::cloud_details(, "ggbrain")` for more info - -
- -## Newly broken - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.ggbrain_panel: - function(object, plot, object_name) - - ggplot_add: - function(object, plot, ...) - ggplot_add.ggbrain_label: - function(object, plot, object_name) - - ggplot_add: - function(object, plot, ...) - ggplot_add.ggbrain_layer: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 10.1Mb - sub-directories of 1Mb or more: - doc 1.6Mb - extdata 2.2Mb - libs 5.5Mb - ``` - -# ggbreak - -
- -* Version: 0.1.4 -* GitHub: https://github.com/YuLab-SMU/ggbreak -* Source code: https://github.com/cran/ggbreak -* Date/Publication: 2025-02-04 17:50:10 UTC -* Number of recursive dependencies: 61 - -Run `revdepcheck::cloud_details(, "ggbreak")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘ggbreak.Rmd’ using rmarkdown - - Quitting from ggbreak.Rmd:61-78 [unnamed-chunk-2] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error in `UseMethod()`: - ! no applicable method for 'as.grob' applied to an object of class "c('LayerInstance', 'Layer', 'ggproto', 'gg')" - --- - Backtrace: - ... - - Error: processing vignette 'ggbreak.Rmd' failed with diagnostics: - no applicable method for 'as.grob' applied to an object of class "c('LayerInstance', 'Layer', 'ggproto', 'gg')" - --- failed re-building ‘ggbreak.Rmd’ - - SUMMARY: processing the following file failed: - ‘ggbreak.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.wrap_params: - function(object, plot, object_name) - - ggplot_add: - function(object, plot, ...) - ggplot_add.ggcut_params: - function(object, plot, object_name) - - ... - function(object, plot, ...) - ggplot_add.ggbreak: - function(object, plot, object_name) - - ggplot_add: - function(object, plot, ...) - ggplot_add.gg: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# ggbump - -
- -* Version: 0.1.0 -* GitHub: NA -* Source code: https://github.com/cran/ggbump -* Date/Publication: 2020-04-24 16:00:02 UTC -* Number of recursive dependencies: 50 - -Run `revdepcheck::cloud_details(, "ggbump")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ggbump) - > - > test_check("ggbump") - [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - ── Failure ('test-numeric_inputs.R:21:3'): multiplication works ──────────────── - ... %>% class() not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - ── Failure ('test-numeric_inputs.R:26:3'): multiplication works ──────────────── - ... %>% class() not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - - [ FAIL 3 | WARN 1 | SKIP 0 | PASS 1 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# ggdark - -
- -* Version: 0.2.1 -* GitHub: NA -* Source code: https://github.com/cran/ggdark -* Date/Publication: 2019-01-11 17:30:06 UTC -* Number of recursive dependencies: 42 - -Run `revdepcheck::cloud_details(, "ggdark")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggdark-Ex.R’ failed - The error most likely occurred in: - - > ### Name: dark_mode - > ### Title: Activate dark mode on a 'ggplot2' theme - > ### Aliases: dark_mode - > - > ### ** Examples - > - > library(ggplot2) - ... - > - > p1 <- ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Species)) + - + geom_point() - > - > p1 # theme returned by theme_get() - > p1 + dark_mode() # activate dark mode on theme returned by theme_get() - Error in match(x, table, nomatch = 0L) : - 'match' requires vector arguments - Calls: dark_mode -> %in% - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ggdark) - > - > test_check("ggdark") - [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - ── Error ('test_dark_mode.R:10:1'): (code run outside of `test_that()`) ──────── - Error in `match(x, table, nomatch = 0L)`: 'match' requires vector arguments - Backtrace: - ▆ - 1. └─ggdark::dark_mode(light_theme) at test_dark_mode.R:10:1 - 2. └─geoms[["GeomPoint"]]$default_aes$colour %in% ... - - [ FAIL 1 | WARN 2 | SKIP 0 | PASS 0 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# ggdemetra - -
- -* Version: 0.2.8 -* GitHub: https://github.com/AQLT/ggdemetra -* Source code: https://github.com/cran/ggdemetra -* Date/Publication: 2024-02-04 14:50:02 UTC -* Number of recursive dependencies: 51 - -Run `revdepcheck::cloud_details(, "ggdemetra")` for more info - -
- -## Newly broken - -* checking whether package ‘ggdemetra’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: `aes_()` was deprecated in ggplot2 3.0.0. - See ‘/tmp/workdir/ggdemetra/new/ggdemetra.Rcheck/00install.out’ for details. - ``` - -# ggDoubleHeat - -
- -* Version: 0.1.2 -* GitHub: https://github.com/PursuitOfDataScience/ggDoubleHeat -* Source code: https://github.com/cran/ggDoubleHeat -* Date/Publication: 2023-08-24 21:00:04 UTC -* Number of recursive dependencies: 55 - -Run `revdepcheck::cloud_details(, "ggDoubleHeat")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggDoubleHeat-Ex.R’ failed - The error most likely occurred in: - - > ### Name: geom_heat_circle - > ### Title: Heatcircle - > ### Aliases: geom_heat_circle - > - > ### ** Examples - > - > - ... - + y = rep(c("d", "e", "f"), 3), - + outside_values = rep(c(1,5,7),3), - + inside_values = rep(c(2,3,4),3)) - > - > ggplot(data, aes(x,y)) + - + geom_heat_circle(outside = outside_values, - + inside = inside_values) - Error in scale_title(title) : object 'outside_values' not found - Calls: ... extract_params -> -> make_title -> scale_title - Execution halted - ``` - -# ggEDA - -
- -* Version: 0.1.0 -* GitHub: https://github.com/CCICB/ggEDA -* Source code: https://github.com/cran/ggEDA -* Date/Publication: 2025-05-07 12:00:02 UTC -* Number of recursive dependencies: 92 - -Run `revdepcheck::cloud_details(, "ggEDA")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggEDA-Ex.R’ failed - The error most likely occurred in: - - > ### Name: ggstack - > ### Title: AutoPlot an entire data.frame - > ### Aliases: ggstack - > - > ### ** Examples - > - > - ... - 31. │ └─base::lapply(...) - 32. │ └─ggplot2 (local) FUN(X[[i]], ...) - 33. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params)) - 34. │ └─self$draw_panel(...) - 35. └─base::.handleSimpleError(...) - 36. └─rlang (local) h(simpleError(msg, call)) - 37. └─handlers[[1L]](cnd) - 38. └─cli::cli_abort(...) - 39. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - > # * https://testthat.r-lib.org/reference/test_package.html#special-files - ... - Expected `ggstack(...)` to run without any errors. - i Actually got a with text: - Problem while converting geom to grob. - i Error occurred in the 1st layer. - Caused by error in `draw_panel()`: - ! unused arguments (lineend = "butt", linejoin = "mitre") - - [ FAIL 11 | WARN 12 | SKIP 2 | PASS 114 ] - Error: Test failures - Execution halted - ``` - -# ggedit - -
- -* Version: 0.4.1 -* GitHub: https://github.com/yonicd/ggedit -* Source code: https://github.com/cran/ggedit -* Date/Publication: 2024-03-04 14:40:02 UTC -* Number of recursive dependencies: 91 - -Run `revdepcheck::cloud_details(, "ggedit")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggedit-Ex.R’ failed - The error most likely occurred in: - - > ### Name: compare - > ### Title: compare - > ### Aliases: compare - > - > ### ** Examples - > - > compare(ggplot2::theme_bw(),ggplot2::theme_get()) - Error in as.vector(x, "list") : - cannot coerce type 'object' to vector of type 'list' - Calls: compare ... themeFetchFull -> lapply -> as.list -> as.list.default - Execution halted - ``` - -# ggfixest - -
- -* Version: 0.3.0 -* GitHub: https://github.com/grantmcdermott/ggfixest -* Source code: https://github.com/cran/ggfixest -* Date/Publication: 2025-05-14 02:20:02 UTC -* Number of recursive dependencies: 77 - -Run `revdepcheck::cloud_details(, "ggfixest")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > ## Throttle CPU threads if R CMD check (for CRAN) - > - > if (any(grepl("_R_CHECK", names(Sys.getenv()), fixed = TRUE))) { - + # fixest - + if (requireNamespace("fixest", quietly = TRUE)) { - + library(fixest) - + setFixest_nthreads(1) - ... - call| expect_snapshot_plot(p19a, label = "ggiplot_multi_complex_kitchen_iid") - diff| 1774 - info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_complex_kitchen_iid.png - ----- FAILED[]: test_ggiplot.R<193--193> - call| expect_snapshot_plot(p19b, label = "ggiplot_multi_complex_kitchen_iid") - diff| 1774 - info| Diff plot saved to: _tinysnapshot_review/ggiplot_multi_complex_kitchen_iid.png - Error: 5 out of 111 tests failed - In addition: There were 11 warnings (use warnings() to see them) - Execution halted - ``` - -# ggfocus - -
- -* Version: 1.0.0 -* GitHub: https://github.com/Freguglia/ggfocus -* Source code: https://github.com/cran/ggfocus -* Date/Publication: 2020-01-23 13:20:02 UTC -* Number of recursive dependencies: 52 - -Run `revdepcheck::cloud_details(, "ggfocus")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggfocus-Ex.R’ failed - The error most likely occurred in: - - > ### Name: ggfocus - > ### Title: (Deprecated) Sets focus scales to an existing 'ggplot' object - > ### Aliases: ggfocus - > - > ### ** Examples - > - > library(ggplot2) - ... - > p <- ggplot(iris,aes(x=Sepal.Length,y=Petal.Length)) + geom_point() - > ggfocus(p, Species, "versicolor") - The function 'ggfocus()' is deprecated, consider using the family scale_*_focus() instead. - Warning: `select_()` was deprecated in dplyr 0.7.0. - ℹ Please use `select()` instead. - ℹ The deprecated feature was likely used in the ggfocus package. - Please report the issue at . - Error in scale_title(title) : object 'Species' not found - Calls: ... extract_params -> -> make_title -> scale_title - Execution halted - ``` - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.ggfocus_fill: - function(object, plot, object_name) - - ggplot_add: - function(object, plot, ...) - ggplot_add.ggfocus_shape: - function(object, plot, object_name) - - ... - function(object, plot, ...) - ggplot_add.ggfocus_size: - function(object, plot, object_name) - - ggplot_add: - function(object, plot, ...) - ggplot_add.ggfocus_linetype: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -## In both - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# ggformula - -
- -* Version: 0.12.0 -* GitHub: https://github.com/ProjectMOSAIC/ggformula -* Source code: https://github.com/cran/ggformula -* Date/Publication: 2023-11-09 12:30:07 UTC -* Number of recursive dependencies: 119 - -Run `revdepcheck::cloud_details(, "ggformula")` for more info - -
- -## Newly broken - -* checking for code/documentation mismatches ... WARNING - ``` - Codoc mismatches from Rd file 'gf_lines.Rd': - gf_hline - Code: function(object = NULL, gformula = NULL, data = NULL, ..., - yintercept, color, linetype, linewidth, alpha, xlab, - ylab, title, subtitle, caption, position = "identity", - show.legend = NA, show.help = NULL, inherit = FALSE, - environment = parent.frame()) - Docs: function(object = NULL, gformula = NULL, data = NULL, ..., - yintercept, color, linetype, linewidth, alpha, xlab, - ylab, title, subtitle, caption, show.legend = NA, - ... - xintercept, color, linetype, linewidth, alpha, xlab, - ylab, title, subtitle, caption, show.legend = NA, - show.help = NULL, inherit = FALSE, environment = - parent.frame()) - Argument names in code not in docs: - position - Mismatches in argument names (first 3): - Position: 15 Code: position Docs: show.legend - Position: 16 Code: show.legend Docs: show.help - Position: 17 Code: show.help Docs: inherit - ``` - -## In both - -* checking Rd cross-references ... NOTE - ``` - Packages unavailable to check Rd xrefs: ‘akima’, ‘ggforce’ - ``` - -# ggfortify - -
- -* Version: 0.4.17 -* GitHub: https://github.com/sinhrks/ggfortify -* Source code: https://github.com/cran/ggfortify -* Date/Publication: 2024-04-17 04:30:04 UTC -* Number of recursive dependencies: 121 - -Run `revdepcheck::cloud_details(, "ggfortify")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘test-all.R’ - Running the tests in ‘tests/test-all.R’ failed. - Complete output: - > library(testthat) - > - > suppressWarnings(RNGversion("3.5.0")) - > set.seed(1, sample.kind = "Rejection") - > - > test_check('ggfortify') - Loading required package: ggfortify - ... - - x[3]: "#595959FF" - y[3]: "grey35" - - x[4]: "#595959FF" - y[4]: "grey35" - - [ FAIL 5 | WARN 13 | SKIP 48 | PASS 734 ] - Error: Test failures - Execution halted - ``` - -# ggfx - -
- -* Version: 1.0.1 -* GitHub: https://github.com/thomasp85/ggfx -* Source code: https://github.com/cran/ggfx -* Date/Publication: 2022-08-22 08:00:06 UTC -* Number of recursive dependencies: 62 - -Run `revdepcheck::cloud_details(, "ggfx")` for more info - -
- -## Newly broken - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_build: - function(plot, ...) - ggplot_build.filtered_ggplot: - function(plot) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) render_context.Rd:42: Lost braces; missing escapes or markup? - 42 | \item{xmin, ymin, xmax, ymax}{Boundaries of the area in pixels. {0,0} is the - | ^ - ``` - -# gggenomes - -
- -* Version: 1.0.1 -* GitHub: https://github.com/thackl/gggenomes -* Source code: https://github.com/cran/gggenomes -* Date/Publication: 2024-08-30 11:40:02 UTC -* Number of recursive dependencies: 109 - -Run `revdepcheck::cloud_details(, "gggenomes")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘gggenomes-Ex.R’ failed - The error most likely occurred in: - - > ### Name: add_feats - > ### Title: Add different types of tracks - > ### Aliases: add_feats add_links add_subfeats add_sublinks add_clusters - > ### add_tracks - > - > ### ** Examples - > - ... - + add_feats(repeats = emale_tirs) + - + geom_seq() + geom_feat() - Warning: The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0. - ℹ Please use the `linewidth` argument instead. - ℹ The deprecated feature was likely used in the gggenomes package. - Please report the issue at . - Error in UseMethod("add_feats") : - no applicable method for 'add_feats' applied to an object of class "NULL" - Calls: %>% -> add_feats - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘emales.Rmd’ using rmarkdown - --- finished re-building ‘emales.Rmd’ - - --- re-building ‘flip.Rmd’ using rmarkdown - - Quitting from flip.Rmd:16-44 [unnamed-chunk-2] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error in `UseMethod()`: - ... - - Error: processing vignette 'gggenomes.Rmd' failed with diagnostics: - no applicable method for 'track_info' applied to an object of class "NULL" - --- failed re-building ‘gggenomes.Rmd’ - - SUMMARY: processing the following files failed: - ‘flip.Rmd’ ‘gggenomes.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# ggghost - -
- -* Version: 0.2.2 -* GitHub: https://github.com/jonocarroll/ggghost -* Source code: https://github.com/cran/ggghost -* Date/Publication: 2025-04-15 05:50:07 UTC -* Number of recursive dependencies: 46 - -Run `revdepcheck::cloud_details(, "ggghost")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggghost-Ex.R’ failed - The error most likely occurred in: - - > ### Name: -.gg - > ### Title: Remove a call from a ggghost object - > ### Aliases: -.gg - > - > ### ** Examples - > - > ## create a ggghost object - ... - > ## remove the geom_smooth - > z - geom_smooth() - > - > ## remove the labels - > ## NOTE: argument must be present and able to be - > ## evaluated in scope - > z - labs(TRUE) # works - Error: object is invalid: - - every label must be named. - Execution halted - ``` - -# gghalves - -
- -* Version: 0.1.4 -* GitHub: https://github.com/erocoar/gghalves -* Source code: https://github.com/cran/gghalves -* Date/Publication: 2022-11-20 11:40:02 UTC -* Number of recursive dependencies: 49 - -Run `revdepcheck::cloud_details(, "gghalves")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘gghalves-Ex.R’ failed - The error most likely occurred in: - - > ### Name: geom_half_point - > ### Title: Points with jitter for half geoms. - > ### Aliases: geom_half_point - > - > ### ** Examples - > - > ggplot(iris, aes(x = Species, y = Petal.Width, fill = Species)) + - ... - 32. │ └─base::lapply(...) - 33. │ └─ggplot2 (local) FUN(X[[i]], ...) - 34. │ └─ggplot2 (local) apply_fun(cur_data) - 35. │ └─ggplot2 (local) fun(x, ...) - 36. └─base::.handleSimpleError(...) - 37. └─rlang (local) h(simpleError(msg, call)) - 38. └─handlers[[1L]](cnd) - 39. └─cli::cli_abort(...) - 40. └─rlang::abort(...) - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - ... - --- re-building ‘gghalves.Rmd’ using rmarkdown - - Quitting from gghalves.Rmd:39-42 [unnamed-chunk-2] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - NULL - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: processing vignette 'gghalves.Rmd' failed with diagnostics: - ... - ℹ Error occurred in the 1st layer. - Caused by error in `fun()`: - ! argument "layout" is missing, with no default - --- failed re-building ‘gghalves.Rmd’ - - SUMMARY: processing the following file failed: - ‘gghalves.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespaces in Imports field not imported from: - ‘grDevices’ ‘gtable’ - All declared Imports should be used. - ``` - -# ggimage - -
- -* Version: 0.3.3 -* GitHub: https://github.com/GuangchuangYu/ggimage -* Source code: https://github.com/cran/ggimage -* Date/Publication: 2023-06-19 04:10:02 UTC -* Number of recursive dependencies: 56 - -Run `revdepcheck::cloud_details(, "ggimage")` for more info - -
- -## Newly broken - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.bgimage: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# ggiraph - -
- -* Version: 0.8.13 -* GitHub: https://github.com/davidgohel/ggiraph -* Source code: https://github.com/cran/ggiraph -* Date/Publication: 2025-03-28 10:20:02 UTC -* Number of recursive dependencies: 86 - -Run `revdepcheck::cloud_details(, "ggiraph")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggiraph-Ex.R’ failed - The error most likely occurred in: - - > ### Name: geom_bar_interactive - > ### Title: Create interactive bars - > ### Aliases: geom_bar_interactive geom_col_interactive - > - > ### ** Examples - > - > # add interactive bar ------- - ... - 23. │ └─base::lapply(...) - 24. │ └─ggplot2 (local) FUN(X[[i]], ...) - 25. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params)) - 26. │ └─self$draw_panel(...) - 27. └─base::.handleSimpleError(...) - 28. └─rlang (local) h(simpleError(msg, call)) - 29. └─handlers[[1L]](cnd) - 30. └─cli::cli_abort(...) - 31. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > if (requireNamespace("tinytest", quietly = TRUE)) { - + tinytest::test_package("ggiraph") - + } - - test-annotate_interactive.R... 0 tests - test-annotate_interactive.R... 0 tests - test-annotate_interactive.R... 0 tests - ... - 33. │ └─base::lapply(...) - 34. │ └─ggplot2 (local) FUN(X[[i]], ...) - 35. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params)) - 36. │ └─self$draw_panel(...) - 37. └─base::.handleSimpleError(...) - 38. └─rlang (local) h(simpleError(msg, call)) - 39. └─handlers[[1L]](cnd) - 40. └─cli::cli_abort(...) - 41. └─rlang::abort(...) - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 8.1Mb - sub-directories of 1Mb or more: - R 1.5Mb - libs 5.2Mb - ``` - -# ggiraphExtra - -
- -* Version: 0.3.0 -* GitHub: https://github.com/cardiomoon/ggiraphExtra -* Source code: https://github.com/cran/ggiraphExtra -* Date/Publication: 2020-10-06 07:00:02 UTC -* Number of recursive dependencies: 106 - -Run `revdepcheck::cloud_details(, "ggiraphExtra")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggiraphExtra-Ex.R’ failed - The error most likely occurred in: - - > ### Name: ggBar - > ### Title: Draw an interactive barplot - > ### Aliases: ggBar - > - > ### ** Examples - > - > require(moonBook) - ... - 24. │ └─base::lapply(...) - 25. │ └─ggplot2 (local) FUN(X[[i]], ...) - 26. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params)) - 27. │ └─self$draw_panel(...) - 28. └─base::.handleSimpleError(...) - 29. └─rlang (local) h(simpleError(msg, call)) - 30. └─handlers[[1L]](cnd) - 31. └─cli::cli_abort(...) - 32. └─rlang::abort(...) - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘ggPredict.Rmd’ using rmarkdown - ``` - -# ggmap - -
- -* Version: 4.0.1 -* GitHub: https://github.com/dkahle/ggmap -* Source code: https://github.com/cran/ggmap -* Date/Publication: 2025-04-07 19:40:02 UTC -* Number of recursive dependencies: 62 - -Run `revdepcheck::cloud_details(, "ggmap")` for more info - -
- -## Newly broken - -* checking whether package ‘ggmap’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: `aes_()` was deprecated in ggplot2 3.0.0. - See ‘/tmp/workdir/ggmap/new/ggmap.Rcheck/00install.out’ for details. - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 7.4Mb - sub-directories of 1Mb or more: - data 7.0Mb - ``` - -# ggmosaic - -
- -* Version: 0.3.3 -* GitHub: https://github.com/haleyjeppson/ggmosaic -* Source code: https://github.com/cran/ggmosaic -* Date/Publication: 2021-02-23 19:50:02 UTC -* Number of recursive dependencies: 73 - -Run `revdepcheck::cloud_details(, "ggmosaic")` for more info - -
- -## Newly broken - -* checking whether package ‘ggmosaic’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/ggmosaic/new/ggmosaic.Rcheck/00install.out’ for details. - ``` - -## Newly fixed - -* checking dependencies in R code ... NOTE - ``` - ':::' call which should be '::': ‘scales:::censor’ - See the note in ?`:::` about the use of this operator. - Unexported object imported by a ':::' call: ‘productplots:::bound’ - See the note in ?`:::` about the use of this operator. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘ggmosaic’ ... -** package ‘ggmosaic’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in get(x, envir = ns, inherits = FALSE) : - object 'is.waive' not found -Error: unable to load R code in package ‘ggmosaic’ -Execution halted -ERROR: lazy loading failed for package ‘ggmosaic’ -* removing ‘/tmp/workdir/ggmosaic/new/ggmosaic.Rcheck/ggmosaic’ - - -``` -### CRAN - -``` -* installing *source* package ‘ggmosaic’ ... -** package ‘ggmosaic’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (ggmosaic) - - -``` -# ggmulti - -
- -* Version: 1.0.7 -* GitHub: NA -* Source code: https://github.com/cran/ggmulti -* Date/Publication: 2024-04-09 09:40:05 UTC -* Number of recursive dependencies: 123 - -Run `revdepcheck::cloud_details(, "ggmulti")` for more info - -
- -## Newly broken - -* checking whether package ‘ggmulti’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/ggmulti/new/ggmulti.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘ggmulti’ ... -** package ‘ggmulti’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error in get(x, envir = ns, inherits = FALSE) : - object 'new_aes' not found -Error: unable to load R code in package ‘ggmulti’ -Execution halted -ERROR: lazy loading failed for package ‘ggmulti’ -* removing ‘/tmp/workdir/ggmulti/new/ggmulti.Rcheck/ggmulti’ - - -``` -### CRAN - -``` -* installing *source* package ‘ggmulti’ ... -** package ‘ggmulti’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (ggmulti) - - -``` -# ggpackets - -
- -* Version: 0.2.1 -* GitHub: https://github.com/dgkf/ggpackets -* Source code: https://github.com/cran/ggpackets -* Date/Publication: 2022-10-10 23:30:02 UTC -* Number of recursive dependencies: 72 - -Run `revdepcheck::cloud_details(, "ggpackets")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggpackets-Ex.R’ failed - The error most likely occurred in: - - > ### Name: ggpacket - > ### Title: A container for lazy ggplot layers - > ### Aliases: ggpacket - > - > ### ** Examples - > - > library(ggplot2) - ... - + geom_line(...) %+% - + geom_point(color = "red", ...) - + } - > - > ggplot(mtcars, aes(x = wt, y = mpg)) + - + ggpk_func(color = "purple", size = 2, point.size = 4) - Error in if (grepl("^Ignoring unknown (parameters|aesthetics):", w$message)) invokeRestart("muffleWarning") : - the condition has length > 1 - Calls: Ops.S7_object ... withOneRestart -> doWithOneRestart -> signalCondition -> - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘composing-functions.Rmd’ using rmarkdown - ``` - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.ggpacket: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# ggparallel - -
- -* Version: 0.4.0 -* GitHub: https://github.com/heike/ggparallel -* Source code: https://github.com/cran/ggparallel -* Date/Publication: 2024-03-09 22:00:02 UTC -* Number of recursive dependencies: 47 - -Run `revdepcheck::cloud_details(, "ggparallel")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - ▆ - 1. ├─ggplot2::ggplot_build(test_mtcars_plot) at test-ggparallel.R:12:3 - 2. ├─ggplot2:::ggplot_build.default(test_mtcars_plot) - 3. │ └─ggplot2::build_ggplot(plot) - 4. │ └─S7::S7_dispatch() - 5. └─S7:::method_lookup_error("build_ggplot", ``) - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] - Error: Test failures - Execution halted - ``` - -# ggpath - -
- -* Version: 1.0.2 -* GitHub: https://github.com/mrcaseb/ggpath -* Source code: https://github.com/cran/ggpath -* Date/Publication: 2024-08-20 09:30:02 UTC -* Number of recursive dependencies: 64 - -Run `revdepcheck::cloud_details(, "ggpath")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ggpath) - > - > test_check("ggpath") - [ FAIL 1 | WARN 0 | SKIP 5 | PASS 3 ] - - ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ - ... - • geom_lines/p1.svg - • geom_lines/p2.svg - • geom_lines/p3.svg - • geom_lines/p4.svg - • geom_lines/p5.svg - • theme-elements/p1.svg - • theme-elements/p2.svg - • theme-elements/p3.svg - Error: Test failures - Execution halted - ``` - -# ggplot2.utils - -
- -* Version: 0.3.2 -* GitHub: https://github.com/insightsengineering/ggplot2.utils -* Source code: https://github.com/cran/ggplot2.utils -* Date/Publication: 2024-06-25 21:10:02 UTC -* Number of recursive dependencies: 70 - -Run `revdepcheck::cloud_details(, "ggplot2.utils")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ggplot2.utils) - Loading required package: ggplot2 - > - > test_check("ggplot2.utils") - - Attaching package: 'dplyr' - ... - ── Failure ('test-geom_km_ticks.R:10:3'): geom_km_ticks works as expected ────── - Names of `first_layer` ('time', 'survival', 'n.risk', 'n.censor', 'n.event', 'PANEL', 'group', 'x', 'y', 'shape', 'colour', 'size', 'alpha', 'stroke', 'fill') don't match 'x', 'y', 'time', 'survival', 'n.risk', 'n.censor', 'n.event', 'PANEL', 'group', 'shape', 'colour', 'size', 'alpha', 'stroke', 'fill' - ── Failure ('test-stat_km.R:10:3'): stat_km works as expected ────────────────── - Names of `first_layer` ('time', 'survival', 'PANEL', 'group', 'x', 'y', 'colour', 'fill', 'linewidth', 'linetype', 'weight', 'alpha') don't match 'x', 'y', 'time', 'survival', 'PANEL', 'group', 'colour', 'fill', 'linewidth', 'linetype', 'weight', 'alpha' - ── Failure ('test-stat_km_ticks.R:10:3'): stat_km_ticks works as expected ────── - Names of `first_layer` ('time', 'survival', 'n.risk', 'n.censor', 'n.event', 'PANEL', 'group', 'x', 'y', 'shape', 'colour', 'size', 'alpha', 'stroke', 'fill') don't match 'x', 'y', 'time', 'survival', 'n.risk', 'n.censor', 'n.event', 'PANEL', 'group', 'shape', 'colour', 'size', 'alpha', 'stroke', 'fill' - - [ FAIL 4 | WARN 0 | SKIP 7 | PASS 44 ] - Error: Test failures - Execution halted - ``` - -# ggPMX - -
- -* Version: 1.2.11 -* GitHub: https://github.com/ggPMXdevelopment/ggPMX -* Source code: https://github.com/cran/ggPMX -* Date/Publication: 2023-11-30 16:10:06 UTC -* Number of recursive dependencies: 173 - -Run `revdepcheck::cloud_details(, "ggPMX")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘ggPMX-guide.Rmd’ using rmarkdown - - Quitting from ggPMX-guide.Rmd:24-37 [load_package] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error in `+.gg`: - ! 'ggmatrix' does not know how to add objects that do not have class 'theme', 'labels' or 'ggproto'. Received object with class: 'character' - --- - Backtrace: - ... - - Error: processing vignette 'ggPMX-guide.Rmd' failed with diagnostics: - 'ggmatrix' does not know how to add objects that do not have class 'theme', 'labels' or 'ggproto'. Received object with class: 'character' - --- failed re-building ‘ggPMX-guide.Rmd’ - - SUMMARY: processing the following file failed: - ‘ggPMX-guide.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Package suggested but not available for checking: ‘lixoftConnectors’ - ``` - -* checking installed package size ... NOTE - ``` - installed size is 9.0Mb - sub-directories of 1Mb or more: - doc 1.1Mb - help 2.4Mb - testdata 4.8Mb - ``` - -# ggpol - -
- -* Version: 0.0.7 -* GitHub: https://github.com/erocoar/ggpol -* Source code: https://github.com/cran/ggpol -* Date/Publication: 2020-11-08 13:40:02 UTC -* Number of recursive dependencies: 51 - -Run `revdepcheck::cloud_details(, "ggpol")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggpol-Ex.R’ failed - The error most likely occurred in: - - > ### Name: GeomConfmat - > ### Title: Confusion Matrix - > ### Aliases: GeomConfmat geom_confmat stat_confmat - > - > ### ** Examples - > - > x <- sample(LETTERS[seq(4)], 50, replace = TRUE) - ... - 24. │ └─ggpol (local) draw_panel(...) - 25. │ └─base::lapply(GeomText$default_aes[missing_aes], rlang::eval_tidy) - 26. │ └─rlang (local) FUN(X[[i]], ...) - 27. ├─ggplot2::from_theme(fontsize) - 28. └─base::.handleSimpleError(...) - 29. └─rlang (local) h(simpleError(msg, call)) - 30. └─handlers[[1L]](cnd) - 31. └─cli::cli_abort(...) - 32. └─rlang::abort(...) - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespaces in Imports field not imported from: - ‘dplyr’ ‘grDevices’ - All declared Imports should be used. - ``` - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# ggprism - -
- -* Version: 1.0.6 -* GitHub: https://github.com/csdaw/ggprism -* Source code: https://github.com/cran/ggprism -* Date/Publication: 2025-05-17 10:50:02 UTC -* Number of recursive dependencies: 98 - -Run `revdepcheck::cloud_details(, "ggprism")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggprism-Ex.R’ failed - The error most likely occurred in: - - > ### Name: annotation_ticks - > ### Title: Add ticks as ggplot annotation - > ### Aliases: annotation_ticks - > - > ### ** Examples - > - > ## Generally it is better to use the guide_prism_minor function. - ... - Please report the issue at . - Error in `parent %+replace% t`: - ! `%+replace%` requires two theme objects - Backtrace: - ▆ - 1. └─ggprism::theme_prism(border = TRUE) - 2. └─parent %+replace% t - 3. └─cli::cli_abort("{.code %+replace%} requires two theme objects") - 4. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > - > if ( requireNamespace("tinytest", quietly=TRUE) ){ - + tinytest::test_package("ggprism") - + } - - test-add_pvalue.R............. 0 tests - test-add_pvalue.R............. 0 tests - ... - ℹ It has been replaced by a ggproto system that can be extended. - 3: The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0. - ℹ Please use the `linewidth` argument instead. - ℹ The deprecated feature was likely used in the ggprism package. - Please report the issue at . - 4: The `size` argument of `element_rect()` is deprecated as of ggplot2 3.4.0. - ℹ Please use the `linewidth` argument instead. - ℹ The deprecated feature was likely used in the ggprism package. - Please report the issue at . - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘axes.Rmd’ using rmarkdown - - Quitting from axes.Rmd:37-48 [unnamed-chunk-2] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - NULL - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: processing vignette 'axes.Rmd' failed with diagnostics: - `%+replace%` requires two theme objects - ... - - Error: processing vignette 'themes.Rmd' failed with diagnostics: - `%+replace%` requires two theme objects - --- failed re-building ‘themes.Rmd’ - - SUMMARY: processing the following files failed: - ‘axes.Rmd’ ‘colours.Rmd’ ‘ggprism.Rmd’ ‘pvalues.Rmd’ ‘themes.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# ggpubr - -
- -* Version: 0.6.0 -* GitHub: https://github.com/kassambara/ggpubr -* Source code: https://github.com/cran/ggpubr -* Date/Publication: 2023-02-10 16:20:02 UTC -* Number of recursive dependencies: 88 - -Run `revdepcheck::cloud_details(, "ggpubr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ggpubr) - Loading required package: ggplot2 - > - > test_check("ggpubr") - [ FAIL 2 | WARN 6 | SKIP 0 | PASS 183 ] - - ... - [6] 6 - 10 == -4 - [7] 19 - 9 == 10 - [9] 1 - 7 == -6 - [10] 6 - 7 == -1 - [11] 13 - 6 == 7 - ... - - [ FAIL 2 | WARN 6 | SKIP 0 | PASS 183 ] - Error: Test failures - Execution halted - ``` - -# ggraph - -
- -* Version: 2.2.1 -* GitHub: https://github.com/thomasp85/ggraph -* Source code: https://github.com/cran/ggraph -* Date/Publication: 2024-03-07 12:40:02 UTC -* Number of recursive dependencies: 112 - -Run `revdepcheck::cloud_details(, "ggraph")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggraph-Ex.R’ failed - The error most likely occurred in: - - > ### Name: geom_conn_bundle - > ### Title: Create hierarchical edge bundles between node connections - > ### Aliases: geom_conn_bundle geom_conn_bundle2 geom_conn_bundle0 - > - > ### ** Examples - > - > # Create a graph of the flare class system - ... - + ) + - + geom_node_point(aes(filter = leaf, colour = class)) + - + scale_edge_colour_distiller('', direction = 1, guide = 'edge_direction') + - + coord_fixed() + - + ggforce::theme_no_axes() - Error in get_layer_key(...) : - unused argument (list(, , , , , , , 5.5, c(5.5, 5.5, 5.5, 5.5), NULL, , , , NULL, , NULL, , , , , NULL, , NULL, , NULL, , , NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.75, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, , NULL, NULL, NULL, NULL, NULL, NULL, - NULL, NULL, , NULL, 2, NULL, NULL, NULL, 1.2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.2, NULL, , NULL, , NULL, "right", NULL, NULL, NULL, "center", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, , 2, , , NULL, NULL, NULL, , NULL, , NULL, NULL, NULL, NULL, FALSE, NULL, NULL, , , "panel", , , "panel", , "topleft", NULL, NULL, , NULL, NULL, "on", " - Calls: ... -> -> process_layers -> - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘Edges.Rmd’ using rmarkdown - ``` - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_build: - function(plot, ...) - ggplot_build.ggraph: - function(plot) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 9.0Mb - sub-directories of 1Mb or more: - R 1.5Mb - doc 3.9Mb - libs 2.8Mb - ``` - -# ggResidpanel - -
- -* Version: 0.3.0 -* GitHub: NA -* Source code: https://github.com/cran/ggResidpanel -* Date/Publication: 2019-05-31 23:20:04 UTC -* Number of recursive dependencies: 111 - -Run `revdepcheck::cloud_details(, "ggResidpanel")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggResidpanel-Ex.R’ failed - The error most likely occurred in: - - > ### Name: resid_panel - > ### Title: Panel of Diagnostic Residual Plots. - > ### Aliases: resid_panel - > - > ### ** Examples - > - > - ... - 36. │ └─ggplot2 (local) FUN(X[[i]], ...) - 37. │ └─self$draw_group(group, panel_params, coord, ...) - 38. │ └─ggplot2 (local) draw_group(...) - 39. │ └─ggplot2 (local) draw_group(..., self = self) - 40. └─base::.handleSimpleError(...) - 41. └─rlang (local) h(simpleError(msg, call)) - 42. └─handlers[[1L]](cnd) - 43. └─cli::cli_abort(...) - 44. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ggResidpanel) - > - > test_check("ggResidpanel") - [ FAIL 1 | WARN 4 | SKIP 9 | PASS 18 ] - - ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ - ... - 42. │ └─ggplot2 (local) draw_group(..., self = self) - 43. └─base::.handleSimpleError(...) - 44. └─rlang (local) h(simpleError(msg, call)) - 45. └─handlers[[1L]](cnd) - 46. └─cli::cli_abort(...) - 47. └─rlang::abort(...) - - [ FAIL 1 | WARN 4 | SKIP 9 | PASS 18 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘introduction.Rmd’ using rmarkdown - ``` - -# ggRtsy - -
- -* Version: 0.1.0 -* GitHub: NA -* Source code: https://github.com/cran/ggRtsy -* Date/Publication: 2023-09-15 19:12:05 UTC -* Number of recursive dependencies: 65 - -Run `revdepcheck::cloud_details(, "ggRtsy")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ggplot2) - > library(dplyr) - - Attaching package: 'dplyr' - - The following object is masked from 'package:testthat': - ... - 13. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) - 14. │ └─vctrs::vec_as_location(i, n, names = names, arg = arg, call = call) - 15. └─vctrs (local) ``() - 16. └─vctrs:::stop_subscript_oob(...) - 17. └─vctrs:::stop_subscript(...) - 18. └─rlang::abort(...) - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - ... - --- re-building ‘Vignette.Rmd’ using rmarkdown - - Quitting from Vignette.Rmd:47-49 [unnamed-chunk-2] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - NULL - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: processing vignette 'Vignette.Rmd' failed with diagnostics: - ... - Can't extract rows past the end. - ℹ Location 1 doesn't exist. - ℹ There are only 0 rows. - --- failed re-building ‘Vignette.Rmd’ - - SUMMARY: processing the following file failed: - ‘Vignette.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -## In both - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 19 marked UTF-8 strings - ``` - -# ggseqplot - -
- -* Version: 0.8.6 -* GitHub: https://github.com/maraab23/ggseqplot -* Source code: https://github.com/cran/ggseqplot -* Date/Publication: 2025-05-06 22:10:02 UTC -* Number of recursive dependencies: 127 - -Run `revdepcheck::cloud_details(, "ggseqplot")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggseqplot-Ex.R’ failed - The error most likely occurred in: - - > ### Name: ggseqtrplot - > ### Title: Sequence Transition Rate Plot - > ### Aliases: ggseqtrplot - > - > ### ** Examples - > - > # Use example data from TraMineR: biofam data set - ... - 8 7 7 Divorced - [>] sum of weights: 330.07 - min/max: 0/6.02881860733032 - [>] 300 sequences in the data set - [>] min/max sequence length: 16/16 - > - > # Basic transition rate plot (with adjusted x-axis labels) - > ggseqtrplot(biofam.seq, x_n.dodge = 2) - Error in ggseqtrplot(biofam.seq, x_n.dodge = 2) : - labsize must be a single number - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ggseqplot) - Loading required package: TraMineR - - TraMineR stable version 2.2-11 (Built: 2024-12-09) - Website: http://traminer.unige.ch - Please type 'citation("TraMineR")' for citation information. - ... - Backtrace: - ▆ - 1. ├─testthat::expect_s3_class(ggseqtrplot(biofam.seq), "ggplot") at test-ggseqtrplot.R:35:3 - 2. │ └─testthat::quasi_label(enquo(object), arg = "object") - 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) - 4. └─ggseqplot::ggseqtrplot(biofam.seq) - - [ FAIL 1 | WARN 16 | SKIP 0 | PASS 131 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘ggseqplot.Rmd’ using rmarkdown - ``` - -# ggside - -
- -* Version: 0.3.1 -* GitHub: https://github.com/jtlandis/ggside -* Source code: https://github.com/cran/ggside -* Date/Publication: 2024-03-01 09:12:37 UTC -* Number of recursive dependencies: 72 - -Run `revdepcheck::cloud_details(, "ggside")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ggside-Ex.R’ failed - The error most likely occurred in: - - > ### Name: geom_xsidebar - > ### Title: Side bar Charts - > ### Aliases: geom_xsidebar geom_*sidebar geom_ysidebar geom_xsidecol - > ### geom_ysidecol - > - > ### ** Examples - > - ... - 14. │ └─base::withCallingHandlers(...) - 15. └─ggplot2 (local) f(l = layers[[i]], d = data[[i]]) - 16. └─l$compute_statistic(d, layout) - 17. └─ggside (local) compute_statistic(..., self = self) - 18. └─ggplot2 (local) ggproto_parent_method(self = self, data = data, layout = layout) - 19. └─self$stat$setup_params(data, self$stat_params) - 20. └─ggplot2 (local) setup_params(..., self = self) - 21. └─cli::cli_abort("{.fn {snake_class(self)}} must only have an {.field x} {.emph or} {.field y} aesthetic.") - 22. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ggplot2) - > library(ggside) - Registered S3 method overwritten by 'ggside': - method from - +.gg ggplot2 - > - ... - • side_layers/label.svg - • side_layers/violin.svg - • vdiff_irisScatter/collapsed-histo.svg - • vdiff_irisScatter/facetgrid-collapsed-density.svg - • vdiff_irisScatter/facetgrid-histo.svg - • vdiff_irisScatter/facetgrid-side-density.svg - • vdiff_irisScatter/stacked-side-density.svg - • vdiff_irisScatter/yside-histo.svg - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘ggside_aes_mapping.Rmd’ using rmarkdown - - Quitting from ggside_aes_mapping.Rmd:42-46 [ggside_updated_aes_usage] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - NULL - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: processing vignette 'ggside_aes_mapping.Rmd' failed with diagnostics: - Problem while setting up geom. - ℹ Error occurred in the 2nd layer. - Caused by error in `ggproto_parent_method()`: - ! `geom_xsidedensity()` requires the following missing aesthetics: y. - --- failed re-building ‘ggside_aes_mapping.Rmd’ - - --- re-building ‘ggside_basic_usage.Rmd’ using rmarkdown - ``` - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.ggside_scale: - function(object, plot, object_name) - - ggplot_add: - function(object, plot, ...) - ggplot_add.ggside_layer: - function(object, plot, object_name) - - ggplot_add: - function(object, plot, ...) - ggplot_add.ggside_options: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -* checking for code/documentation mismatches ... WARNING - ``` - Codoc mismatches from Rd file 'geom_xsideabline.Rd': - geom_xsidehline - Code: function(mapping = NULL, data = NULL, position = "identity", - ..., yintercept, na.rm = FALSE, show.legend = NA) - Docs: function(mapping = NULL, data = NULL, ..., yintercept, na.rm = - FALSE, show.legend = NA) - Argument names in code not in docs: - position - Mismatches in argument names (first 3): - Position: 3 Code: position Docs: ... - ... - FALSE, show.legend = NA, inherit.aes = TRUE, - orientation = "y") - Argument names in code not in docs: - quantile.colour quantile.color quantile.linetype quantile.linewidth - Mismatches in argument names (first 3): - Position: 6 Code: trim Docs: draw_quantiles - Position: 7 Code: bounds Docs: trim - Position: 8 Code: quantile.colour Docs: bounds - Mismatches in argument default values: - Name: 'draw_quantiles' Code: deprecated() Docs: NULL - ``` - -* checking R code for possible problems ... NOTE - ``` - geom_xsidelabel: no visible global function definition for ‘deprecated’ - geom_xsideviolin: no visible global function definition for - ‘deprecated’ - geom_ysidelabel: no visible global function definition for ‘deprecated’ - geom_ysideviolin: no visible global function definition for - ‘deprecated’ - Undefined global functions or variables: - deprecated - ``` - -# ggspatial - -
- -* Version: 1.1.9 -* GitHub: https://github.com/paleolimbot/ggspatial -* Source code: https://github.com/cran/ggspatial -* Date/Publication: 2023-08-17 15:32:38 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::cloud_details(, "ggspatial")` for more info - -
- -## Newly broken - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.fixed_plot_aspect: - function(object, plot, object_name) - - ggplot_build: - function(plot, ...) - ggplot_build.gg_fixed_plot_aspect: - function(plot) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# ggstatsplot - -
- -* Version: 0.13.1 -* GitHub: https://github.com/IndrajeetPatil/ggstatsplot -* Source code: https://github.com/cran/ggstatsplot -* Date/Publication: 2025-05-09 23:40:02 UTC -* Number of recursive dependencies: 172 - -Run `revdepcheck::cloud_details(, "ggstatsplot")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # graphics engine changed in this version, and so snapshots generated on - > # previous R version won't work - > if (getRversion() >= "4.4.0") { - + library(testthat) - + suppressPackageStartupMessages(library(ggstatsplot)) - + test_check("ggstatsplot") - + } - ... - • pairwise-ggsignif/within-non-parametric-all.svg - • pairwise-ggsignif/within-non-parametric-only-non-significant.svg - • pairwise-ggsignif/within-non-parametric-only-significant.svg - • pairwise-ggsignif/within-parametric-all.svg - • pairwise-ggsignif/within-parametric-only-significant.svg - • pairwise-ggsignif/within-robust-all.svg - • pairwise-ggsignif/within-robust-only-non-significant.svg - • pairwise-ggsignif/within-robust-only-significant.svg - Error: Test failures - Execution halted - ``` - -# ggstream - -
- -* Version: 0.1.0 -* GitHub: NA -* Source code: https://github.com/cran/ggstream -* Date/Publication: 2021-05-06 07:50:03 UTC -* Number of recursive dependencies: 51 - -Run `revdepcheck::cloud_details(, "ggstream")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ggstream) - > - > test_check("ggstream") - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-geom_stream.R:4:3'): geom_stream ───────────────────────────── - class(...) not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘tidyr’ - All declared Imports should be used. - ``` - -# ggswissmaps - -
- -* Version: 0.1.1 -* GitHub: https://github.com/gibonet/ggswissmaps -* Source code: https://github.com/cran/ggswissmaps -* Date/Publication: 2016-10-29 10:48:24 -* Number of recursive dependencies: 68 - -Run `revdepcheck::cloud_details(, "ggswissmaps")` for more info - -
- -## Newly broken - -* checking whether package ‘ggswissmaps’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: `aes_string()` was deprecated in ggplot2 3.0.0. - See ‘/tmp/workdir/ggswissmaps/new/ggswissmaps.Rcheck/00install.out’ for details. - ``` - -* checking whether the namespace can be loaded with stated dependencies ... NOTE - ``` - Warning: `aes_string()` was deprecated in ggplot2 3.0.0. - ℹ Please use tidy evaluation idioms with `aes()`. - ℹ See also `vignette("ggplot2-in-packages")` for more information. - ℹ The deprecated feature was likely used in the ggswissmaps package. - Please report the issue to the authors. - - A namespace must be able to be loaded with just the base namespace - loaded: otherwise if the namespace gets loaded by a saved object, the - session will be unable to start. - - Probably some imports need to be declared in the NAMESPACE file. - ``` - -# ggtangle - -
- -* Version: 0.0.6 -* GitHub: NA -* Source code: https://github.com/cran/ggtangle -* Date/Publication: 2024-12-18 14:30:06 UTC -* Number of recursive dependencies: 75 - -Run `revdepcheck::cloud_details(, "ggtangle")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘ggtangle.Rmd’ using rmarkdown - ``` - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.cnet_label: - function(object, plot, object_name) - - ggplot_add: - function(object, plot, ...) - ggplot_add.layer_edge: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# ggtern - -
- -* Version: 3.5.0 -* GitHub: NA -* Source code: https://github.com/cran/ggtern -* Date/Publication: 2024-03-24 21:50:02 UTC -* Number of recursive dependencies: 39 - -Run `revdepcheck::cloud_details(, "ggtern")` for more info - -
- -## Newly broken - -* checking whether package ‘ggtern’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/ggtern/new/ggtern.Rcheck/00install.out’ for details. - ``` - -## Newly fixed - -* checking Rd cross-references ... NOTE - ``` - Package unavailable to check Rd xrefs: ‘chemometrics’ - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Package which this enhances but not available for checking: ‘sp’ - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘ggtern’ ... -** package ‘ggtern’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -** demo -** inst -** byte-compile and prepare package for lazy loading -Error in get(x, envir = ns, inherits = FALSE) : - object 'is.zero' not found -Error: unable to load R code in package ‘ggtern’ -Execution halted -ERROR: lazy loading failed for package ‘ggtern’ -* removing ‘/tmp/workdir/ggtern/new/ggtern.Rcheck/ggtern’ - - -``` -### CRAN - -``` -* installing *source* package ‘ggtern’ ... -** package ‘ggtern’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -** demo -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -** building package indices -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (ggtern) - - -``` -# ggtime - -
- -* Version: 0.1.0 -* GitHub: NA -* Source code: https://github.com/cran/ggtime -* Date/Publication: 2025-06-10 09:10:02 UTC -* Number of recursive dependencies: 70 - -Run `revdepcheck::cloud_details(, "ggtime")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - ▆ - 1. ├─ggplot2::ggplot_build(p[[1]]) at test-plot-helpers.R:192:3 - 2. ├─ggplot2:::ggplot_build.default(p[[1]]) - 3. │ └─ggplot2::build_ggplot(plot) - 4. │ └─S7::S7_dispatch() - 5. └─S7:::method_lookup_error("build_ggplot", ``) - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 32 ] - Error: Test failures - Execution halted - ``` - -# ggVennDiagram - -
- -* Version: 1.5.4 -* GitHub: https://github.com/gaospecial/ggVennDiagram -* Source code: https://github.com/cran/ggVennDiagram -* Date/Publication: 2025-06-21 11:10:02 UTC -* Number of recursive dependencies: 94 - -Run `revdepcheck::cloud_details(, "ggVennDiagram")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘VennCalculator.Rmd’ using rmarkdown - --- finished re-building ‘VennCalculator.Rmd’ - - --- re-building ‘fully-customed.Rmd’ using rmarkdown - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 11.1Mb - sub-directories of 1Mb or more: - doc 9.5Mb - help 1.1Mb - ``` - -# ggview - -
- -* Version: 0.2.1 -* GitHub: https://github.com/idmn/ggview -* Source code: https://github.com/cran/ggview -* Date/Publication: 2024-10-02 17:00:10 UTC -* Number of recursive dependencies: 44 - -Run `revdepcheck::cloud_details(, "ggview")` for more info - -
- -## Newly broken - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.canvas: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# grafify - -
- -* Version: 5.0.0.1 -* GitHub: https://github.com/ashenoy-cmbi/grafify -* Source code: https://github.com/cran/grafify -* Date/Publication: 2025-03-10 22:50:02 UTC -* Number of recursive dependencies: 111 - -Run `revdepcheck::cloud_details(, "grafify")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(grafify) - Loading required package: ggplot2 - > library(rlang) - - Attaching package: 'rlang' - - ... - Backtrace: - ▆ - 1. └─testthat::expect_match(db2$labels$y, "PI") at test-plot_befafter_colors.R:37:3 - 2. └─base::stopifnot(is.character(act$val)) - ── Failure ('test-plot_qqline.R:14:3'): Check QQ plots ───────────────────────── - as.character(db1$labels$y) is empty. - - [ FAIL 5 | WARN 0 | SKIP 0 | PASS 180 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.6Mb - sub-directories of 1Mb or more: - help 5.3Mb - ``` - -* checking Rd cross-references ... NOTE - ``` - Package unavailable to check Rd xrefs: ‘gratia’ - ``` - -# graphPAF - -
- -* Version: 2.0.0 -* GitHub: https://github.com/johnfergusonNUIG/graphPAF -* Source code: https://github.com/cran/graphPAF -* Date/Publication: 2023-12-21 00:50:06 UTC -* Number of recursive dependencies: 47 - -Run `revdepcheck::cloud_details(, "graphPAF")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘graphPAF-Ex.R’ failed - The error most likely occurred in: - - > ### Name: plot.SAF_summary - > ### Title: Produce plots of sequential and average PAF - > ### Aliases: plot.SAF_summary - > - > ### ** Examples - > - > library(splines) - ... - + riskfactor_vec = c("urban.rural","occupational.exposure"),ci=FALSE) - > plot(out) - Warning in fortify(data, ...) : Arguments in `...` must be used. - ✖ Problematic argument: - • size = point.size - ℹ Did you misspell an argument name? - Error: Can't find method for generic `+(e1, e2)`: - - e1: - - e2: - Execution halted - ``` - -# GRShiny - -
- -* Version: 1.0.0 -* GitHub: https://github.com/sooyongl/GRShiny -* Source code: https://github.com/cran/GRShiny -* Date/Publication: 2023-05-03 18:40:06 UTC -* Number of recursive dependencies: 152 - -Run `revdepcheck::cloud_details(, "GRShiny")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(GRShiny) - > - > test_check("GRShiny") - - F1 =~ NA*y1+l1*y1+l2*y2 - - ... - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-gendata.r:73:3'): Plotting functions work ──────────────────── - `res` is not TRUE - - `actual`: FALSE - `expected`: TRUE - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 6 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) runGRM.Rd:24: Lost braces - 24 | from \code{\link{mirt}} or code{\linkS4class{lavaan}} from from - | ^ - ``` - -# grwat - -
- -* Version: 0.0.4 -* GitHub: https://github.com/tsamsonov/grwat -* Source code: https://github.com/cran/grwat -* Date/Publication: 2023-10-27 11:40:12 UTC -* Number of recursive dependencies: 97 - -Run `revdepcheck::cloud_details(, "grwat")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > suppressPackageStartupMessages(library(grwat)) - > - > test_check("grwat") - [ FAIL 7 | WARN 4 | SKIP 1 | PASS 165 ] - - ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ - ... - ── Failure ('test-gr_plot_matrix.R:17:3'): Matrix ggplot has the correct content ── - `plt` has type 'object', not 'list'. - ── Failure ('test-gr_plot_ridge.R:9:3'): Ridgeline plot has the correct content ── - `plt` has type 'object', not 'list'. - ── Failure ('test-gr_plot_tests.R:10:3'): Tests plot has the correct content ─── - `plt` has type 'object', not 'list'. - - [ FAIL 7 | WARN 4 | SKIP 1 | PASS 165 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.3Mb - sub-directories of 1Mb or more: - doc 1.6Mb - libs 2.6Mb - ``` - -# gtExtras - -
- -* Version: 0.6.0 -* GitHub: https://github.com/jthomasmock/gtExtras -* Source code: https://github.com/cran/gtExtras -* Date/Publication: 2025-05-29 04:50:02 UTC -* Number of recursive dependencies: 105 - -Run `revdepcheck::cloud_details(, "gtExtras")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(gtExtras) - Loading required package: gt - - Attaching package: 'gt' - - The following object is masked from 'package:testthat': - ... - 44. │ └─base::stop(...) - 45. └─base::.handleSimpleError(...) - 46. └─rlang (local) h(simpleError(msg, call)) - 47. └─handlers[[1L]](cnd) - 48. └─cli::cli_abort(...) - 49. └─rlang::abort(...) - - [ FAIL 6 | WARN 4 | SKIP 19 | PASS 104 ] - Error: Test failures - Execution halted - ``` - -# handwriterRF - -
- -* Version: 1.1.1 -* GitHub: https://github.com/CSAFE-ISU/handwriterRF -* Source code: https://github.com/cran/handwriterRF -* Date/Publication: 2025-01-29 00:20:01 UTC -* Number of recursive dependencies: 123 - -Run `revdepcheck::cloud_details(, "handwriterRF")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - Calculating similarity score... - Calculating distance between samples... - Calculating similarity score... - Calculating distance between samples... - Calculating similarity score... - Calculating SLR... - Calculating distance between samples... - Calculating similarity score... - Calculating SLR... - Killed - ``` - -# harmony - -
- -* Version: 1.2.3 -* GitHub: https://github.com/immunogenomics/harmony -* Source code: https://github.com/cran/harmony -* Date/Publication: 2024-11-27 23:50:02 UTC -* Number of recursive dependencies: 210 - -Run `revdepcheck::cloud_details(, "harmony")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘Seurat.Rmd’ using rmarkdown - Calculating gene variances - 0% 10 20 30 40 50 60 70 80 90 100% - [----|----|----|----|----|----|----|----|----|----| - **************************************************| - Calculating feature variances of standardized and clipped values - 0% 10 20 30 40 50 60 70 80 90 100% - [----|----|----|----|----|----|----|----|----|----| - **************************************************| - ... - **************************************************| - 0% 10 20 30 40 50 60 70 80 90 100% - [----|----|----|----|----|----|----|----|----|----| - **************************************************| - 0% 10 20 30 40 50 60 70 80 90 100% - [----|----|----|----|----|----|----|----|----|----| - **************************************************| - 0% 10 20 30 40 50 60 70 80 90 100% - [----|----|----|----|----|----|----|----|----|----| - **************************************************| - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 14.8Mb - sub-directories of 1Mb or more: - data 5.0Mb - doc 2.5Mb - libs 7.1Mb - ``` - -# hatchR - -
- -* Version: 0.3.2 -* GitHub: https://github.com/bmait101/hatchR -* Source code: https://github.com/cran/hatchR -* Date/Publication: 2025-03-05 15:40:02 UTC -* Number of recursive dependencies: 91 - -Run `revdepcheck::cloud_details(, "hatchR")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - `plot_geoms` (`actual`) not identical to c("GeomPoint", "GeomLine", "GeomHline", "GeomHline") (`expected`). - - `names(actual)` is a character vector ('geom_point', 'geom_line', 'geom_hline', 'geom_hline...4') - `names(expected)` is absent - ── Failure ('test-plot_phenology.R:10:3'): plot_phenology works ──────────────── - `p` has type 'object', not 'list'. - - [ FAIL 4 | WARN 0 | SKIP 0 | PASS 35 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 8.7Mb - sub-directories of 1Mb or more: - data 6.5Mb - doc 1.9Mb - ``` - -# heatmaply - -
- -* Version: 1.5.0 -* GitHub: https://github.com/talgalili/heatmaply -* Source code: https://github.com/cran/heatmaply -* Date/Publication: 2023-10-06 20:50:02 UTC -* Number of recursive dependencies: 108 - -Run `revdepcheck::cloud_details(, "heatmaply")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(heatmaply) - Loading required package: plotly - Loading required package: ggplot2 - - Attaching package: 'plotly' - - ... - 11. ├─ggplot2::theme(...) - 12. │ └─ggplot2:::find_args(..., complete = NULL, validate = NULL) - 13. │ └─base::mget(args, envir = env) - 14. └─ggplot2::element_text(...) - 15. └─S7::new_object(...) - 16. └─S7::validate(object, recursive = !parent_validated) - - [ FAIL 1 | WARN 1 | SKIP 0 | PASS 264 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.5Mb - sub-directories of 1Mb or more: - doc 5.1Mb - ``` - -* checking Rd files ... NOTE - ``` - checkRd: (-1) heatmaply.Rd:282: Lost braces - 282 | row and column dendrograms. The default uses stats{reorder.dendrogram}} - | ^ - checkRd: (-1) heatmapr.Rd:93: Lost braces - 93 | \item{reorderfun}{function(d, w) of dendrogram and weights for reordering the row and column dendrograms. The default uses stats{reorder.dendrogram}} - | ^ - checkRd: (-1) is.plotly.Rd:16: Lost braces - 16 | Helpful for the plot_method in link{heatmaply}. - | ^ - ``` - -# hesim - -
- -* Version: 0.5.5 -* GitHub: https://github.com/hesim-dev/hesim -* Source code: https://github.com/cran/hesim -* Date/Publication: 2024-09-18 23:10:02 UTC -* Number of recursive dependencies: 103 - -Run `revdepcheck::cloud_details(, "hesim")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(hesim) - > - > test_check("hesim") - sample = 1 - sample = 2 - [ FAIL 4 | WARN 0 | SKIP 0 | PASS 1121 ] - ... - ── Failure ('test-plot.R:95:3'): autoplot.stateprobs() allows confidence intervals ── - p$labels$fill not equal to "strategy_id". - target is NULL, current is character - ── Failure ('test-plot.R:99:3'): autoplot.stateprobs() allows confidence intervals ── - p$labels$fill not equal to "strategy_id". - target is NULL, current is character - - [ FAIL 4 | WARN 0 | SKIP 0 | PASS 1121 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 35.9Mb - sub-directories of 1Mb or more: - R 1.5Mb - doc 2.2Mb - libs 30.8Mb - ``` - -# hrbrthemes - -
- -* Version: 0.8.7 -* GitHub: NA -* Source code: https://github.com/cran/hrbrthemes -* Date/Publication: 2024-03-04 00:20:02 UTC -* Number of recursive dependencies: 67 - -Run `revdepcheck::cloud_details(, "hrbrthemes")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘test-all.R’ - Running the tests in ‘tests/test-all.R’ failed. - Complete output: - > library(testthat) - > test_check("hrbrthemes") - Loading required package: hrbrthemes - [ FAIL 1 | WARN 0 | SKIP 2 | PASS 9 ] - - ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ - • On CRAN (2): 'test-hrbrthemes.R:71:3', 'test-themes.R:4:3' - ... - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-hrbrthemes.R:16:3'): we can do something ───────────────────── - `gg_check(gg_tmp)` did not produce any messages. - - [ FAIL 1 | WARN 0 | SKIP 2 | PASS 9 ] - Deleting unused snapshots: - • themes/theme-ipsum-rc.svg - • themes/theme-ipsum.svg - Error: Test failures - Execution halted - ``` - -# hyperoverlap - -
- -* Version: 1.1.1 -* GitHub: NA -* Source code: https://github.com/cran/hyperoverlap -* Date/Publication: 2021-08-10 08:30:05 UTC -* Number of recursive dependencies: 105 - -Run `revdepcheck::cloud_details(, "hyperoverlap")` for more info - -
- -## Newly broken - -* checking whether package ‘hyperoverlap’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘hyperoverlap’ - See ‘/tmp/workdir/hyperoverlap/new/hyperoverlap.Rcheck/00install.out’ for details. - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 6.5Mb - sub-directories of 1Mb or more: - doc 6.3Mb - ``` - -# hypsoLoop - -
- -* Version: 0.2.0 -* GitHub: NA -* Source code: https://github.com/cran/hypsoLoop -* Date/Publication: 2022-02-08 09:00:02 UTC -* Number of recursive dependencies: 93 - -Run `revdepcheck::cloud_details(, "hypsoLoop")` for more info - -
- -## Newly broken - -* checking whether package ‘hypsoLoop’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘ggplot2::set_theme’ by ‘sjPlot::set_theme’ when loading ‘hypsoLoop’ - See ‘/tmp/workdir/hypsoLoop/new/hypsoLoop.Rcheck/00install.out’ for details. - ``` - -# ImHD - -
- -* Version: 0.1.0 -* GitHub: NA -* Source code: https://github.com/cran/ImHD -* Date/Publication: 2023-09-12 06:12:44 UTC -* Number of recursive dependencies: 38 - -Run `revdepcheck::cloud_details(, "ImHD")` for more info - -
- -## Newly broken - -* checking whether package ‘ImHD’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘ImHD’ - See ‘/tmp/workdir/ImHD/new/ImHD.Rcheck/00install.out’ for details. - ``` - -# implicitMeasures - -
- -* Version: 0.2.1 -* GitHub: NA -* Source code: https://github.com/cran/implicitMeasures -* Date/Publication: 2022-02-16 13:40:13 UTC -* Number of recursive dependencies: 83 - -Run `revdepcheck::cloud_details(, "implicitMeasures")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(implicitMeasures) - > - > test_check("implicitMeasures") - [ FAIL 7 | WARN 2 | SKIP 2 | PASS 69 ] - - ... - 5. └─implicitMeasures::multi_dscore(iat_data, ds = "error-inflation") - 6. └─ggplot2::geom_violin(draw_quantiles = TRUE) - 7. └─ggplot2:::check_numeric(draw_quantiles) - 8. └─ggplot2:::check_object(x, is.numeric, what, ..., arg = arg, call = call) - 9. └─ggplot2:::stop_input_type(...) - 10. └─rlang::abort(message, ..., call = call, arg = arg) - - [ FAIL 7 | WARN 2 | SKIP 2 | PASS 69 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘IAT-example.Rmd’ using rmarkdown - ``` - -# imputeTS - -
- -* Version: 3.3 -* GitHub: https://github.com/SteffenMoritz/imputeTS -* Source code: https://github.com/cran/imputeTS -* Date/Publication: 2022-09-09 06:52:55 UTC -* Number of recursive dependencies: 110 - -Run `revdepcheck::cloud_details(, "imputeTS")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > test_check("imputeTS") - Loading required package: imputeTS - [ FAIL 43 | WARN 18 | SKIP 52 | PASS 411 ] - - ══ Skipped tests (52) ══════════════════════════════════════════════════════════ - • On CRAN (52): 'test-ggplot_na_distribution.R:59:3', - ... - `expected`: TRUE - ── Failure ('test-ggplot_na_imputations.R:81:5'): Check that all parameters of plot run without error ── - is.list(...) is not TRUE - - `actual`: FALSE - `expected`: TRUE - - [ FAIL 43 | WARN 18 | SKIP 52 | PASS 411 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking re-building of vignette outputs ... WARNING - ``` - Error(s) in re-building vignettes: - --- re-building ‘Cheat_Sheet_imputeTS.pdf.asis’ using asis - --- finished re-building ‘Cheat_Sheet_imputeTS.pdf.asis’ - - --- re-building ‘imputeTS-Time-Series-Missing-Value-Imputation-in-R.ltx’ using tex - Error: processing vignette 'imputeTS-Time-Series-Missing-Value-Imputation-in-R.ltx' failed with diagnostics: - Running 'texi2dvi' on 'imputeTS-Time-Series-Missing-Value-Imputation-in-R.ltx' failed. - LaTeX errors: - ! LaTeX Error: File `etex.sty' not found. - - ... - - ! Emergency stop. - - - l.5 \usepackage - [utf8]{inputenc}^^M - ! ==> Fatal error occurred, no output PDF file produced! - --- failed re-building ‘imputeTS-Time-Series-Missing-Value-Imputation-in-R.ltx’ - - --- re-building ‘gallery_visualizations.Rmd’ using rmarkdown - ``` - -* checking installed package size ... NOTE - ``` - installed size is 5.7Mb - sub-directories of 1Mb or more: - data 2.0Mb - doc 1.1Mb - libs 1.9Mb - ``` - -# infer - -
- -* Version: 1.0.8 -* GitHub: https://github.com/tidymodels/infer -* Source code: https://github.com/cran/infer -* Date/Publication: 2025-04-14 17:20:02 UTC -* Number of recursive dependencies: 125 - -Run `revdepcheck::cloud_details(, "infer")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - > # * https://testthat.r-lib.org/reference/test_package.html#special-files - ... - • visualize/viz-assume-z-p-val-right.svg - • visualize/viz-assume-z.svg - • visualize/viz-fit-bare.svg - • visualize/viz-fit-conf-int.svg - • visualize/viz-fit-no-h0.svg - • visualize/viz-fit-p-val-both.svg - • visualize/viz-fit-p-val-left.svg - • visualize/viz-fit-p-val-right.svg - Error: Test failures - Execution halted - ``` - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.infer_layer: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# inTextSummaryTable - -
- -* Version: 3.3.3 -* GitHub: https://github.com/openanalytics/inTextSummaryTable -* Source code: https://github.com/cran/inTextSummaryTable -* Date/Publication: 2024-06-12 18:30:02 UTC -* Number of recursive dependencies: 109 - -Run `revdepcheck::cloud_details(, "inTextSummaryTable")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(inTextSummaryTable) - > - > test_check("inTextSummaryTable") - [ FAIL 59 | WARN 0 | SKIP 0 | PASS 881 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - Error in `geom_point(mapping = do.call(aes, c(aesBase, list(y = sym("meanVar")), - if (!is.null(colorVar) & useShape) list(shape = sym("colorVar")))), - position = pd, size = sizePoint, data = data)`: Problem while setting up geom aesthetics. - ℹ Error occurred in the 2nd layer. - Caused by error in `list_sizes()`: - ! `x$size` must be a vector, not a object. - - [ FAIL 59 | WARN 0 | SKIP 0 | PASS 881 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘inTextSummaryTable-advanced.Rmd’ using rmarkdown - --- finished re-building ‘inTextSummaryTable-advanced.Rmd’ - - --- re-building ‘inTextSummaryTable-aesthetics.Rmd’ using rmarkdown - - Quitting from inTextSummaryTable-aesthetics.Rmd:210-224 [aesthetics-defaultsVisualization] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - NULL - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - ... - Error: processing vignette 'inTextSummaryTable-visualization.Rmd' failed with diagnostics: - The `plot.margin` theme element must be a vector of length 4 - --- failed re-building ‘inTextSummaryTable-visualization.Rmd’ - - SUMMARY: processing the following files failed: - ‘inTextSummaryTable-aesthetics.Rmd’ - ‘inTextSummaryTable-visualization.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 10.2Mb - sub-directories of 1Mb or more: - doc 9.7Mb - ``` - -# iNZightTS - -
- -* Version: 2.0.0 -* GitHub: https://github.com/iNZightVIT/iNZightTS -* Source code: https://github.com/cran/iNZightTS -* Date/Publication: 2024-01-17 06:20:02 UTC -* Number of recursive dependencies: 90 - -Run `revdepcheck::cloud_details(, "iNZightTS")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(iNZightTS) - > - > test_check("iNZightTS") - [ FAIL 1 | WARN 3 | SKIP 0 | PASS 107 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - 9. └─ggplot2::coord_fixed(...) - 10. └─ggplot2::coord_cartesian(ratio = ratio) - 11. └─ggplot2:::check_number_decimal(...) - 12. └─ggplot2:::.stop_not_number(...) - 13. └─ggplot2:::stop_input_type(...) - 14. └─rlang::abort(message, ..., call = call, arg = arg) - - [ FAIL 1 | WARN 3 | SKIP 0 | PASS 107 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking Rd cross-references ... NOTE - ``` - Package unavailable to check Rd xrefs: ‘plotly’ - ``` - -# IRon - -
- -* Version: 0.1.4 -* GitHub: https://github.com/nunompmoniz/IRon -* Source code: https://github.com/cran/IRon -* Date/Publication: 2023-01-20 07:20:06 UTC -* Number of recursive dependencies: 81 - -Run `revdepcheck::cloud_details(, "IRon")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘IRon-Ex.R’ failed - The error most likely occurred in: - - > ### Name: sera - > ### Title: Squared Error-Relevance Area (SERA) - > ### Aliases: sera - > - > ### ** Examples - > - > library(IRon) - ... - 19. │ └─self$stat$setup_params(data, self$stat_params) - 20. │ └─ggplot2 (local) setup_params(...) - 21. │ └─base::match.fun(method) - 22. │ └─base::get(as.character(FUN), mode = "function", envir = envir) - 23. └─base::.handleSimpleError(...) - 24. └─rlang (local) h(simpleError(msg, call)) - 25. └─handlers[[1L]](cnd) - 26. └─cli::cli_abort(...) - 27. └─rlang::abort(...) - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 6.7Mb - sub-directories of 1Mb or more: - data 6.5Mb - ``` - -# isoorbi - -
- -* Version: 1.3.1 -* GitHub: https://github.com/isoverse/isoorbi -* Source code: https://github.com/cran/isoorbi -* Date/Publication: 2024-08-27 05:10:03 UTC -* Number of recursive dependencies: 120 - -Run `revdepcheck::cloud_details(, "isoorbi")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(dplyr) - - Attaching package: 'dplyr' - - The following object is masked from 'package:testthat': - - ... - ── Failure ('test_plotting_functions.R:107:3'): orbi_plot_raw_data() tests ───── - orbi_plot_raw_data(df, y = "ratio") has type 'object', not 'list'. - ── Failure ('test_plotting_functions.R:139:3'): orbi_plot_isotopocule_coverage() tests ── - `fig` has type 'object', not 'list'. - ── Failure ('test_shotnoise_functions.R:94:3'): orbi_plot_shot_noise() tests ─── - orbi_plot_shot_noise(df, "time.min") has type 'object', not 'list'. - - [ FAIL 5 | WARN 1 | SKIP 0 | PASS 350 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 6.3Mb - sub-directories of 1Mb or more: - doc 2.0Mb - extdata 3.3Mb - ``` - -# jskm - -
- -* Version: 0.5.13 -* GitHub: https://github.com/jinseob2kim/jstable -* Source code: https://github.com/cran/jskm -* Date/Publication: 2025-06-12 15:20:06 UTC -* Number of recursive dependencies: 108 - -Run `revdepcheck::cloud_details(, "jskm")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘jskm.Rmd’ using rmarkdown - ``` - -# lares - -
- -* Version: 5.2.13 -* GitHub: https://github.com/laresbernardo/lares -* Source code: https://github.com/cran/lares -* Date/Publication: 2025-02-19 15:20:02 UTC -* Number of recursive dependencies: 95 - -Run `revdepcheck::cloud_details(, "lares")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘lares-Ex.R’ failed - The error most likely occurred in: - - > ### Name: clusterKmeans - > ### Title: Automated K-Means Clustering + PCA/t-SNE - > ### Aliases: clusterKmeans - > - > ### ** Examples - > - > Sys.unsetenv("LARES_FONT") # Temporal - ... - > - > # If dataset has +5 columns, feel free to reduce dimenstionalities - > # with reduce_pca() or reduce_tsne() first - > - > # Find optimal k - > check_k <- clusterKmeans(df, limit = 10) - >>> Removed duplicate obserations: 1 - Error: object properties are invalid: - - @family must be or , not - Execution halted - ``` - -# latrend - -
- -* Version: 1.6.1 -* GitHub: https://github.com/philips-software/latrend -* Source code: https://github.com/cran/latrend -* Date/Publication: 2024-05-15 11:50:02 UTC -* Number of recursive dependencies: 237 - -Run `revdepcheck::cloud_details(, "latrend")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘latrend-Ex.R’ failed - The error most likely occurred in: - - > ### Name: qqPlot - > ### Title: Quantile-quantile plot - > ### Aliases: qqPlot - > - > ### ** Examples - > - > data(latrendData) - ... - 26. │ └─ggplot2 (local) FUN(X[[i]], ...) - 27. │ └─self$draw_group(group, panel_params, coord, ...) - 28. │ └─ggplot2 (local) draw_group(...) - 29. │ └─ggplot2 (local) draw_group(..., self = self) - 30. └─base::.handleSimpleError(...) - 31. └─rlang (local) h(simpleError(msg, call)) - 32. └─handlers[[1L]](cnd) - 33. └─cli::cli_abort(...) - 34. └─rlang::abort(...) - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘demo.Rmd’ using rmarkdown - ``` - -# legendry - -
- -* Version: 0.2.2 -* GitHub: https://github.com/teunbrand/legendry -* Source code: https://github.com/cran/legendry -* Date/Publication: 2025-05-30 09:20:09 UTC -* Number of recursive dependencies: 67 - -Run `revdepcheck::cloud_details(, "legendry")` for more info - -
- -## Newly broken - -* checking whether the package can be loaded with stated dependencies ... WARNING - ``` - Loading required package: ggplot2 - Error: package or namespace load failed for ‘legendry’: - .onLoad failed in loadNamespace() for 'legendry', details: - call: getFromNamespace("class_mapping", "ggplot2") - error: could not find function "getFromNamespace" - Execution halted - - It looks like this package (or one of its dependent packages) has an - unstated dependence on a standard package. All dependencies must be - declared in DESCRIPTION. - See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ - manual. - ``` - -* checking whether the package can be unloaded cleanly ... WARNING - ``` - Error: package or namespace load failed for ‘legendry’: - .onLoad failed in loadNamespace() for 'legendry', details: - call: getFromNamespace("class_mapping", "ggplot2") - error: could not find function "getFromNamespace" - Execution halted - ``` - -* checking whether the namespace can be loaded with stated dependencies ... WARNING - ``` - Error: .onLoad failed in loadNamespace() for 'legendry', details: - call: getFromNamespace("class_mapping", "ggplot2") - error: could not find function "getFromNamespace" - Execution halted - - A namespace must be able to be loaded with just the base namespace - loaded: otherwise if the namespace gets loaded by a saved object, the - session will be unable to start. - - Probably some imports need to be declared in the NAMESPACE file. - ``` - -* checking dependencies in R code ... NOTE - ``` - Error: .onLoad failed in loadNamespace() for 'legendry', details: - call: getFromNamespace("class_mapping", "ggplot2") - error: could not find function "getFromNamespace" - Call sequence: - 3: stop(gettextf("%s failed in %s() for '%s', details:\n call: %s\n error: %s", - hookname, "loadNamespace", pkgname, deparse(conditionCall(res))[1L], - conditionMessage(res)), call. = FALSE, domain = NA) - 2: runHook(".onLoad", env, package.lib, package) - 1: loadNamespace(package, lib.loc) - Execution halted - ``` - -* checking R code for possible problems ... NOTE - ``` - Error: .onLoad failed in loadNamespace() for 'legendry', details: - call: getFromNamespace("class_mapping", "ggplot2") - error: could not find function "getFromNamespace" - Execution halted - ``` - -# lemon - -
- -* Version: 0.5.0 -* GitHub: https://github.com/stefanedwards/lemon -* Source code: https://github.com/cran/lemon -* Date/Publication: 2024-11-10 18:20:02 UTC -* Number of recursive dependencies: 72 - -Run `revdepcheck::cloud_details(, "lemon")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘lemon-Ex.R’ failed - The error most likely occurred in: - - > ### Name: brackets_horizontal - > ### Title: Axis brackets instead of axis ticks and lines - > ### Aliases: brackets_horizontal brackets_horisontal brackets_vertical - > - > ### ** Examples - > - > library(ggplot2) - ... - + geom_point(position=position_jitter(width=0.3)) + - + theme_bw() + - + theme(panel.border = element_blank(), axis.line = element_line()) - > p - > - > p <- p + coord_flex_cart(bottom=brackets_horizontal(length=unit(0.08, 'npc'))) - > p - Error in as.unit(e2) : object is not coercible to a unit - Calls: ... render_axis_h -> bottom -> bottom -> unit.c -> Ops.unit -> as.unit - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(lemon) - > - > - > if (TRUE) { - + test_check("lemon") - + } #else { - ... - 16. └─gtable::gtable_add_row_space(panel_table, theme$panel.spacing.y %||% theme$panel.spacing) - 17. └─cli::cli_abort("{.arg height} must be of length 1 or nrow - 1") - 18. └─rlang::abort(...) - - [ FAIL 2 | WARN 14 | SKIP 3 | PASS 138 ] - Deleting unused snapshots: - • facet/facet-rep-wrap-spacing.svg - • facet_aux/facet-rep-wrap.svg - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘capped-axes.Rmd’ using rmarkdown - ``` - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_build: - function(plot, ...) - ggplot_build.lemon_plot: - function(plot) - - ggplot_add: - function(object, plot, ...) - ggplot_add.axis_annotation: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# lfproQC - -
- -* Version: 1.4.0 -* GitHub: https://github.com/kabilansbio/lfproQC -* Source code: https://github.com/cran/lfproQC -* Date/Publication: 2024-10-10 13:10:02 UTC -* Number of recursive dependencies: 142 - -Run `revdepcheck::cloud_details(, "lfproQC")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘lfproQC-Ex.R’ failed - The error most likely occurred in: - - > ### Name: QQplot_data - > ### Title: Creating QQ-Plot for a dataset - > ### Aliases: QQplot_data - > - > ### ** Examples - > - > qqplot <- QQplot_data(rlr_knn_yeast_data) - ... - 11. ├─tidyr:::wrap_error_names(...) - 12. │ └─base::withCallingHandlers(...) - 13. └─vctrs::vec_cbind(...) - 14. └─vctrs (local) ``() - 15. └─vctrs:::validate_unique(names = names, arg = arg, call = call) - 16. └─vctrs:::stop_names_must_be_unique(names, arg, call = call) - 17. └─vctrs:::stop_names(...) - 18. └─vctrs:::stop_vctrs(...) - 19. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - ... - --- re-building ‘user_guide.Rmd’ using rmarkdown - - Quitting from user_guide.Rmd:74-76 [unnamed-chunk-12] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - NULL - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: processing vignette 'user_guide.Rmd' failed with diagnostics: - ... - ✖ These names are duplicated: - * "variable" at locations 4 and 14. - ℹ Use argument `names_repair` to specify repair strategy. - --- failed re-building ‘user_guide.Rmd’ - - SUMMARY: processing the following file failed: - ‘user_guide.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# lgpr - -
- -* Version: 1.2.4 -* GitHub: https://github.com/jtimonen/lgpr -* Source code: https://github.com/cran/lgpr -* Date/Publication: 2023-09-24 06:50:02 UTC -* Number of recursive dependencies: 100 - -Run `revdepcheck::cloud_details(, "lgpr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # Short tests - > # - focus on testing that everything runs - > # - should take less than minute - > library(testthat) - > library(lgpr) - Attached lgpr 1.2.4, using rstan 2.32.7. Type ?lgpr to get started. - > - ... - ── Failure ('test_misc-invgamma.R:34:3'): plotting the inverse gamma distribution works ── - `c1` not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - ── Failure ('test_misc-invgamma.R:35:3'): plotting the inverse gamma distribution works ── - `c2` not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - - [ FAIL 2 | WARN 1 | SKIP 0 | PASS 446 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 153.2Mb - sub-directories of 1Mb or more: - R 1.5Mb - libs 151.3Mb - ``` - -* checking Rd files ... NOTE - ``` - checkRd: (-1) prior_to_num.Rd:13: Lost braces; missing escapes or markup? - 13 | {'uniform', 'normal', 'student-t', 'gamma', 'inv-gamma', 'log-normal'} - | ^ - ``` - -* checking for GNU extensions in Makefiles ... NOTE - ``` - GNU make is a SystemRequirements. - ``` - -# listdown - -
- -* Version: 0.5.7 -* GitHub: https://github.com/kaneplusplus/listdown -* Source code: https://github.com/cran/listdown -* Date/Publication: 2023-04-03 00:30:02 UTC -* Number of recursive dependencies: 70 - -Run `revdepcheck::cloud_details(, "listdown")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘listdown-Ex.R’ failed - The error most likely occurred in: - - > ### Name: as_ld_yml - > ### Title: Turn a Computational Component List into YAML with Class - > ### Information - > ### Aliases: as_ld_yml - > - > ### ** Examples - > - ... - + as_ld_yml(cc_list) - + } - Loading required package: ggplot2 - Error in parse(text = paste("x", loc, " <<- list(paste(", deparse(class(elem)), : - :2:1: unexpected symbol - 1: x [[1]] <<- list(paste( c("ggplot2::ggplot", "ggplot", "ggplot2::gg", "S7_object", "gg" , collapse = ":")) - 2: x - ^ - Calls: as_ld_yml -> depth_first_copy -> eval -> parse - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.r’ - Running the tests in ‘tests/testthat.r’ failed. - Complete output: - > library(testthat) - > library(listdown) - > - > test_check("listdown") - [ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ] - - ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ - ... - 5. └─listdown (local) depth_first_copy() - 6. ├─base::eval(...) - 7. └─base::parse(...) - ── Failure ('test-cc-dendro.r:20:3'): Dendrograms work. ──────────────────────── - ld_cc_dendro(cc_list) not equal to read_reference("cc-dendro.rds"). - 4 string mismatches - - [ FAIL 2 | WARN 0 | SKIP 1 | PASS 34 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Package which this enhances but not available for checking: ‘workflowr’ - ``` - -* checking Rd files ... NOTE - ``` - checkRd: (-1) ld_build_html_site.Rd:41: Lost braces - 41 | directory specified by `rmd_dir`. Note that this is an {{rmarkdown}} - | ^ - checkRd: (-1) ld_create_doc.Rd:29: Lost braces - 29 | directory specified by `rmd_dir`. Note that this is an {{rmarkdown}} - | ^ - ``` - -# LMD - -
- -* Version: 1.0.0 -* GitHub: https://github.com/shubhra-opensource/LMD -* Source code: https://github.com/cran/LMD -* Date/Publication: 2022-09-20 09:56:07 UTC -* Number of recursive dependencies: 90 - -Run `revdepcheck::cloud_details(, "LMD")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘LMD-Ex.R’ failed - The error most likely occurred in: - - > ### Name: plot_lmd - > ### Title: LMD Plot - > ### Aliases: plot_lmd - > ### Keywords: LMD PF Residue - > - > ### ** Examples - > - ... - > y = (2 / 3 )* sin(x * 30) + (2 / 3) * sin(x * 17.5) + (4 / 5) *cos(x * 2) - > plot_lmd(lmd(y)) - Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0. - ℹ Please use `linewidth` instead. - ℹ The deprecated feature was likely used in the LMD package. - Please report the issue at - . - Error: object is invalid: - - every label must be named. - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘Getting_Started_with_LMD.Rmd’ using rmarkdown - ``` - -# longevity - -
- -* Version: 1.2 -* GitHub: https://github.com/lbelzile/longevity -* Source code: https://github.com/cran/longevity -* Date/Publication: 2025-05-12 02:10:02 UTC -* Number of recursive dependencies: 58 - -Run `revdepcheck::cloud_details(, "longevity")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘longevity-Ex.R’ failed - The error most likely occurred in: - - > ### Name: autoplot.elife_par - > ### Title: Goodness-of-fit plots for parametric models - > ### Aliases: autoplot.elife_par plot.elife_par - > - > ### ** Examples - > - > set.seed(1234) - ... - + thresh = 0, - + event = ifelse(samp$rcens, 0L, 1L), - + type = "right", - + family = "exp", - + export = TRUE) - > plot(fitted, plot.type = "ggplot") - Error in get("print.ggplot", envir = loadNamespace("ggplot2")) : - object 'print.ggplot' not found - Calls: plot -> plot.elife_par -> lapply -> match.fun -> get - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > - > if ( requireNamespace("tinytest", quietly=TRUE) ){ - + tinytest::test_package("longevity") - + } - - test-S3methods.R.............. 0 tests - test-S3methods.R.............. 0 tests - ... - test-S3methods.R.............. 0 tests - test-S3methods.R.............. 0 tests - test-S3methods.R.............. 0 tests - test-S3methods.R.............. 0 tests - test-S3methods.R.............. 0 tests - test-S3methods.R.............. 0 tests - test-S3methods.R.............. 0 tests Error in get("print.ggplot", envir = loadNamespace("ggplot2")) : - object 'print.ggplot' not found - Calls: ... plot -> plot.elife_par -> lapply -> match.fun -> get - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 10.0Mb - sub-directories of 1Mb or more: - data 7.0Mb - libs 2.3Mb - ``` - -# ltertools - -
- -* Version: 2.0.0 -* GitHub: https://github.com/lter/ltertools -* Source code: https://github.com/cran/ltertools -* Date/Publication: 2025-03-26 18:30:02 UTC -* Number of recursive dependencies: 90 - -Run `revdepcheck::cloud_details(, "ltertools")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-site_timeline.R:15:3'): Outputs are correct ────────────────── - class(time_gg) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 36 ] - Error: Test failures - Execution halted - ``` - -# manymodelr - -
- -* Version: 0.3.9 -* GitHub: https://github.com/Nelson-Gon/manymodelr -* Source code: https://github.com/cran/manymodelr -* Date/Publication: 2025-03-20 07:20:02 UTC -* Number of recursive dependencies: 126 - -Run `revdepcheck::cloud_details(, "manymodelr")` for more info - -
- -## Newly broken - -* checking whether package ‘manymodelr’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘manymodelr’ - See ‘/tmp/workdir/manymodelr/new/manymodelr.Rcheck/00install.out’ for details. - ``` - -# manynet - -
- -* Version: 1.3.2 -* GitHub: https://github.com/stocnet/manynet -* Source code: https://github.com/cran/manynet -* Date/Publication: 2024-11-05 20:50:02 UTC -* Number of recursive dependencies: 135 - -Run `revdepcheck::cloud_details(, "manynet")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘manynet-Ex.R’ failed - The error most likely occurred in: - - > ### Name: make_play - > ### Title: Making diffusion models on networks - > ### Aliases: make_play play_diffusion play_diffusions - > - > ### ** Examples - > - > smeg <- generate_smallworld(15, 0.025) - ... - ! Only know how to add and/or objects - Backtrace: - ▆ - 1. ├─base::plot(play_diffusion(smeg, recovery = 0.4)) - 2. └─manynet:::plot.diff_model(play_diffusion(smeg, recovery = 0.4)) - 3. └─manynet:::`+.ggplot`(...) - 4. └─patchwork::wrap_plots(e1, e2, ...) - 5. └─cli::cli_abort("Only know how to add {.cls ggplot} and/or {.cls grob} objects") - 6. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(manynet) - > - > test_check("manynet") - Starting 2 test processes - [ FAIL 3 | WARN 0 | SKIP 21 | PASS 548 ] - - ... - 1. ├─base::plot(node_degree(ison_adolescents)) at test-measure_centrality.R:87:3 - 2. └─manynet:::plot.node_measure(node_degree(ison_adolescents)) - 3. └─manynet:::`+.ggplot`(...) - 4. └─patchwork::wrap_plots(e1, e2, ...) - 5. └─cli::cli_abort("Only know how to add {.cls ggplot} and/or {.cls grob} objects") - 6. └─rlang::abort(...) - - [ FAIL 3 | WARN 0 | SKIP 21 | PASS 548 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Package which this enhances but not available for checking: ‘Rgraphviz’ - ``` - -* checking installed package size ... NOTE - ``` - installed size is 5.4Mb - sub-directories of 1Mb or more: - R 1.5Mb - tutorials 1.9Mb - ``` - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 7 marked UTF-8 strings - ``` - -# marquee - -
- -* Version: 1.0.0 -* GitHub: https://github.com/r-lib/marquee -* Source code: https://github.com/cran/marquee -* Date/Publication: 2025-01-20 16:01:56 UTC -* Number of recursive dependencies: 85 - -Run `revdepcheck::cloud_details(, "marquee")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘marquee-Ex.R’ failed - The error most likely occurred in: - - > ### Name: guide_marquee - > ### Title: Marquee subtitle guide - > ### Aliases: guide_marquee - > - > ### ** Examples - > - > ## Don't show: - ... - Warning in split.default(glyphs, rep(seq_len(n_breaks), each = n_layers)) : - data length is not a multiple of split variable - Warning in max(unlist(width)) : - no non-missing arguments to max; returning -Inf - Warning in max(unlist(height)) : - no non-missing arguments to max; returning -Inf - Error in gridGTreeCoords(unname(lapply(x$children[x$childrenOrder], grobCoords, : - Invalid gTree coordinates - Calls: ... lapply -> FUN -> grobCoords.gTree -> gridGTreeCoords - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.9Mb - sub-directories of 1Mb or more: - doc 2.4Mb - libs 2.6Mb - ``` - -# MaxWiK - -
- -* Version: 1.0.5 -* GitHub: NA -* Source code: https://github.com/cran/MaxWiK -* Date/Publication: 2024-11-25 11:40:13 UTC -* Number of recursive dependencies: 54 - -Run `revdepcheck::cloud_details(, "MaxWiK")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘User-Guide.Rmd’ using rmarkdown - # Input data - - ## Data format - - The data format of input should be numerical only in the form of data frame, for example: - - - ``` r - ... - - Error: processing vignette 'User-Guide.Rmd' failed with diagnostics: - Can't find method for `draw_element(S3)`. - --- failed re-building ‘User-Guide.Rmd’ - - SUMMARY: processing the following file failed: - ‘User-Guide.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# mcStats - -
- -* Version: 0.1.2 -* GitHub: NA -* Source code: https://github.com/cran/mcStats -* Date/Publication: 2020-02-26 06:50:02 UTC -* Number of recursive dependencies: 52 - -Run `revdepcheck::cloud_details(, "mcStats")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(mcStats) - > - > test_check("mcStats") - [ FAIL 3 | WARN 2 | SKIP 0 | PASS 5 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - * Removed 420 rows containing missing values or values outside the scale range - (`geom_area()`). - * Removed 442 rows containing missing values or values outside the scale range - (`geom_area()`). - * Removed 184 rows containing missing values or values outside the scale range - (`geom_area()`). - - [ FAIL 3 | WARN 2 | SKIP 0 | PASS 5 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# meme - -
- -* Version: 0.2.3 -* GitHub: https://github.com/GuangchuangYu/meme -* Source code: https://github.com/cran/meme -* Date/Publication: 2021-04-23 10:00:02 UTC -* Number of recursive dependencies: 63 - -Run `revdepcheck::cloud_details(, "meme")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘meme.Rmd’ using rmarkdown - ``` - -# metagam - -
- -* Version: 0.4.0 -* GitHub: https://github.com/Lifebrain/metagam -* Source code: https://github.com/cran/metagam -* Date/Publication: 2023-05-05 18:20:06 UTC -* Number of recursive dependencies: 116 - -Run `revdepcheck::cloud_details(, "metagam")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘dominance.Rmd’ using rmarkdown - ``` - -# MetaNet - -
- -* Version: 0.2.5 -* GitHub: https://github.com/Asa12138/MetaNet -* Source code: https://github.com/cran/MetaNet -* Date/Publication: 2025-04-10 06:30:02 UTC -* Number of recursive dependencies: 173 - -Run `revdepcheck::cloud_details(, "MetaNet")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘MetaNet-Ex.R’ failed - The error most likely occurred in: - - > ### Name: as.ggig - > ### Title: Transfer an igraph object to a ggig - > ### Aliases: as.ggig - > - > ### ** Examples - > - > as.ggig(co_net, coors = c_net_layout(co_net)) -> ggig - ... - 5. └─ggplot2::build_ggplot(plot) - 6. ├─S7::S7_dispatch() - 7. └─ggplot2 (local) `method(build_ggplot, ggplot2::ggplot)`(...) - 8. └─npscales$set_palettes(plot@theme) - 9. └─ggplot2 (local) set_palettes(..., self = self) - 10. ├─scales::as_continuous_pal(elem) - 11. └─scales:::as_continuous_pal.default(elem) - 12. └─cli::cli_abort("Cannot convert {.arg x} to a continuous palette.") - 13. └─rlang::abort(...) - Execution halted - ``` - -# metR - -
- -* Version: 0.18.1 -* GitHub: https://github.com/eliocamp/metR -* Source code: https://github.com/cran/metR -* Date/Publication: 2025-05-13 06:30:01 UTC -* Number of recursive dependencies: 119 - -Run `revdepcheck::cloud_details(, "metR")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘metR-Ex.R’ failed - The error most likely occurred in: - - > ### Name: geom_contour_fill - > ### Title: Filled 2d contours of a 3d surface - > ### Aliases: geom_contour_fill stat_contour_fill StatContourFill - > ### Keywords: datasets - > - > ### ** Examples - > - ... - > ggplot(surface, aes(Var1, Var2, z = value)) + geom_contour_fill() + geom_contour(color = "black", - + size = 0.1) - Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0. - ℹ Please use `linewidth` instead. - > ggplot(surface, aes(Var1, Var2, z = value)) + geom_contour_fill(aes(fill = after_stat(level))) - > ggplot(surface, aes(Var1, Var2, z = value)) + geom_contour_fill(aes(fill = after_stat(level_d))) - Error in train(..., self = self) : - unused argument (call = scale_fill_discretised()) - Calls: ... -> train_df -> -> train -> - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(metR) - > # library(vdiffr) - > - > on_cran <- !isTRUE(as.logical(Sys.getenv("NOT_CRAN", "false"))) - > if (on_cran) data.table::setDTthreads(2) - > - ... - 18. ├─ggplot2::guide_gengrob(params, theme) - 19. └─metR:::guide_gengrob.colorstrip(params, theme) - 20. └─grid::convertWidth(...) - 21. └─grid::convertUnit(...) - 22. ├─grid:::upgradeUnit(x) - 23. └─grid:::upgradeUnit.default(x) - - [ FAIL 1 | WARN 2 | SKIP 19 | PASS 184 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘Visualization-tools.Rmd’ using knitr - - Quitting from Visualization-tools.Rmd:181-184 [unnamed-chunk-12] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error in `train()`: - ! unused argument (call = scale_fill_discretised()) - --- - Backtrace: - ... - --- failed re-building ‘Visualization-tools.Rmd’ - - --- re-building ‘Working-with-data.Rmd’ using knitr - --- finished re-building ‘Working-with-data.Rmd’ - - SUMMARY: processing the following file failed: - ‘Visualization-tools.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 6.6Mb - sub-directories of 1Mb or more: - R 1.5Mb - data 2.0Mb - doc 1.8Mb - ``` - -# mgcViz - -
- -* Version: 0.2.0 -* GitHub: https://github.com/mfasiolo/mgcViz -* Source code: https://github.com/cran/mgcViz -* Date/Publication: 2025-04-11 11:30:07 UTC -* Number of recursive dependencies: 110 - -Run `revdepcheck::cloud_details(, "mgcViz")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘mgcviz.rmd’ using rmarkdown - ``` - -# MIC - -
- -* Version: 1.1.0 -* GitHub: https://github.com/agerada/MIC -* Source code: https://github.com/cran/MIC -* Date/Publication: 2025-06-05 04:20:06 UTC -* Number of recursive dependencies: 144 - -Run `revdepcheck::cloud_details(, "MIC")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘MIC-Ex.R’ failed - The error most likely occurred in: - - > ### Name: plot.mic_validation - > ### Title: Plot MIC validation results - > ### Aliases: plot.mic_validation - > - > ### ** Examples - > - > gold_standard <- c("<0.25", "8", "64", ">64") - ... - 6. ├─S7::S7_dispatch() - 7. └─ggplot2 (local) `method(gtable_ggplot, ggplot2::ggplot_built)`(data = ``) - 8. └─layout$render(geom_grobs, data, theme, plot@labels) - 9. └─ggplot2 (local) render(..., self = self) - 10. └─self$facet$draw_panels(...) - 11. └─lemon (local) draw_panels(...) - 12. └─gtable::gtable_add_col_space(panel_table, theme$panel.spacing.x %||% theme$panel.spacing) - 13. └─cli::cli_abort("{.arg width} must be of length 1 or ncol - 1") - 14. └─rlang::abort(...) - Execution halted - ``` - -# mikropml - -
- -* Version: 1.6.1 -* GitHub: https://github.com/SchlossLab/mikropml -* Source code: https://github.com/cran/mikropml -* Date/Publication: 2023-08-21 15:10:05 UTC -* Number of recursive dependencies: 127 - -Run `revdepcheck::cloud_details(, "mikropml")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(mikropml) - > test_check("mikropml") - Fraction of data in the training set: 0.778 - Groups in the training set: A C D - Groups in the testing set: B - Fraction of data in the training set: 0.778 - ... - `names(expected)` is absent - ── Failure ('test-plot.R:140:3'): plot_mean_prc uses geom ribbon, line, and hline ── - ... %>% unlist() (`actual`) not equal to c(...) (`expected`). - - `names(actual)` is a character vector ('geom_ribbon1', 'geom_ribbon2', 'geom_ribbon3', 'geom_ribbon4', 'geom_line1', ...) - `names(expected)` is absent - - [ FAIL 2 | WARN 19 | SKIP 12 | PASS 314 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) create_grouped_data_partition.Rd:60: Lost braces; missing escapes or markup? - 60 | Zena Lapp, {zenalapp@umich.edu} - | ^ - checkRd: (-1) create_grouped_data_partition.Rd:62: Lost braces; missing escapes or markup? - 62 | Kelly Sovacool, {sovacool@umich.edu} - | ^ - checkRd: (-1) create_grouped_k_multifolds.Rd:30: Lost braces; missing escapes or markup? - 30 | Zena Lapp, {zenalapp@umich.edu} - | ^ - checkRd: (-1) get_partition_indices.Rd:58: Lost braces; missing escapes or markup? - 58 | Kelly Sovacool, {sovacool@umich.edu} - | ^ - checkRd: (-1) set_hparams_glmnet.Rd:16: Lost braces; missing escapes or markup? - 16 | Zena Lapp, {zenalapp@umich.edu} - | ^ - ``` - -# MiMIR - -
- -* Version: 1.5 -* GitHub: NA -* Source code: https://github.com/cran/MiMIR -* Date/Publication: 2024-02-01 08:50:02 UTC -* Number of recursive dependencies: 192 - -Run `revdepcheck::cloud_details(, "MiMIR")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘MiMIR-Ex.R’ failed - The error most likely occurred in: - - > ### Name: MetaboWAS - > ### Title: MetaboWAS - > ### Aliases: MetaboWAS - > - > ### ** Examples - > - > require(MiMIR) - ... - Backtrace: - ▆ - 1. └─MiMIR::MetaboWAS(...) - 2. └─ggplot2::scale_y_continuous(expand = c(0, 0), limits = c(0, ylim)) - 3. └─ggplot2::continuous_scale(...) - 4. └─ggplot2:::check_continuous_limits(limits, call = call) - 5. └─ggplot2:::check_length(limits, 2L, arg = arg, call = call) - 6. └─cli::cli_abort(msg, call = call, arg = arg) - 7. └─rlang::abort(...) - Execution halted - ``` - -# miRetrieve - -
- -* Version: 1.3.4 -* GitHub: NA -* Source code: https://github.com/cran/miRetrieve -* Date/Publication: 2021-09-18 17:30:02 UTC -* Number of recursive dependencies: 123 - -Run `revdepcheck::cloud_details(, "miRetrieve")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(miRetrieve) - > - > test_check("miRetrieve") - [ FAIL 6 | WARN 15 | SKIP 0 | PASS 204 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - y[1]: "list" - ── Failure ('test-plotscore.R:44:5'): Tests plotting scores ──────────────────── - typeof(plot_own) not equal to "list". - 1/1 mismatches - x[1]: "object" - y[1]: "list" - - [ FAIL 6 | WARN 15 | SKIP 0 | PASS 204 ] - Error: Test failures - Execution halted - ``` - -# MiscMetabar - -
- -* Version: 0.14.3 -* GitHub: https://github.com/adrientaudiere/MiscMetabar -* Source code: https://github.com/cran/MiscMetabar -* Date/Publication: 2025-06-21 14:00:02 UTC -* Number of recursive dependencies: 420 - -Run `revdepcheck::cloud_details(, "MiscMetabar")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘MiscMetabar-Ex.R’ failed - The error most likely occurred in: - - > ### Name: upset_pq - > ### Title: Make upset plot for phyloseq object. - > ### Aliases: upset_pq - > - > ### ** Examples - > - > if (requireNamespace("ComplexUpset")) { - ... - 27. │ └─ggplot2 (local) `method(merge_element, list(ggplot2::element, class_any))`(...) - 28. │ └─S7::props(old, idx) - 29. │ └─S7::check_is_S7(object) - 30. │ └─base::stop(msg, call. = FALSE) - 31. └─base::.handleSimpleError(...) - 32. └─rlang (local) h(simpleError(msg, call)) - 33. └─handlers[[1L]](cnd) - 34. └─cli::cli_abort(...) - 35. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(MiscMetabar) - Loading required package: phyloseq - Loading required package: ggplot2 - Loading required package: dada2 - Loading required package: Rcpp - ... - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test_figures_beta_div.R:72:5'): graph_test_pq works ─────────────── - `graph_test_pq(data_fungi_mini, fact = "Tree_name")` produced warnings. - ── Failure ('test_figures_beta_div.R:258:5'): upset_pq works with data_fungi dataset ── - `suppressMessages(upset_pq(data_fungi_mini, "Height"))` produced warnings. - - [ FAIL 2 | WARN 2 | SKIP 74 | PASS 81 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘MiscMetabar.Rmd’ using rmarkdown - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.2Mb - sub-directories of 1Mb or more: - data 2.0Mb - extdata 1.2Mb - ``` - -# mistral - -
- -* Version: 2.2.2 -* GitHub: NA -* Source code: https://github.com/cran/mistral -* Date/Publication: 2024-01-17 13:40:02 UTC -* Number of recursive dependencies: 71 - -Run `revdepcheck::cloud_details(, "mistral")` for more info - -
- -## Newly broken - -* checking whether package ‘mistral’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘mistral’ - See ‘/tmp/workdir/mistral/new/mistral.Rcheck/00install.out’ for details. - ``` - -# misty - -
- -* Version: 0.7.2 -* GitHub: NA -* Source code: https://github.com/cran/misty -* Date/Publication: 2025-05-20 16:20:02 UTC -* Number of recursive dependencies: 85 - -Run `revdepcheck::cloud_details(, "misty")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘misty-Ex.R’ failed - The error most likely occurred in: - - > ### Name: na.pattern - > ### Title: Missing Data Pattern - > ### Aliases: na.pattern - > - > ### ** Examples - > - > # Example 1: Compute a summary of missing data patterns - ... - 26. └─ggplot2 (local) extract_key(...) - 27. └─Guide$extract_key(scale, aesthetic, ...) - 28. └─ggplot2 (local) extract_key(...) - 29. └─scale$get_labels(breaks) - 30. └─ggplot2 (local) get_labels(..., self = self) - 31. └─self$scale$get_labels(breaks) - 32. └─ggplot2 (local) get_labels(..., self = self) - 33. └─cli::cli_abort(...) - 34. └─rlang::abort(...) - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.6Mb - sub-directories of 1Mb or more: - R 4.0Mb - help 1.5Mb - ``` - -# MKpower - -
- -* Version: 1.0 -* GitHub: https://github.com/stamats/MKpower -* Source code: https://github.com/cran/MKpower -* Date/Publication: 2024-09-23 14:30:01 UTC -* Number of recursive dependencies: 122 - -Run `revdepcheck::cloud_details(, "MKpower")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘MKpower-Ex.R’ failed - The error most likely occurred in: - - > ### Name: qqunif - > ### Title: qq-Plots for Uniform Distribution - > ### Aliases: qqunif qqunif.default qqunif.sim.power.ttest - > ### qqunif.sim.power.wtest - > ### Keywords: hplot - > - > ### ** Examples - ... - 26. │ └─ggplot2 (local) FUN(X[[i]], ...) - 27. │ └─self$draw_group(group, panel_params, coord, ...) - 28. │ └─ggplot2 (local) draw_group(...) - 29. │ └─ggplot2 (local) draw_group(..., self = self) - 30. └─base::.handleSimpleError(...) - 31. └─rlang (local) h(simpleError(msg, call)) - 32. └─handlers[[1L]](cnd) - 33. └─cli::cli_abort(...) - 34. └─rlang::abort(...) - Execution halted - ``` - -# modeldb - -
- -* Version: 0.3.0 -* GitHub: https://github.com/tidymodels/modeldb -* Source code: https://github.com/cran/modeldb -* Date/Publication: 2023-11-01 14:30:02 UTC -* Number of recursive dependencies: 87 - -Run `revdepcheck::cloud_details(, "modeldb")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test_kmeans_viz.R:5:3'): plot_kmeans() returns a ggplot2 object ─── - class(plot_kmeans(mtcars, mpg, wt, group = am)) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - - [ FAIL 1 | WARN 33 | SKIP 0 | PASS 18 ] - Error: Test failures - Execution halted - ``` - -# Momocs - -
- -* Version: 1.4.1 -* GitHub: https://github.com/MomX/Momocs -* Source code: https://github.com/cran/Momocs -* Date/Publication: 2023-11-13 11:13:30 UTC -* Number of recursive dependencies: 144 - -Run `revdepcheck::cloud_details(, "Momocs")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘Momocs-Ex.R’ failed - The error most likely occurred in: - - > ### Name: plot_CV - > ### Title: Plots a cross-validation table as an heatmap - > ### Aliases: plot_CV plot_CV.default plot_CV.LDA - > - > ### ** Examples - > - > h <- hearts %>% - ... - > h %>% plot_CV(freq=FALSE, rm0=FALSE, fill=FALSE) - > # you can customize the returned gg with some ggplot2 functions - > h %>% plot_CV(labels=FALSE, fill=TRUE, axis.size=5) + ggplot2::ggtitle("A confusion matrix") - > - > # or build your own using the prepared data_frame: - > df <- h %>% plot_CV() %$% data - Error in eval(substitute(expr), data, enclos = parent.frame()) : - invalid 'envir' argument of type 'object' - Calls: %$% -> -> with.default -> eval - Execution halted - ``` - -# mpactr - -
- -* Version: 0.2.1 -* GitHub: https://github.com/mums2/mpactr -* Source code: https://github.com/cran/mpactr -* Date/Publication: 2025-03-29 00:30:05 UTC -* Number of recursive dependencies: 142 - -Run `revdepcheck::cloud_details(, "mpactr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - `expected[2:2]`: "ggplot" - ── Failure ('test-quality_control.R:44:3'): qc plot returns a generates a plot ── - class(plot) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - - [ FAIL 2 | WARN 0 | SKIP 1 | PASS 165 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 9.0Mb - sub-directories of 1Mb or more: - doc 4.9Mb - extdata 1.9Mb - libs 1.6Mb - ``` - -# mshap - -
- -* Version: 0.1.0 -* GitHub: NA -* Source code: https://github.com/cran/mshap -* Date/Publication: 2021-06-17 08:40:02 UTC -* Number of recursive dependencies: 123 - -Run `revdepcheck::cloud_details(, "mshap")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(mshap) - > - > test_check("mshap") - [ FAIL 8 | WARN 2 | SKIP 0 | PASS 19 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - `p2_all` has type 'object', not 'list'. - ── Failure ('test-plots.R:62:3'): Observation Plot Works with all arguments ──── - class(p2_all) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - - [ FAIL 8 | WARN 2 | SKIP 0 | PASS 19 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘tidyselect’ - All declared Imports should be used. - ``` - -# mtdesign - -
- -* Version: 0.1.2 -* GitHub: https://github.com/openpharma/mtdesign -* Source code: https://github.com/cran/mtdesign -* Date/Publication: 2024-11-05 14:10:15 UTC -* Number of recursive dependencies: 56 - -Run `revdepcheck::cloud_details(, "mtdesign")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(mtdesign) - > - > test_check("mtdesign") - testthat 2025-06-23 07:35:52 DEBUG test_check: Entry - testthat 2025-06-23 07:35:52 DEBUG test_check: Entry - testthat 2025-06-23 07:35:52 DEBUG test_check: Exit - ... - `expected[2:2]`: "ggplot" - ── Failure ('test-powerPlot.R:6:3'): multiplication works ────────────────────── - class(powerPlot(simonGrid)) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - - [ FAIL 2 | WARN 0 | SKIP 0 | PASS 127 ] - Error: Test failures - Execution halted - ``` - -# MultiTraits - -
- -* Version: 0.5.0 -* GitHub: NA -* Source code: https://github.com/cran/MultiTraits -* Date/Publication: 2025-04-20 18:40:02 UTC -* Number of recursive dependencies: 137 - -Run `revdepcheck::cloud_details(, "MultiTraits")` for more info - -
- -## Newly broken - -* checking whether package ‘MultiTraits’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/MultiTraits/new/MultiTraits.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘MultiTraits’ ... -** package ‘MultiTraits’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error: .onLoad failed in loadNamespace() for 'ggtern', details: - call: NULL - error: object properties are invalid: -- @lineend must be or , not S3 -Execution halted -ERROR: lazy loading failed for package ‘MultiTraits’ -* removing ‘/tmp/workdir/MultiTraits/new/MultiTraits.Rcheck/MultiTraits’ - - -``` -### CRAN - -``` -* installing *source* package ‘MultiTraits’ ... -** package ‘MultiTraits’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (MultiTraits) - - -``` -# mverse - -
- -* Version: 0.2.2 -* GitHub: https://github.com/mverseanalysis/mverse -* Source code: https://github.com/cran/mverse -* Date/Publication: 2025-06-21 10:40:06 UTC -* Number of recursive dependencies: 134 - -Run `revdepcheck::cloud_details(, "mverse")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘mverse_gettingstarted.Rmd’ using rmarkdown - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 9.0Mb - sub-directories of 1Mb or more: - data 7.0Mb - ``` - -# mxnorm - -
- -* Version: 1.0.3 -* GitHub: NA -* Source code: https://github.com/cran/mxnorm -* Date/Publication: 2023-05-01 17:10:02 UTC -* Number of recursive dependencies: 169 - -Run `revdepcheck::cloud_details(, "mxnorm")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(mxnorm) - > - > test_check("mxnorm") - boundary (singular) fit: see help('isSingular') - boundary (singular) fit: see help('isSingular') - boundary (singular) fit: see help('isSingular') - ... - `expected[2:2]`: "ggplot" - ── Failure ('test-plot_mx_umap.R:16:5'): plotting works ──────────────────────── - class(plot_mx_umap(mx_data)) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - - [ FAIL 2 | WARN 2 | SKIP 6 | PASS 85 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespaces in Imports field not imported from: - ‘e1071’ ‘glue’ - All declared Imports should be used. - ``` - -# NHSRplotthedots - -
- -* Version: 0.1.0 -* GitHub: NA -* Source code: https://github.com/cran/NHSRplotthedots -* Date/Publication: 2021-11-03 20:20:10 UTC -* Number of recursive dependencies: 82 - -Run `revdepcheck::cloud_details(, "NHSRplotthedots")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(NHSRplotthedots) - > - > test_check("NHSRplotthedots") - [ FAIL 2 | WARN 733 | SKIP 3 | PASS 430 ] - - ... - `attr(expected, 'S7_class')` is absent - ── Failure ('test-ptd_create_ggplot.R:79:3'): it returns a ggplot object ─────── - p$labels (`actual`) not equal to list(...) (`expected`). - - `actual` is an S7 object of class - `expected` is a list - - [ FAIL 2 | WARN 733 | SKIP 3 | PASS 430 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespaces in Imports field not imported from: - ‘NHSRdatasets’ ‘grid’ ‘utils’ - All declared Imports should be used. - ``` - -# nlmixr2plot - -
- -* Version: 3.0.1 -* GitHub: https://github.com/nlmixr2/nlmixr2plot -* Source code: https://github.com/cran/nlmixr2plot -* Date/Publication: 2025-02-14 15:10:02 UTC -* Number of recursive dependencies: 159 - -Run `revdepcheck::cloud_details(, "nlmixr2plot")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(nlmixr2plot) - > - > test_check("nlmixr2plot") - > loading into symengine environment... - > pruning branches (`if`/`else`) of saem model... - v done - ... - `expected`: TRUE - ── Failure ('test-add.R:45:3'): test addition operator ───────────────────────── - inherits(p2[[1]], "gg") is not TRUE - - `actual`: FALSE - `expected`: TRUE - - [ FAIL 2 | WARN 4 | SKIP 2 | PASS 33 ] - Error: Test failures - Execution halted - ``` - -# normfluodbf - -
- -* Version: 2.0.0 -* GitHub: https://github.com/AlphaPrime7/normfluodbf -* Source code: https://github.com/cran/normfluodbf -* Date/Publication: 2024-09-27 23:10:03 UTC -* Number of recursive dependencies: 126 - -Run `revdepcheck::cloud_details(, "normfluodbf")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test_plot.R:21:3'): test normfluodbf plot ───────────────────────── - "gg" (`actual`) not equal to class(plt.obj)[1] (`expected`). - - `actual`: "gg" - `expected`: "ggplot2::ggplot" - - [ FAIL 1 | WARN 617 | SKIP 0 | PASS 23 ] - Error: Test failures - Execution halted - ``` - -# nzelect - -
- -* Version: 0.4.0 -* GitHub: NA -* Source code: https://github.com/cran/nzelect -* Date/Publication: 2017-10-02 20:35:23 UTC -* Number of recursive dependencies: 79 - -Run `revdepcheck::cloud_details(, "nzelect")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘README.Rmd’ using rmarkdown - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.3Mb - sub-directories of 1Mb or more: - data 5.0Mb - ``` - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 6409 marked UTF-8 strings - ``` - -# ofpetrial - -
- -* Version: 0.1.2 -* GitHub: https://github.com/DIFM-Brain/ofpetrial -* Source code: https://github.com/cran/ofpetrial -* Date/Publication: 2024-12-11 23:00:02 UTC -* Number of recursive dependencies: 147 - -Run `revdepcheck::cloud_details(, "ofpetrial")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ofpetrial-Ex.R’ failed - The error most likely occurred in: - - > ### Name: check_ortho_with_chars - > ### Title: Check the orthogonality with field/topographic characteristics - > ### Aliases: check_ortho_with_chars - > - > ### ** Examples - > - > data(td_single_input) - ... - 30. └─plt$build() - 31. └─private$addLimits(margThemed) - 32. └─ggplot2::scale_x_continuous(limits = limits, oob = scales::squish) - 33. └─ggplot2::continuous_scale(...) - 34. └─ggplot2:::check_continuous_limits(limits, call = call) - 35. └─ggplot2:::check_numeric(limits, arg = arg, call = call, allow_na = TRUE) - 36. └─ggplot2:::check_object(x, is.numeric, what, ..., arg = arg, call = call) - 37. └─ggplot2:::stop_input_type(...) - 38. └─rlang::abort(message, ..., call = call, arg = arg) - Execution halted - ``` - -# ogrdbstats - -
- -* Version: 0.5.2 -* GitHub: https://github.com/airr-community/ogrdbstats -* Source code: https://github.com/cran/ogrdbstats -* Date/Publication: 2024-11-03 06:10:02 UTC -* Number of recursive dependencies: 130 - -Run `revdepcheck::cloud_details(, "ogrdbstats")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ogrdbstats-Ex.R’ failed - The error most likely occurred in: - - > ### Name: make_novel_base_grobs - > ### Title: Create plots showing base usage at selected locations in - > ### sequences based on novel alleles - > ### Aliases: make_novel_base_grobs - > - > ### ** Examples - > - > base_grobs = make_novel_base_grobs( - + example_rep$inferred_seqs, - + example_rep$input_sequences, - + 'V', - + FALSE - + ) - Error: object is invalid: - - every label must be named. - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘Using_ogrdbstats.Rmd’ using rmarkdown - - Quitting from Using_ogrdbstats.Rmd:277-296 [unnamed-chunk-1] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: - ! object is invalid: - - every label must be named. - --- - ... - Error: processing vignette 'Using_ogrdbstats.Rmd' failed with diagnostics: - object is invalid: - - every label must be named. - --- failed re-building ‘Using_ogrdbstats.Rmd’ - - SUMMARY: processing the following file failed: - ‘Using_ogrdbstats.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# OmicNavigator - -
- -* Version: 1.15.0 -* GitHub: https://github.com/abbvie-external/OmicNavigator -* Source code: https://github.com/cran/OmicNavigator -* Date/Publication: 2025-05-28 19:40:02 UTC -* Number of recursive dependencies: 85 - -Run `revdepcheck::cloud_details(, "OmicNavigator")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > # Test files in inst/tinytest/ - > if (requireNamespace("tinytest", quietly = TRUE)) { - + suppressMessages(tinytest::test_package("OmicNavigator")) - + } - - testAdd.R..................... 0 tests - testAdd.R..................... 0 tests - ... - Please report the issue to the authors. - 2: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0. - ℹ Please use `linewidth` instead. - ℹ The deprecated feature was likely used in the UpSetR package. - Please report the issue to the authors. - 3: The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0. - ℹ Please use the `linewidth` argument instead. - ℹ The deprecated feature was likely used in the UpSetR package. - Please report the issue to the authors. - Execution halted - ``` - -## In both - -* checking re-building of vignette outputs ... WARNING - ``` - Error(s) in re-building vignettes: - --- re-building ‘OmicNavigatorAPI.Rnw’ using Sweave - OmicNavigator R package version: 1.15.0 - The app is not installed. Install it with installApp() - Installing study "ABC" in /tmp/Rtmp2uYYGs/file1c972c78c294 - Exporting study "ABC" as an R package - Note: No maintainer email was specified. Using the placeholder: Unknown - Calculating pairwise overlaps. This may take a while... - Exported study to /tmp/Rtmp2uYYGs/ONstudyABC - Success! - ... - l.14 ^^M - - ! ==> Fatal error occurred, no output PDF file produced! - --- failed re-building ‘OmicNavigatorUsersGuide.Rnw’ - - SUMMARY: processing the following files failed: - ‘OmicNavigatorAPI.Rnw’ ‘OmicNavigatorUsersGuide.Rnw’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# ordinalsimr - -
- -* Version: 0.2.1 -* GitHub: https://github.com/NeuroShepherd/ordinalsimr -* Source code: https://github.com/cran/ordinalsimr -* Date/Publication: 2025-06-04 07:10:02 UTC -* Number of recursive dependencies: 118 - -Run `revdepcheck::cloud_details(, "ordinalsimr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - ── Error ('test-utils.R:70:3'): test the plot_power() function ───────────────── - Error in `expect_match(plot_obj$labels$ymin, "lower_power_bound")`: is.character(act$val) is not TRUE - Backtrace: - ▆ - 1. └─testthat::expect_match(plot_obj$labels$ymin, "lower_power_bound") at test-utils.R:70:3 - 2. └─base::stopifnot(is.character(act$val)) - - [ FAIL 1 | WARN 0 | SKIP 1 | PASS 69 ] - Error: Test failures - Execution halted - ``` - -# ordr - -
- -* Version: 0.1.1 -* GitHub: https://github.com/corybrunson/ordr -* Source code: https://github.com/cran/ordr -* Date/Publication: 2022-10-20 20:52:35 UTC -* Number of recursive dependencies: 106 - -Run `revdepcheck::cloud_details(, "ordr")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘ordr-Ex.R’ failed - The error most likely occurred in: - - > ### Name: biplot-stats - > ### Title: Convenience stats for row and column matrix factors - > ### Aliases: biplot-stats stat_rows_ellipse stat_cols_ellipse - > ### stat_rows_center stat_cols_center stat_rows_star stat_cols_star - > ### stat_rows_chull stat_cols_chull stat_rows_cone stat_cols_cone - > ### stat_rows_scale stat_cols_scale stat_rows_spantree stat_cols_spantree - > - ... - + type = "qual", palette = 2, - + aesthetics = c("color", "fill") - + ) + - + ggtitle( - + "Row-principal PCA biplot of Anderson iris measurements", - + "Overlaid with 95% confidence disks" - + ) - Error: object properties are invalid: - - @mapping must be , not - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ordr) - Loading required package: ggplot2 - > - > test_check("ordr") - [ FAIL 2 | WARN 0 | SKIP 0 | PASS 181 ] - - ... - ▆ - 1. └─ordr::ggbiplot(m) at test-stat-spantree.r:10:5 - 2. ├─base::`$<-`(`*tmp*`, "mapping", value = ``) - 3. └─ggplot2:::`$<-.ggplot2::gg`(`*tmp*`, "mapping", value = ``) - 4. └─S7::`props<-`(`*tmp*`, value = `[[<-`(S7::props(x), i, value)) - 5. └─S7::validate(object) - - [ FAIL 2 | WARN 0 | SKIP 0 | PASS 181 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘cmds-variables.rmd’ using rmarkdown - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) lra-ord.Rd:54: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) lra-ord.Rd:55-56: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) lra-ord.Rd:57-58: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) lra-ord.Rd:59: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) lra-ord.Rd:60: Lost braces in \itemize; \value handles \item{}{} directly - ``` - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 4 marked UTF-8 strings - ``` - -# pafr - -
- -* Version: 0.0.2 -* GitHub: https://github.com/dwinter/pafr -* Source code: https://github.com/cran/pafr -* Date/Publication: 2020-12-08 10:20:12 UTC -* Number of recursive dependencies: 110 - -Run `revdepcheck::cloud_details(, "pafr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(pafr) - Loading required package: ggplot2 - > - > test_check("pafr") - [ FAIL 6 | WARN 2 | SKIP 0 | PASS 70 ] - - ... - ── Failure ('test_plot.r:11:5'): dotplot works produces a plot ───────────────── - unname(labs["xintercept"]) not equal to "xintercept". - target is NULL, current is character - ── Failure ('test_plot.r:12:5'): dotplot works produces a plot ───────────────── - unname(labs["yintercept"]) not equal to "yintercept". - target is NULL, current is character - - [ FAIL 6 | WARN 2 | SKIP 0 | PASS 70 ] - Error: Test failures - Execution halted - ``` - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.dotplot_hl: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -## In both - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# palettes - -
- -* Version: 0.2.1 -* GitHub: https://github.com/mccarthy-m-g/palettes -* Source code: https://github.com/cran/palettes -* Date/Publication: 2024-07-13 23:10:01 UTC -* Number of recursive dependencies: 111 - -Run `revdepcheck::cloud_details(, "palettes")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘palettes-Ex.R’ failed - The error most likely occurred in: - - > ### Name: scale_colour_palette_d - > ### Title: Colour scales from colour vectors and colour palettes - > ### Aliases: scale_colour_palette_d scale_fill_palette_d - > ### scale_colour_palette_c scale_fill_palette_c scale_colour_palette_b - > ### scale_fill_palette_b scale_color_palette_d scale_color_palette_c - > ### scale_color_palette_b - > - ... - 26. └─vctrs::vec_default_cast(...) - 27. ├─base::withRestarts(...) - 28. │ └─base (local) withOneRestart(expr, restarts[[1L]]) - 29. │ └─base (local) doWithOneRestart(return(expr), restart) - 30. └─vctrs::stop_incompatible_cast(...) - 31. └─vctrs::stop_incompatible_type(...) - 32. └─vctrs:::stop_incompatible(...) - 33. └─vctrs:::stop_vctrs(...) - 34. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘biscale.Rmd’ using rmarkdown - ``` - -# patchwork - -
- -* Version: 1.3.1 -* GitHub: https://github.com/thomasp85/patchwork -* Source code: https://github.com/cran/patchwork -* Date/Publication: 2025-06-21 13:20:05 UTC -* Number of recursive dependencies: 92 - -Run `revdepcheck::cloud_details(, "patchwork")` for more info - -
- -## Newly broken - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.formula: - function(object, plot, object_name) - - ggplot_add: - function(object, plot, ...) - ggplot_add.nativeRaster: - function(object, plot, object_name) - - ... - function(object, plot, ...) - ggplot_add.grob: - function(object, plot, object_name) - - ggplot_build: - function(plot, ...) - ggplot_build.fixed_dim_ggplot: - function(plot) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# patientProfilesVis - -
- -* Version: 2.0.9 -* GitHub: https://github.com/openanalytics/patientProfilesVis -* Source code: https://github.com/cran/patientProfilesVis -* Date/Publication: 2024-06-18 09:00:02 UTC -* Number of recursive dependencies: 98 - -Run `revdepcheck::cloud_details(, "patientProfilesVis")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - ... - --- re-building ‘patientProfiles-template-SDTM.Rmd’ using rmarkdown - --- finished re-building ‘patientProfiles-template-SDTM.Rmd’ - - --- re-building ‘patientProfilesVis-introduction.Rmd’ using rmarkdown - - Quitting from patientProfilesVis-introduction.Rmd:167-171 [text-wideFormat-include] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - NULL - ... - - Error: processing vignette 'patientProfilesVis-introduction.Rmd' failed with diagnostics: - The `plot.margin` theme element must be a vector of length 4 - --- failed re-building ‘patientProfilesVis-introduction.Rmd’ - - SUMMARY: processing the following file failed: - ‘patientProfilesVis-introduction.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -## In both - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(patientProfilesVis) - > - > test_check("patientProfilesVis") - [ FAIL 21 | WARN 23 | SKIP 20 | PASS 330 ] - - == Skipped tests (20) ================================================================================================================================================================================== - ... - 24. \-ggplot2:::plot_theme(plot) - 25. \-ggplot2:::check_theme(theme) - 26. \-base::mapply(...) - 27. \-ggplot2 (local) ``(...) - 28. \-cli::cli_abort(...) - 29. \-rlang::abort(...) - - [ FAIL 21 | WARN 23 | SKIP 20 | PASS 330 ] - Error: Test failures - Execution halted - ``` - -* checking installed package size ... NOTE - ``` - installed size is 5.7Mb - sub-directories of 1Mb or more: - doc 5.2Mb - ``` - -# pcr - -
- -* Version: 1.2.2 -* GitHub: https://github.com/MahShaaban/pcr -* Source code: https://github.com/cran/pcr -* Date/Publication: 2020-04-01 06:10:02 UTC -* Number of recursive dependencies: 68 - -Run `revdepcheck::cloud_details(, "pcr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(pcr) - > - > test_check("pcr") - [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - ── Failure ('test_plotting_fun.R:68:3'): .pcr_plot_assess returns an efficiency plot ── - class(gg) not identical to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - ── Failure ('test_plotting_fun.R:79:3'): .pcr_plot_assess returns standard_curve plots ── - class(gg) not identical to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - - [ FAIL 12 | WARN 1 | SKIP 0 | PASS 74 ] - Error: Test failures - Execution halted - ``` - -# phylepic - -
- -* Version: 0.2.0 -* GitHub: https://github.com/cidm-ph/phylepic -* Source code: https://github.com/cran/phylepic -* Date/Publication: 2024-05-31 19:10:02 UTC -* Number of recursive dependencies: 84 - -Run `revdepcheck::cloud_details(, "phylepic")` for more info - -
- -## Newly broken - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_build: - function(plot, ...) - ggplot_build.phylepic_ggplot: - function(plot) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# PieGlyph - -
- -* Version: 1.0.0 -* GitHub: https://github.com/rishvish/PieGlyph -* Source code: https://github.com/cran/PieGlyph -* Date/Publication: 2024-06-28 12:00:02 UTC -* Number of recursive dependencies: 87 - -Run `revdepcheck::cloud_details(, "PieGlyph")` for more info - -
- -## Newly broken - -* checking whether package ‘PieGlyph’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/PieGlyph/new/PieGlyph.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘PieGlyph’ ... -** package ‘PieGlyph’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in get(x, envir = ns, inherits = FALSE) : - object 'is.waive' not found -Error: unable to load R code in package ‘PieGlyph’ -Execution halted -ERROR: lazy loading failed for package ‘PieGlyph’ -* removing ‘/tmp/workdir/PieGlyph/new/PieGlyph.Rcheck/PieGlyph’ - - -``` -### CRAN - -``` -* installing *source* package ‘PieGlyph’ ... -** package ‘PieGlyph’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (PieGlyph) - - -``` -# plantTracker - -
- -* Version: 1.1.0 -* GitHub: https://github.com/aestears/plantTracker -* Source code: https://github.com/cran/plantTracker -* Date/Publication: 2023-05-05 18:20:02 UTC -* Number of recursive dependencies: 80 - -Run `revdepcheck::cloud_details(, "plantTracker")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘Suggested_plantTracker_Workflow.Rmd’ using rmarkdown - Warning in options[opts_class] <- Map(code_folding_class, options[opts_class], : - number of items to replace is not a multiple of replacement length - Warning in options[opts_attr] <- Map(code_folding_attr, options[opts_attr], : - number of items to replace is not a multiple of replacement length - Warning in options[opts_class] <- Map(code_folding_class, options[opts_class], : - number of items to replace is not a multiple of replacement length - Warning in options[opts_attr] <- Map(code_folding_attr, options[opts_attr], : - number of items to replace is not a multiple of replacement length - Warning in options[opts_class] <- Map(code_folding_class, options[opts_class], : - number of items to replace is not a multiple of replacement length - Warning in options[opts_attr] <- Map(code_folding_attr, options[opts_attr], : - number of items to replace is not a multiple of replacement length - ``` - -# plotdap - -
- -* Version: 1.0.3 -* GitHub: https://github.com/rmendels/plotdap -* Source code: https://github.com/cran/plotdap -* Date/Publication: 2023-10-17 22:00:15 UTC -* Number of recursive dependencies: 109 - -Run `revdepcheck::cloud_details(, "plotdap")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘plotdap-Ex.R’ failed - The error most likely occurred in: - - > ### Name: add_ggplot - > ### Title: Add ggplot2 elements to a plotdap object - > ### Aliases: add_ggplot - > - > ### ** Examples - > - > - ... - + crs = "+proj=laea +y_0=0 +lon_0=155 +lat_0=-90 +ellps=WGS84 +no_defs") - Loading required package: maps - > p <- add_ggplot( - + p, - + ggplot2::theme_bw() - + ) - Error in .Primitive("@")(NULL, properties) : - no applicable method for `@` applied to an object of class "NULL" - Calls: add_ggplot ... -> validate -> validate_properties -> @ -> do.call - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘using_plotdap.Rmd’ using rmarkdown - - Quitting from using_plotdap.Rmd:57-61 [world] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: - ! no applicable method for `@` applied to an object of class "NULL" - --- - Backtrace: - ... - - Error: processing vignette 'using_plotdap.Rmd' failed with diagnostics: - no applicable method for `@` applied to an object of class "NULL" - --- failed re-building ‘using_plotdap.Rmd’ - - SUMMARY: processing the following file failed: - ‘using_plotdap.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# plotDK - -
- -* Version: 0.1.0 -* GitHub: NA -* Source code: https://github.com/cran/plotDK -* Date/Publication: 2021-10-01 08:00:02 UTC -* Number of recursive dependencies: 82 - -Run `revdepcheck::cloud_details(, "plotDK")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(plotDK) - > - > test_check("plotDK") - [ FAIL 3 | WARN 0 | SKIP 0 | PASS 48 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - ── Failure ('test-plotDK.R:72:5'): The returned plot has the correct labels ──── - labels$fill not equal to "test_label". - target is NULL, current is character - ── Failure ('test-plotDK.R:81:5'): The returned plot has the correct labels ──── - labels$fill not equal to "fill". - target is NULL, current is character - - [ FAIL 3 | WARN 0 | SKIP 0 | PASS 48 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘mapproj’ - All declared Imports should be used. - ``` - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 12992 marked UTF-8 strings - ``` - -# PlotFTIR - -
- -* Version: 1.2.0 -* GitHub: https://github.com/NRCan/PlotFTIR -* Source code: https://github.com/cran/PlotFTIR -* Date/Publication: 2025-03-31 15:30:06 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::cloud_details(, "PlotFTIR")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - `expected` is a character vector ('Transmittance (a.u.)') - ── Failure ('test-plot_ftir.R:28:3'): Plots are generated ────────────────────── - p5$label$y (`actual`) not equal to "Normalized Absorbance" (`expected`). - - `actual` is NULL - `expected` is a character vector ('Normalized Absorbance') - - [ FAIL 6 | WARN 58 | SKIP 0 | PASS 513 ] - Error: Test failures - Execution halted - ``` - -# plotor - -
- -* Version: 0.6.0 -* GitHub: https://github.com/craig-parylo/plotor -* Source code: https://github.com/cran/plotor -* Date/Publication: 2025-05-28 11:50:02 UTC -* Number of recursive dependencies: 139 - -Run `revdepcheck::cloud_details(, "plotor")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘plotor-Ex.R’ failed - The error most likely occurred in: - - > ### Name: table_or - > ### Title: Table OR - > ### Aliases: table_or - > - > ### ** Examples - > - > # get some data - ... - 40. │ └─self$draw_panel(...) - 41. │ └─ggplot2 (local) draw_panel(..., self = self) - 42. │ └─grid:::Ops.unit(data$linewidth, 0) - 43. │ └─base::stop(...) - 44. └─base::.handleSimpleError(...) - 45. └─rlang (local) h(simpleError(msg, call)) - 46. └─handlers[[1L]](cnd) - 47. └─cli::cli_abort(...) - 48. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - ── Failure ('test-plot_or.R:7:3'): `plot_or()` does not produce messages or warnings ── - `{ ... }` produced warnings. - ── Failure ('test-plot_or.R:13:3'): `plot_or()` does not produce messages or warnings ── - `{ ... }` produced warnings. - - [ FAIL 2 | WARN 24 | SKIP 1 | PASS 26 ] - Deleting unused snapshots: - • plot_or/plot-diabetes.svg - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘using_plotor.Rmd’ using rmarkdown - ``` - -# plotROC - -
- -* Version: 2.3.1 -* GitHub: https://github.com/sachsmc/plotROC -* Source code: https://github.com/cran/plotROC -* Date/Publication: 2023-10-06 12:40:02 UTC -* Number of recursive dependencies: 73 - -Run `revdepcheck::cloud_details(, "plotROC")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘plotROC-Ex.R’ failed - The error most likely occurred in: - - > ### Name: calc_auc - > ### Title: Calculate the Area under the ROC curve - > ### Aliases: calc_auc - > - > ### ** Examples - > - > D.ex <- rbinom(50, 1, .5) - ... - > ggroc <- ggplot(rocdata, aes(m = M, d = D)) + geom_roc() - > calc_auc(ggroc) - Error in `rlang::quo_get_expr()`: - ! `quo` must be a quosure - Backtrace: - ▆ - 1. ├─plotROC::calc_auc(ggroc) - 2. │ └─rlang::quo_get_expr(l2$plot$mapping[current_name][[1]]) - 3. └─rlang::abort(message = message) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(plotROC) - Loading required package: ggplot2 - > - > test_check("plotROC") - [ FAIL 1 | WARN 1 | SKIP 0 | PASS 13 ] - - ... - 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") - 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) - 4. ├─base::nrow(calc_auc(ggroc_p)) - 5. ├─plotROC::calc_auc(ggroc_p) - 6. │ └─rlang::quo_get_expr(l2$plot$mapping[current_name][[1]]) - 7. └─rlang::abort(message = message) - - [ FAIL 1 | WARN 1 | SKIP 0 | PASS 13 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘examples.Rmd’ using rmarkdown - ``` - -# plotthis - -
- -* Version: 0.7.1 -* GitHub: https://github.com/pwwang/plotthis -* Source code: https://github.com/cran/plotthis -* Date/Publication: 2025-06-20 18:40:02 UTC -* Number of recursive dependencies: 212 - -Run `revdepcheck::cloud_details(, "plotthis")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘plotthis-Ex.R’ failed - The error most likely occurred in: - - > ### Name: QQPlot - > ### Title: QQ plot - > ### Aliases: QQPlot - > - > ### ** Examples - > - > set.seed(8525) - ... - 26. │ └─ggplot2 (local) FUN(X[[i]], ...) - 27. │ └─self$draw_group(group, panel_params, coord, ...) - 28. │ └─ggplot2 (local) draw_group(...) - 29. │ └─ggplot2 (local) draw_group(..., self = self) - 30. └─base::.handleSimpleError(...) - 31. └─rlang (local) h(simpleError(msg, call)) - 32. └─handlers[[1L]](cnd) - 33. └─cli::cli_abort(...) - 34. └─rlang::abort(...) - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.0Mb - sub-directories of 1Mb or more: - R 1.5Mb - help 3.3Mb - ``` - -# pmxTools - -
- -* Version: 1.3 -* GitHub: https://github.com/kestrel99/pmxTools -* Source code: https://github.com/cran/pmxTools -* Date/Publication: 2023-02-21 16:00:08 UTC -* Number of recursive dependencies: 81 - -Run `revdepcheck::cloud_details(, "pmxTools")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(pmxTools) - Loading required package: patchwork - > - > test_check("pmxTools") - [ FAIL 1 | WARN 1 | SKIP 12 | PASS 110 ] - - ... - 44. └─handlers[[1L]](cnd) - 45. └─cli::cli_abort(...) - 46. └─rlang::abort(...) - - [ FAIL 1 | WARN 1 | SKIP 12 | PASS 110 ] - Deleting unused snapshots: - • plot/conditioned-distplot.svg - • plot/perc.svg - Error: Test failures - Execution halted - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) plot_scm.Rd:106: Lost braces; missing escapes or markup? - 106 | \item{lookupDF}{A data frame containing a lookup table for node labels. By default, {plot_scm} will use the PSN model names. If a lookup table containing the fields `Model` and `Alias` is provided, model names in `Model` will be replaced in the output plots by mtaching labels in `Alias`.} - | ^ - checkRd: (-1) rnm.Rd:56: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:57: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:58: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:59: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:60: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:61: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:62: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:63: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:64: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:65: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:66: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:67: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:68: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:69: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:70: Lost braces in \itemize; meant \describe ? - checkRd: (-1) rnm.Rd:71: Lost braces in \itemize; meant \describe ? - ``` - -* checking Rd cross-references ... NOTE - ``` - Package unavailable to check Rd xrefs: ‘DiagrammeR’ - ``` - -# pollster - -
- -* Version: 0.1.6 -* GitHub: NA -* Source code: https://github.com/cran/pollster -* Date/Publication: 2023-05-12 19:00:05 UTC -* Number of recursive dependencies: 67 - -Run `revdepcheck::cloud_details(, "pollster")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘crosstab3way.Rmd’ using rmarkdown - - Quitting from crosstab3way.Rmd:40-54 [unnamed-chunk-3] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: - ! object is invalid: - - every label must be named. - --- - ... - 3. └─S7::new_object(labels) - 4. └─S7::validate(object, recursive = !parent_validated) - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: processing vignette 'crosstab3way.Rmd' failed with diagnostics: - object is invalid: - - every label must be named. - --- failed re-building ‘crosstab3way.Rmd’ - - --- re-building ‘crosstabs.Rmd’ using rmarkdown - ``` - -# PoweREST - -
- -* Version: 0.1.0 -* GitHub: NA -* Source code: https://github.com/cran/PoweREST -* Date/Publication: 2024-09-09 09:30:02 UTC -* Number of recursive dependencies: 180 - -Run `revdepcheck::cloud_details(, "PoweREST")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘PoweREST-Ex.R’ failed - The error most likely occurred in: - - > ### Name: vis_XGBoost - > ### Title: Visualization of the power estimations from XGBoost - > ### Aliases: vis_XGBoost - > - > ### ** Examples - > - > data(power_example) - ... - # Good: !!myquosure * rhs - Backtrace: - ▆ - 1. └─PoweREST::vis_XGBoost(...) - 2. ├─base::eval(parse(text = txt3)) - 3. │ └─base::eval(parse(text = txt3)) - 4. └─rayshader::plot_gg(mtplot, width = 3.5, raytrace = FALSE, preview = TRUE) - 5. └─rlang:::Ops.quosure(ggplotobj2$layers[[i]]$geom$default_aes$size, pointcontract) - 6. └─rlang::abort(...) - Execution halted - ``` - -# precintcon - -
- -* Version: 2.3.0 -* GitHub: https://github.com/lucasvenez/precintcon -* Source code: https://github.com/cran/precintcon -* Date/Publication: 2016-07-17 13:49:19 -* Number of recursive dependencies: 25 - -Run `revdepcheck::cloud_details(, "precintcon")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘precintcon-Ex.R’ failed - The error most likely occurred in: - - > ### Name: pplot.deciles - > ### Title: Plot deciles - > ### Aliases: pplot.deciles precintcon.plot.deciles - > ### Keywords: deciles precipitation - > - > ### ** Examples - > - ... - 1. └─precintcon::pplot.deciles(monthly) - 2. └─precintcon::precintcon.plot.deciles(...) - 3. └─base::mapply(...) - 4. └─precintcon (local) ``(...) - 5. └─ggplot2::geom_boxplot(...) - 6. └─ggplot2::layer(...) - 7. └─lifecycle::deprecate_stop("2.0.0", "layer(show_guide)", "layer(show.legend)") - 8. └─lifecycle:::deprecate_stop0(msg) - 9. └─rlang::cnd_signal(...) - Execution halted - ``` - -# predint - -
- -* Version: 2.2.1 -* GitHub: https://github.com/MaxMenssen/predint -* Source code: https://github.com/cran/predint -* Date/Publication: 2024-03-04 15:10:03 UTC -* Number of recursive dependencies: 68 - -Run `revdepcheck::cloud_details(, "predint")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(predint) - Loading required package: ggplot2 - Loading required package: lme4 - Loading required package: Matrix - Loading required package: MASS - - ... - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-plot.R:16:9'): plot must be a ggplot ───────────────────────── - is.list(qp_plot) is not TRUE - - `actual`: FALSE - `expected`: TRUE - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 304 ] - Error: Test failures - Execution halted - ``` - -# PredPsych - -
- -* Version: 0.4 -* GitHub: NA -* Source code: https://github.com/cran/PredPsych -* Date/Publication: 2019-07-23 08:20:05 UTC -* Number of recursive dependencies: 107 - -Run `revdepcheck::cloud_details(, "PredPsych")` for more info - -
- -## Newly broken - -* checking whether package ‘PredPsych’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘PredPsych’ - See ‘/tmp/workdir/PredPsych/new/PredPsych.Rcheck/00install.out’ for details. - ``` - -# predRupdate - -
- -* Version: 0.2.0 -* GitHub: https://github.com/GlenMartin31/predRupdate -* Source code: https://github.com/cran/predRupdate -* Date/Publication: 2024-08-23 14:20:02 UTC -* Number of recursive dependencies: 112 - -Run `revdepcheck::cloud_details(, "predRupdate")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(predRupdate) - > - > test_check("predRupdate") - $OE_ratio - [1] 1.900612 - - ... - `expected[2:2]`: "ggplot" - ── Failure ('test-flex_calplot.R:28:3'): flex_calplot works ──────────────────── - class(...) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - - [ FAIL 2 | WARN 0 | SKIP 4 | PASS 229 ] - Error: Test failures - Execution halted - ``` - -# priorsense - -
- -* Version: 1.1.0 -* GitHub: https://github.com/n-kall/priorsense -* Source code: https://github.com/cran/priorsense -* Date/Publication: 2025-04-10 14:00:02 UTC -* Number of recursive dependencies: 120 - -Run `revdepcheck::cloud_details(, "priorsense")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(priorsense) - > - > test_check("priorsense") - [ FAIL 1 | WARN 0 | SKIP 2 | PASS 91 ] - - ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ - • On CRAN (2): 'test_cmdstan.R:5:3', 'test_moment_matching.R:15:3' - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test_plots.R:103:5'): pagination of plots works as expected ─────── - powerscale_plot_quantities(ps, variables_per_page = Inf) has length 1, not length 11. - - [ FAIL 1 | WARN 0 | SKIP 2 | PASS 91 ] - Error: Test failures - Execution halted - ``` - -# probably - -
- -* Version: 1.1.0 -* GitHub: https://github.com/tidymodels/probably -* Source code: https://github.com/cran/probably -* Date/Publication: 2025-05-21 13:30:02 UTC -* Number of recursive dependencies: 129 - -Run `revdepcheck::cloud_details(, "probably")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - > # * https://testthat.r-lib.org/reference/test_package.html#special-files - ... - `expected` is a list - ── Failure ('test-cal-plot.R:256:3'): Binary logistic functions work with group argument ── - res$labels (`actual`) not equal to list(x = "Probability", y = "Predicted Event Rate") (`expected`). - - `actual` is an S7 object of class - `expected` is a list - - [ FAIL 2 | WARN 0 | SKIP 84 | PASS 549 ] - Error: Test failures - Execution halted - ``` - -# psborrow - -
- -* Version: 0.2.2 -* GitHub: NA -* Source code: https://github.com/cran/psborrow -* Date/Publication: 2025-02-19 13:40:02 UTC -* Number of recursive dependencies: 103 - -Run `revdepcheck::cloud_details(, "psborrow")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(psborrow) - > - > test_check("psborrow") - Input all is found in pred. Any other input is disregarded. - [ FAIL 20 | WARN 0 | SKIP 1 | PASS 134 ] - - ... - `expected`: "gg" - ── Failure ('test-plots.R:126:5'): Ensure output is producing a ggplot2 object with appropriate parameters ── - p1$labels$yintercept (`actual`) not equal to "ref" (`expected`). - - `actual` is NULL - `expected` is a character vector ('ref') - - [ FAIL 20 | WARN 0 | SKIP 1 | PASS 134 ] - Error: Test failures - Execution halted - ``` - -* checking whether package ‘psborrow’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0. - See ‘/tmp/workdir/psborrow/new/psborrow.Rcheck/00install.out’ for details. - ``` - -# psc - -
- -* Version: 1.3.0 -* GitHub: https://github.com/richJJackson/psc -* Source code: https://github.com/cran/psc -* Date/Publication: 2025-05-29 15:10:02 UTC -* Number of recursive dependencies: 190 - -Run `revdepcheck::cloud_details(, "psc")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - ... - --- re-building ‘psc-vignette.Rmd’ using rmarkdown - - Quitting from psc-vignette.Rmd:176-178 [unnamed-chunk-5] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - NULL - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: processing vignette 'psc-vignette.Rmd' failed with diagnostics: - ... - ℹ In index: 1. - Caused by error: - ! Can't find method for `build_ggplot(S3)`. - --- failed re-building ‘psc-vignette.Rmd’ - - SUMMARY: processing the following file failed: - ‘psc-vignette.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# pscore - -
- -* Version: 0.4.0 -* GitHub: https://github.com/JWiley/score-project -* Source code: https://github.com/cran/pscore -* Date/Publication: 2022-05-13 22:30:02 UTC -* Number of recursive dependencies: 156 - -Run `revdepcheck::cloud_details(, "pscore")` for more info - -
- -## Newly broken - -* checking whether package ‘pscore’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: `aes_string()` was deprecated in ggplot2 3.0.0. - See ‘/tmp/workdir/pscore/new/pscore.Rcheck/00install.out’ for details. - ``` - -# pubh - -
- -* Version: 2.0.0 -* GitHub: https://github.com/josie-athens/pubh -* Source code: https://github.com/cran/pubh -* Date/Publication: 2024-10-08 05:00:03 UTC -* Number of recursive dependencies: 158 - -Run `revdepcheck::cloud_details(, "pubh")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘pubh-Ex.R’ failed - The error most likely occurred in: - - > ### Name: axis_labs - > ### Title: Apply labels from variables to axis-labels in plots. - > ### Aliases: axis_labs - > - > ### ** Examples - > - > data(kfm, package = "ISwR") - ... - > kfm |> - + gf_point(weight ~ dl.milk) |> - + gf_lm(col = 2, interval = "confidence", col = 2) |> - + axis_labs() - Warning in rep(yes, length.out = len) : - 'x' is NULL so the result will be NULL - Error in ans[ypos] <- rep(yes, length.out = len)[ypos] : - replacement has length zero - Calls: axis_labs -> ifelse - Execution halted - ``` - -# qad - -
- -* Version: 1.0.4 -* GitHub: https://github.com/griefl/qad -* Source code: https://github.com/cran/qad -* Date/Publication: 2022-12-14 16:50:02 UTC -* Number of recursive dependencies: 92 - -Run `revdepcheck::cloud_details(, "qad")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(qad) - > - > test_check("qad") - Intervalls for the variable x2 - Interval lowerBound upperBound - 1 I1 1 4 - ... - `expected[2:2]`: "ggplot" - ── Failure ('test-utilityfunctions.R:33:3'): plot_density ────────────────────── - class(plot_density(fit$mass_matrix)) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - - [ FAIL 10 | WARN 26 | SKIP 0 | PASS 71 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) ECBC.Rd:39: Lost braces; missing escapes or markup? - 39 | Let (u_i,v_i) := (F_n(x_i),G_n(y_i)) be the pseudo-observations for i in \{1,\ldots,n\} and (u_1',v_1'),\ldots, (u_m',v_m') the distinct pairs of pseudo-observations with m leq n. Moreover set S_1:=\{0, u_1, \ldots, u_{m_1}\} and S_2:=\{0, v_1,\ldots, v_{m_2}\} and define the quantities t_i,r_i and s_i for i=1,\ldots, m by - | ^ - checkRd: (-1) ECBC.Rd:39: Lost braces; missing escapes or markup? - 39 | Let (u_i,v_i) := (F_n(x_i),G_n(y_i)) be the pseudo-observations for i in \{1,\ldots,n\} and (u_1',v_1'),\ldots, (u_m',v_m') the distinct pairs of pseudo-observations with m leq n. Moreover set S_1:=\{0, u_1, \ldots, u_{m_1}\} and S_2:=\{0, v_1,\ldots, v_{m_2}\} and define the quantities t_i,r_i and s_i for i=1,\ldots, m by - | ^ - checkRd: (-1) ECBC.Rd:49: Lost braces; missing escapes or markup? - 49 | and set the measure of the empirical copula mu_{A_n}^B := 1/n sum_{i=1}^m t_i mu_B^{w_i}, where B denotes the product copula. - | ^ - checkRd: (-1) ECBC.Rd:49: Lost braces; missing escapes or markup? - ... - | ^ - checkRd: (-1) emp_c_copula.Rd:52: Lost braces; missing escapes or markup? - 52 | and set the measure of the empirical copula mu_{A_n}^B := 1/n sum_{i=1}^m t_i mu_B^{w_i}, where B denotes the product copula. - | ^ - checkRd: (-1) emp_c_copula.Rd:52: Lost braces; missing escapes or markup? - 52 | and set the measure of the empirical copula mu_{A_n}^B := 1/n sum_{i=1}^m t_i mu_B^{w_i}, where B denotes the product copula. - | ^ - checkRd: (-1) emp_c_copula.Rd:52: Lost braces; missing escapes or markup? - 52 | and set the measure of the empirical copula mu_{A_n}^B := 1/n sum_{i=1}^m t_i mu_B^{w_i}, where B denotes the product copula. - | ^ - ``` - -# qdap - -
- -* Version: 2.4.6 -* GitHub: https://github.com/trinker/qdap -* Source code: https://github.com/cran/qdap -* Date/Publication: 2023-05-11 06:10:02 UTC -* Number of recursive dependencies: 94 - -Run `revdepcheck::cloud_details(, "qdap")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library("testthat") - > library("qdap") - Loading required package: qdapDictionaries - Loading required package: qdapRegex - Loading required package: qdapTools - Loading required package: RColorBrewer - - ... - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-dispersion_plot.R:6:5'): dispersion_plot outputs a ggplot object ── - all(class(m) == c("gg", "ggplot")) is not TRUE - - `actual`: FALSE - `expected`: TRUE - - [ FAIL 1 | WARN 3 | SKIP 0 | PASS 217 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 6.1Mb - sub-directories of 1Mb or more: - R 1.5Mb - data 2.0Mb - help 1.5Mb - ``` - -* checking Rd files ... NOTE - ``` - checkRd: (-1) check_text.Rd:19: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) check_text.Rd:20: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) check_text.Rd:21: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) check_text.Rd:22: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) check_text.Rd:23: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) check_text.Rd:24: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) check_text.Rd:25: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) check_text.Rd:26: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) check_text.Rd:27: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) check_text.Rd:28: Lost braces in \itemize; \value handles \item{}{} directly - ... - checkRd: (-1) word_stats.Rd:70: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) word_stats.Rd:71: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) word_stats.Rd:72: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) word_stats.Rd:73: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) word_stats.Rd:74: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) word_stats.Rd:75: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) word_stats.Rd:76: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) word_stats.Rd:77: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) word_stats.Rd:78: Lost braces in \itemize; \value handles \item{}{} directly - checkRd: (-1) word_stats.Rd:79: Lost braces in \itemize; \value handles \item{}{} directly - ``` - -* checking Rd cross-references ... NOTE - ``` - Package unavailable to check Rd xrefs: ‘gplots’ - ``` - -# qgcompint - -
- -* Version: 1.0.0 -* GitHub: https://github.com/alexpkeil1/qgcompint -* Source code: https://github.com/cran/qgcompint -* Date/Publication: 2025-03-12 16:40:02 UTC -* Number of recursive dependencies: 155 - -Run `revdepcheck::cloud_details(, "qgcompint")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘qgcompint-Ex.R’ failed - The error most likely occurred in: - - > ### Name: plot.qgcompemmfit - > ### Title: Default plotting method for a qgcompemmfit object - > ### Aliases: plot.qgcompemmfit - > - > ### ** Examples - > - > set.seed(50) - ... - > pp1 = plot(qfit4, emmval=1, suppressprint=TRUE) - > pp2 = plot(qfit4, emmval=2, suppressprint=TRUE) - > pp1 + theme_linedraw() # can use with other ggplot functions - > - > # overlay (fussy to work with) - > #ppom <- ggplot_build(pp0 + pp1[2] + pp2[[2]] + scale_color_discrete(guide="none")) - > ppom <- ggplot_build(pp0ee + pp1ee[2] + pp2ee[[2]] + scale_color_discrete(guide="none")) - Error in S7::prop(x, "meta")[[i]] : subscript out of bounds - Calls: ggplot_build -> [[ -> [[.ggplot2::gg - Execution halted - ``` - -# quantities - -
- -* Version: 0.2.3 -* GitHub: https://github.com/r-quantities/quantities -* Source code: https://github.com/cran/quantities -* Date/Publication: 2025-01-18 21:20:02 UTC -* Number of recursive dependencies: 72 - -Run `revdepcheck::cloud_details(, "quantities")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘introduction.Rmd’ using rmarkdown - ``` - -# quickPlot - -
- -* Version: 1.0.2 -* GitHub: https://github.com/PredictiveEcology/quickPlot -* Source code: https://github.com/cran/quickPlot -* Date/Publication: 2023-07-02 05:20:02 UTC -* Number of recursive dependencies: 84 - -Run `revdepcheck::cloud_details(, "quickPlot")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘test-all.R’ - Running the tests in ‘tests/test-all.R’ failed. - Complete output: - > library(testthat) - > test_check("quickPlot") - Loading required package: quickPlot - Error in pgmatrix(grobToPlot, col, real, size, minv, maxv, legend, legendText, : - object 'nrowLegText' not found - Error in pgmatrix(grobToPlot, col, real, size, minv, maxv, legend, legendText, : - object 'nrowLegText' not found - ... - • Plot/test46.png - • Plot/test47.png - • Plot/test5.png - • Plot/test50.png - • Plot/test6.png - • Plot/test7.png - • Plot/test8.png - • Plot/test9.png - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘iii-plotting.Rmd’ using rmarkdown - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Package suggested but not available for checking: ‘fastshp’ - ``` - -# quickReg - -
- -* Version: 1.5.0 -* GitHub: NA -* Source code: https://github.com/cran/quickReg -* Date/Publication: 2017-09-28 06:41:12 UTC -* Number of recursive dependencies: 71 - -Run `revdepcheck::cloud_details(, "quickReg")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘quickReg.Rmd’ using rmarkdown - - Quitting from quickReg.Rmd:130-162 [plot] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: - ! object is invalid: - - every label must be named. - --- - ... - Error: processing vignette 'quickReg.Rmd' failed with diagnostics: - object is invalid: - - every label must be named. - --- failed re-building ‘quickReg.Rmd’ - - SUMMARY: processing the following file failed: - ‘quickReg.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘psych’ - All declared Imports should be used. - ``` - -* checking Rd files ... NOTE - ``` - checkRd: (-1) display_table.Rd:37: Lost braces; missing escapes or markup? - 37 | \item{normtest}{A character indicating test of normality, the default method is \code{\link{shapiro.test}} when sample size no more than 5000, otherwise \code{\link[nortest]{lillie.test}} {Kolmogorov-Smirnov} is used, see package \strong{nortest} for more methods.Use 'shapiro.test', 'lillie.test', 'ad.test', etc to specify methods.} - | ^ - ``` - -* checking Rd cross-references ... NOTE - ``` - Package unavailable to check Rd xrefs: ‘PredictABEL’ - ``` - -# Radviz - -
- -* Version: 0.9.4 -* GitHub: https://github.com/yannabraham/Radviz -* Source code: https://github.com/cran/Radviz -* Date/Publication: 2025-05-09 06:30:02 UTC -* Number of recursive dependencies: 61 - -Run `revdepcheck::cloud_details(, "Radviz")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘Radviz-Ex.R’ failed - The error most likely occurred in: - - > ### Name: Radviz-package - > ### Title: Radviz: Project Multidimensional Data in 2D Space - > ### Aliases: Radviz Radviz-package - > ### Keywords: internal - > - > ### ** Examples - > - ... - Warning: `aes_string()` was deprecated in ggplot2 3.0.0. - ℹ Please use tidy evaluation idioms with `aes()`. - ℹ See also `vignette("ggplot2-in-packages")` for more information. - ℹ The deprecated feature was likely used in the Radviz package. - Please report the issue at . - > plot(rv,anchors.only=FALSE) - Error in plot.radviz(rv, anchors.only = FALSE) : - 'language' object cannot be coerced to type 'double' - Calls: plot -> plot.radviz - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘multivariate_analysis.Rmd’ using rmarkdown - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 6.6Mb - sub-directories of 1Mb or more: - doc 3.9Mb - libs 2.5Mb - ``` - -# RamanMP - -
- -* Version: 1.0 -* GitHub: NA -* Source code: https://github.com/cran/RamanMP -* Date/Publication: 2021-07-09 08:10:04 UTC -* Number of recursive dependencies: 59 - -Run `revdepcheck::cloud_details(, "RamanMP")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘RamanMP-Ex.R’ failed - The error most likely occurred in: - - > ### Name: peak.finder - > ### Title: Peaks identification - > ### Aliases: peak.finder - > ### Keywords: peaks - > - > ### ** Examples - > - > data("MPdatabase") - > peak.data<-peak.finder(MPdatabase[,c(1,7)], threshold = 500, m=7) - Error: object properties are invalid: - - @size must be , , or , not - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 8.1Mb - sub-directories of 1Mb or more: - data 8.0Mb - ``` - -# randomForestExplainer - -
- -* Version: 0.10.1 -* GitHub: https://github.com/ModelOriented/randomForestExplainer -* Source code: https://github.com/cran/randomForestExplainer -* Date/Publication: 2020-07-11 20:30:02 UTC -* Number of recursive dependencies: 89 - -Run `revdepcheck::cloud_details(, "randomForestExplainer")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘randomForestExplainer-Ex.R’ failed - The error most likely occurred in: - - > ### Name: plot_importance_ggpairs - > ### Title: Plot importance measures with ggpairs - > ### Aliases: plot_importance_ggpairs - > - > ### ** Examples - > - > forest <- randomForest::randomForest(Species ~ ., data = iris, localImp = TRUE, ntree = 200) - > frame <- measure_importance(forest, measures = c("mean_min_depth", "times_a_root")) - > plot_importance_ggpairs(frame, measures = c("mean_min_depth", "times_a_root")) - Error in `+.gg`(e1, item) : - 'ggmatrix' does not know how to add objects that do not have class 'theme', 'labels' or 'ggproto'. Received object with class: 'character' - Calls: plot_importance_ggpairs -> +.gg -> add_list_to_ggmatrix -> +.gg - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(randomForestExplainer) - > - > test_check("randomForestExplainer") - [ FAIL 12 | WARN 71 | SKIP 0 | PASS 49 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - Backtrace: - ▆ - 1. └─randomForestExplainer::plot_importance_rankings(ranger_s) at test_ranger.R:185:3 - 2. └─GGally:::`+.gg`(plot, ggtitle(main)) - 3. └─GGally:::add_list_to_ggmatrix(e1, e2) - 4. └─GGally:::`+.gg`(e1, item) - - [ FAIL 12 | WARN 71 | SKIP 0 | PASS 49 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘randomForestExplainer.Rmd’ using rmarkdown - ``` - -## In both - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# rasterdiv - -
- -* Version: 0.3.6 -* GitHub: https://github.com/mattmar/rasterdiv -* Source code: https://github.com/cran/rasterdiv -* Date/Publication: 2024-11-06 11:20:03 UTC -* Number of recursive dependencies: 99 - -Run `revdepcheck::cloud_details(, "rasterdiv")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘rasterdiv_01_Basics.Rmd’ using rmarkdown - ``` - -# rater - -
- -* Version: 1.3.1 -* GitHub: https://github.com/jeffreypullin/rater -* Source code: https://github.com/cran/rater -* Date/Publication: 2023-09-11 17:40:02 UTC -* Number of recursive dependencies: 88 - -Run `revdepcheck::cloud_details(, "rater")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(rater) - * The rater package uses `Stan` to fit bayesian models. - * If you are working on a local, multicore CPU with excess RAM please call: - * options(mc.cores = parallel::detectCores()) - * This will allow Stan to run inference on multiple cores in parallel. - > - ... - ── Failure ('test_plotting.R:65:3'): plot_theta_points output has correct type ── - get_geoms(ds_plot) (`actual`) not equal to c("GeomPoint", "GeomErrorbar") (`expected`). - - `names(actual)` is a character vector ('geom_point', 'geom_errorbar') - `names(expected)` is absent - - [ FAIL 4 | WARN 0 | SKIP 6 | PASS 375 ] - Error: Test failures - In addition: There were 12 warnings (use warnings() to see them) - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 124.5Mb - sub-directories of 1Mb or more: - libs 123.7Mb - ``` - -* checking Rd files ... NOTE - ``` - checkRd: (-1) as_mcmc.list.Rd:5: Lost braces; missing escapes or markup? - 5 | \title{Convert a rater_fit object to a {coda} \code{mcmc.list} object.} - | ^ - checkRd: (-1) as_mcmc.list.Rd:16: Lost braces; missing escapes or markup? - 16 | Convert a rater_fit object to a {coda} \code{mcmc.list} object. - | ^ - checkRd: (-1) as_mcmc.list.Rd:13: Lost braces; missing escapes or markup? - 13 | A {coda} mcmc.list object. - | ^ - ``` - -* checking for GNU extensions in Makefiles ... NOTE - ``` - GNU make is a SystemRequirements. - ``` - -# ratlas - -
- -* Version: 0.1.0 -* GitHub: https://github.com/atlas-aai/ratlas -* Source code: https://github.com/cran/ratlas -* Date/Publication: 2024-11-06 16:20:02 UTC -* Number of recursive dependencies: 136 - -Run `revdepcheck::cloud_details(, "ratlas")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(ratlas) - NOTE: Either Arial Narrow or Montserrat fonts are required to use these themes. - Please use ratlas::import_montserrat() to install Montserrat and - if Arial Narrow is not on your system, please see https://bit.ly/arialnarrow - > - ... - • okabeito-color-scales/okabeito-fill.svg - • okabeito-color-scales/okabeito-lighten.svg - • stat-bin/bins30-bound0.svg - • stat-bin/no-color-hist.svg - • stat-bin/one-bin.svg - • stat-bin/trimmed-hist-bound0.svg - • stat-bin/trimmed-hist-center0.svg - • themes/theme-atlas.svg - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘plotting.Rmd’ using rmarkdown - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.1Mb - sub-directories of 1Mb or more: - doc 2.6Mb - rstudio 1.6Mb - ``` - -# rbioacc - -
- -* Version: 1.2.1 -* GitHub: NA -* Source code: https://github.com/cran/rbioacc -* Date/Publication: 2024-02-27 01:40:02 UTC -* Number of recursive dependencies: 96 - -Run `revdepcheck::cloud_details(, "rbioacc")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(rbioacc) - > - > test_check("rbioacc") - - SAMPLING FOR MODEL 'TK' NOW (CHAIN 1). - Chain 1: - ... - `expected`: TRUE - ── Failure ('test-ppc.R:16:5'): plot ppc ─────────────────────────────────────── - all(class(ppc(fit_MGSG)) == c("gg", "ggplot")) is not TRUE - - `actual`: FALSE - `expected`: TRUE - - [ FAIL 20 | WARN 99 | SKIP 9 | PASS 60 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 94.5Mb - sub-directories of 1Mb or more: - libs 93.8Mb - ``` - -* checking for GNU extensions in Makefiles ... NOTE - ``` - GNU make is a SystemRequirements. - ``` - -# rbiom - -
- -* Version: 2.2.0 -* GitHub: https://github.com/cmmr/rbiom -* Source code: https://github.com/cran/rbiom -* Date/Publication: 2025-04-04 20:20:02 UTC -* Number of recursive dependencies: 106 - -Run `revdepcheck::cloud_details(, "rbiom")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘rbiom-Ex.R’ failed - The error most likely occurred in: - - > ### Name: bdiv_heatmap - > ### Title: Display beta diversities in an all vs all grid. - > ### Aliases: bdiv_heatmap - > - > ### ** Examples - > - > library(rbiom) - ... - 18. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) - 19. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) - 20. │ └─base::withCallingHandlers(...) - 21. └─ggplot2 (local) f(l = layers[[i]], d = data[[i]]) - 22. └─l$layer_data(plot@data) - 23. └─ggplot2::layer_data(..., self = self) - 24. └─ggplot2:::unrowname(data) - 25. └─cli::cli_abort("Can only remove rownames from {.cls data.frame} and {.cls matrix} objects.") - 26. └─rlang::abort(...) - Execution halted - ``` - -# reda - -
- -* Version: 0.5.5 -* GitHub: https://github.com/wenjie2wang/reda -* Source code: https://github.com/cran/reda -* Date/Publication: 2025-06-14 04:50:02 UTC -* Number of recursive dependencies: 50 - -Run `revdepcheck::cloud_details(, "reda")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > if (requireNamespace("tinytest", quietly = TRUE) && - + utils::packageVersion("tinytest") >= "1.1.0") { - + - + ## Set a seed to make the test deterministic - + set.seed(808) - + - + tinytest::test_package("reda", ncpu = NULL, - ... - call| --> lty = 1:4, col = 1:4)), c("gg", "ggplot")) - diff| Lengths (2, 5) differ (string compare on first 2) - diff| 1 string mismatch - ----- FAILED[data]: test_rateReg.R<152--152> - call| expect_equivalent(class(plot(mcf_splineFit)), c("gg", "ggplot")) - diff| Lengths (2, 5) differ (string compare on first 2) - diff| 1 string mismatch - Error: 5 out of 191 tests failed - In addition: There were 16 warnings (use warnings() to see them) - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 8.3Mb - sub-directories of 1Mb or more: - doc 3.6Mb - libs 4.1Mb - ``` - -# regtomean - -
- -* Version: 1.2 -* GitHub: NA -* Source code: https://github.com/cran/regtomean -* Date/Publication: 2024-12-17 15:00:02 UTC -* Number of recursive dependencies: 83 - -Run `revdepcheck::cloud_details(, "regtomean")` for more info - -
- -## Newly broken - -* checking whether package ‘regtomean’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘ggplot2::set_theme’ by ‘sjPlot::set_theme’ when loading ‘regtomean’ - See ‘/tmp/workdir/regtomean/new/regtomean.Rcheck/00install.out’ for details. - ``` - -## In both - -* checking Rd cross-references ... NOTE - ``` - Package unavailable to check Rd xrefs: ‘plyr’ - ``` - -# rempsyc - -
- -* Version: 0.1.9 -* GitHub: https://github.com/rempsyc/rempsyc -* Source code: https://github.com/cran/rempsyc -* Date/Publication: 2025-02-01 23:40:05 UTC -* Number of recursive dependencies: 175 - -Run `revdepcheck::cloud_details(, "rempsyc")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘rempsyc-Ex.R’ failed - The error most likely occurred in: - - > ### Name: nice_normality - > ### Title: Easy normality check per group - > ### Aliases: nice_normality - > ### Keywords: QQ density distribution normality plots - > - > ### ** Examples - > - ... - 33. │ └─ggplot2 (local) FUN(X[[i]], ...) - 34. │ └─self$draw_group(group, panel_params, coord, ...) - 35. │ └─ggplot2 (local) draw_group(...) - 36. │ └─ggplot2 (local) draw_group(..., self = self) - 37. └─base::.handleSimpleError(...) - 38. └─rlang (local) h(simpleError(msg, call)) - 39. └─handlers[[1L]](cnd) - 40. └─cli::cli_abort(...) - 41. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(rempsyc) - Suggested APA citation: Thériault, R. (2023). rempsyc: Convenience functions for psychology. - Journal of Open Source Software, 8(87), 5466. https://doi.org/10.21105/joss.05466 - > - > test_check("rempsyc") - Ignoring unknown labels: - ... - 33. │ └─ggplot2 (local) draw_group(..., self = self) - 34. └─base::.handleSimpleError(...) - 35. └─rlang (local) h(simpleError(msg, call)) - 36. └─handlers[[1L]](cnd) - 37. └─cli::cli_abort(...) - 38. └─rlang::abort(...) - - [ FAIL 2 | WARN 0 | SKIP 20 | PASS 44 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘assumptions.Rmd’ using rmarkdown - - Quitting from assumptions.Rmd:134-140 [unnamed-chunk-11] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - NULL - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: processing vignette 'assumptions.Rmd' failed with diagnostics: - Problem while converting geom to grob. - ℹ Error occurred in the 1st layer. - Caused by error in `check_linewidth()`: - ! could not find function "check_linewidth" - --- failed re-building ‘assumptions.Rmd’ - - --- re-building ‘contrasts.Rmd’ using rmarkdown - ``` - -# rmweather - -
- -* Version: 0.2.62 -* GitHub: https://github.com/skgrange/rmweather -* Source code: https://github.com/cran/rmweather -* Date/Publication: 2025-02-21 00:20:02 UTC -* Number of recursive dependencies: 83 - -Run `revdepcheck::cloud_details(, "rmweather")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(dplyr) - - Attaching package: 'dplyr' - - The following object is masked from 'package:testthat': - - ... - ── Failure ('test_02_rmw_functions.R:83:3'): Test training function ──────────── - class(rmw_plot_importance(df_importance)) not identical to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - ── Failure ('test_02_rmw_functions.R:90:3'): Test training function ──────────── - class(plot_test) not identical to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - - [ FAIL 2 | WARN 0 | SKIP 0 | PASS 40 ] - Error: Test failures - Execution halted - ``` - -# robCompositions - -
- -* Version: 2.4.1 -* GitHub: NA -* Source code: https://github.com/cran/robCompositions -* Date/Publication: 2023-08-25 15:30:06 UTC -* Number of recursive dependencies: 139 - -Run `revdepcheck::cloud_details(, "robCompositions")` for more info - -
- -## Newly broken - -* checking whether package ‘robCompositions’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘robCompositions’ - See ‘/tmp/workdir/robCompositions/new/robCompositions.Rcheck/00install.out’ for details. - ``` - -## In both - -* checking re-building of vignette outputs ... WARNING - ``` - Error(s) in re-building vignettes: - --- re-building ‘imputation.Rnw’ using knitr - Error: processing vignette 'imputation.Rnw' failed with diagnostics: - Running 'texi2dvi' on 'imputation.tex' failed. - LaTeX errors: - ! LaTeX Error: File `scrartcl.cls' not found. - - Type X to quit or to proceed, - or enter new name. (Default extension: cls) - - ... - l.3 \usepackage - [pdftex]{hyperref}^^M - ! ==> Fatal error occurred, no output PDF file produced! - --- failed re-building ‘robCompositions-overview.Rnw’ - - SUMMARY: processing the following files failed: - ‘imputation.Rnw’ ‘robCompositions-overview.Rnw’ - - Error: Vignette re-building failed. - Execution halted - ``` - -* checking installed package size ... NOTE - ``` - installed size is 24.0Mb - sub-directories of 1Mb or more: - data 2.0Mb - libs 20.8Mb - ``` - -* checking Rd files ... NOTE - ``` - checkRd: (-1) GDPsatis.Rd:21: Lost braces in \itemize; meant \describe ? - checkRd: (-1) GDPsatis.Rd:22: Lost braces in \itemize; meant \describe ? - checkRd: (-1) GDPsatis.Rd:23: Lost braces in \itemize; meant \describe ? - checkRd: (-1) GDPsatis.Rd:24: Lost braces in \itemize; meant \describe ? - checkRd: (-1) GDPsatis.Rd:25: Lost braces in \itemize; meant \describe ? - checkRd: (-1) GDPsatis.Rd:26: Lost braces in \itemize; meant \describe ? - checkRd: (-1) GDPsatis.Rd:27: Lost braces in \itemize; meant \describe ? - checkRd: (-1) GDPsatis.Rd:28: Lost braces in \itemize; meant \describe ? - checkRd: (-1) aDist.Rd:19: Lost braces - 19 | sets, or a distance matrix in case code{y} is not supplied. - ... - | ^ - checkRd: (-1) weightedPivotCoord.Rd:25: Lost braces; missing escapes or markup? - 25 | `cut = min(#r_{j}=>0/#r_{j}, #r_{j}<0/#r_{j}`, with Gaussian Kernel function and bandwidth `h=0.05`.} - | ^ - checkRd: (-1) weightedPivotCoord.Rd:25: Lost braces; missing escapes or markup? - 25 | `cut = min(#r_{j}=>0/#r_{j}, #r_{j}<0/#r_{j}`, with Gaussian Kernel function and bandwidth `h=0.05`.} - | ^ - checkRd: (-1) weightedPivotCoord.Rd:25: Lost braces; missing escapes or markup? - 25 | `cut = min(#r_{j}=>0/#r_{j}, #r_{j}<0/#r_{j}`, with Gaussian Kernel function and bandwidth `h=0.05`.} - | ^ - ``` - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 1 marked UTF-8 string - ``` - -# rrr - -
- -* Version: 1.0.0 -* GitHub: https://github.com/chrisaddy/rrr -* Source code: https://github.com/cran/rrr -* Date/Publication: 2016-12-09 15:15:55 -* Number of recursive dependencies: 94 - -Run `revdepcheck::cloud_details(, "rrr")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘rrr-Ex.R’ failed - The error most likely occurred in: - - > ### Name: residuals - > ### Title: Reduced-Rank Regression Residuals - > ### Aliases: residuals - > - > ### ** Examples - > - > data(tobacco) - ... - > galaxy <- as_data_frame(COMBO17) - > galaxy <- select(galaxy, -starts_with("e."), -Nr, -UFS:-IFD) - > galaxy <- na.omit(galaxy) - > galaxy_x <- select(galaxy, -Rmag:-chi2red) - > galaxy_y <- select(galaxy, Rmag:chi2red) - > residuals(galaxy_x, galaxy_y, type = "cva", rank = 2, k = 0.001) - Error in `+.gg`(e1, item) : - 'ggmatrix' does not know how to add objects that do not have class 'theme', 'labels' or 'ggproto'. Received object with class: 'character' - Calls: residuals ... cva_residual_plot -> +.gg -> add_list_to_ggmatrix -> +.gg - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘rrr.Rmd’ using rmarkdown - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘Rcpp’ - All declared Imports should be used. - ``` - -# RSDA - -
- -* Version: 3.2.4 -* GitHub: NA -* Source code: https://github.com/cran/RSDA -* Date/Publication: 2025-06-02 19:10:02 UTC -* Number of recursive dependencies: 161 - -Run `revdepcheck::cloud_details(, "RSDA")` for more info - -
- -## Newly broken - -* checking whether package ‘RSDA’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘RSDA’ - See ‘/tmp/workdir/RSDA/new/RSDA.Rcheck/00install.out’ for details. - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.8Mb - sub-directories of 1Mb or more: - doc 4.6Mb - ``` - -# RTIGER - -
- -* Version: 2.1.0 -* GitHub: NA -* Source code: https://github.com/cran/RTIGER -* Date/Publication: 2023-03-29 09:20:02 UTC -* Number of recursive dependencies: 158 - -Run `revdepcheck::cloud_details(, "RTIGER")` for more info - -
- -## Newly broken - -* checking whether package ‘RTIGER’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘RTIGER’ - See ‘/tmp/workdir/RTIGER/new/RTIGER.Rcheck/00install.out’ for details. - ``` - -# RVA - -
- -* Version: 0.0.5 -* GitHub: https://github.com/THERMOSTATS/RVA -* Source code: https://github.com/cran/RVA -* Date/Publication: 2021-11-01 21:40:02 UTC -* Number of recursive dependencies: 208 - -Run `revdepcheck::cloud_details(, "RVA")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘RVA.Rmd’ using rmarkdown - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 8.8Mb - sub-directories of 1Mb or more: - data 7.5Mb - ``` - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘XML’ - All declared Imports should be used. - ``` - -# RVenn - -
- -* Version: 1.1.0 -* GitHub: NA -* Source code: https://github.com/cran/RVenn -* Date/Publication: 2019-07-18 21:40:02 UTC -* Number of recursive dependencies: 70 - -Run `revdepcheck::cloud_details(, "RVenn")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(RVenn) - > - > test_check("RVenn") - [ FAIL 4 | WARN 1 | SKIP 0 | PASS 31 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - ── Failure ('test_ggvenn.R:16:3'): ggvenn: slices ────────────────────────────── - class(ggvenn(v1, slice = c(2, 4))) not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - ── Failure ('test_ggvenn.R:17:3'): ggvenn: slices ────────────────────────────── - class(ggvenn(v1, slice = c("A", "B", "C"))) not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - - [ FAIL 4 | WARN 1 | SKIP 0 | PASS 31 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# Rwtss - -
- -* Version: 0.9.2 -* GitHub: https://github.com/e-sensing/Rwtss -* Source code: https://github.com/cran/Rwtss -* Date/Publication: 2022-04-25 08:50:05 UTC -* Number of recursive dependencies: 113 - -Run `revdepcheck::cloud_details(, "Rwtss")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(Rwtss) - Rwtss - R interface to Web Time Series Service. - Loaded Rwtss v0.9.2. - See ?Rwtss for help, citation("Rwtss") for use in publication. - See demo(package = "Rwtss") for examples. - ... - Backtrace: - ▆ - 1. ├─vcr::use_cassette(...) at test_wtss.R:53:5 - 2. │ └─cassette$call_block(...) - 3. └─testthat::expect_true(unname(summary(g)[1, 2]) == "gg") at test_wtss.R:60:9 - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 57 ] - Error: Test failures - Execution halted - Ran 14/14 deferred expressions - ``` - -## In both - -* checking Rd files ... NOTE - ``` - checkRd: (-1) wtss_to_ts.Rd:31: Lost braces; missing escapes or markup? - 31 | This period can be either {"month", "week", "day"}, - | ^ - checkRd: (-1) wtss_to_ts.Rd:32: Lost braces; missing escapes or markup? - 32 | {"months", "weeks", "days"} or - | ^ - checkRd: (-1) wtss_to_ts.Rd:33: Lost braces; missing escapes or markup? - 33 | {12, 52, 365}. This function creates a new time series with the required - | ^ - ``` - -# saros - -
- -* Version: 1.5.4 -* GitHub: https://github.com/NIFU-NO/saros -* Source code: https://github.com/cran/saros -* Date/Publication: 2025-06-04 12:10:06 UTC -* Number of recursive dependencies: 117 - -Run `revdepcheck::cloud_details(, "saros")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘saros-Ex.R’ failed - The error most likely occurred in: - - > ### Name: girafe - > ### Title: Pull global plotting settings before displaying plot - > ### Aliases: girafe - > - > ### ** Examples - > - > plot <- makeme(data = ex_survey, dep = b_1) - ... - 24. │ └─base::lapply(...) - 25. │ └─ggplot2 (local) FUN(X[[i]], ...) - 26. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params)) - 27. │ └─self$draw_panel(...) - 28. └─base::.handleSimpleError(...) - 29. └─rlang (local) h(simpleError(msg, call)) - 30. └─handlers[[1L]](cnd) - 31. └─cli::cli_abort(...) - 32. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(saros) - > - > testthat::test_check("saros") - Starting 2 test processes - [ FAIL 1 | WARN 2 | SKIP 0 | PASS 224 ] - ... - 27. │ └─self$draw_panel(...) - 28. └─base::.handleSimpleError(...) - 29. └─rlang (local) h(simpleError(msg, call)) - 30. └─handlers[[1L]](cnd) - 31. └─cli::cli_abort(...) - 32. └─rlang::abort(...) - - [ FAIL 1 | WARN 2 | SKIP 0 | PASS 224 ] - Error: Test failures - Execution halted - ``` - -# scCustomize - -
- -* Version: 3.0.1 -* GitHub: https://github.com/samuel-marsh/scCustomize -* Source code: https://github.com/cran/scCustomize -* Date/Publication: 2024-12-18 18:40:02 UTC -* Number of recursive dependencies: 275 - -Run `revdepcheck::cloud_details(, "scCustomize")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘scCustomize-Ex.R’ failed - The error most likely occurred in: - - > ### Name: Plot_Median_Genes - > ### Title: Plot Median Genes per Cell per Sample - > ### Aliases: Plot_Median_Genes - > - > ### ** Examples - > - > library(Seurat) - ... - 1. └─scCustomize::Plot_Median_Genes(...) - 2. └─scCustomize::theme_ggprism_mod() - 3. ├─... %+replace% ... - 4. │ └─ggplot2::is_theme(e1) - 5. │ └─S7::S7_inherits(x, class_theme) - 6. └─ggprism::theme_prism(...) - 7. └─parent %+replace% t - 8. └─cli::cli_abort("{.code %+replace%} requires two theme objects") - 9. └─rlang::abort(...) - Execution halted - ``` - -# scoringutils - -
- -* Version: 2.1.0 -* GitHub: https://github.com/epiforecasts/scoringutils -* Source code: https://github.com/cran/scoringutils -* Date/Publication: 2025-03-03 18:10:02 UTC -* Number of recursive dependencies: 82 - -Run `revdepcheck::cloud_details(, "scoringutils")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘scoringutils-Ex.R’ failed - The error most likely occurred in: - - > ### Name: get_pit_histogram.forecast_quantile - > ### Title: Probability integral transformation histogram - > ### Aliases: get_pit_histogram.forecast_quantile - > ### get_pit_histogram.forecast_sample get_pit_histogram - > ### get_pit_histogram.default - > ### Keywords: scoring - > - ... - > library("ggplot2") - > - > result <- get_pit_histogram(example_sample_continuous, by = "model") - > ggplot(result, aes(x = mid, y = density)) + - + geom_col() + - + facet_wrap(. ~ model) + - + labs(x = "Quantile", "Density") - Error: object is invalid: - - every label must be named. - Execution halted - ``` - -# scplot - -
- -* Version: 0.5.1 -* GitHub: NA -* Source code: https://github.com/cran/scplot -* Date/Publication: 2025-03-01 13:10:03 UTC -* Number of recursive dependencies: 114 - -Run `revdepcheck::cloud_details(, "scplot")` for more info - -
- -## Newly broken - -* checking whether package ‘scplot’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/scplot/new/scplot.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘scplot’ ... -** package ‘scplot’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Warning: The `size` argument of `element_rect()` is deprecated as of ggplot2 3.4.0. -ℹ Please use the `linewidth` argument instead. -ℹ The deprecated feature was likely used in the scplot package. - Please report the issue to the authors. -Error in `class<-`(`*tmp*`, value = "list") : - cannot coerce type 'object' to vector of type 'list' -Error: unable to load R code in package ‘scplot’ -Execution halted -ERROR: lazy loading failed for package ‘scplot’ -* removing ‘/tmp/workdir/scplot/new/scplot.Rcheck/scplot’ - - -``` -### CRAN - -``` -* installing *source* package ‘scplot’ ... -** package ‘scplot’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (scplot) - - -``` -# SCpubr - -
- -* Version: 2.0.2 -* GitHub: https://github.com/enblacar/SCpubr -* Source code: https://github.com/cran/SCpubr -* Date/Publication: 2023-10-11 09:50:02 UTC -* Number of recursive dependencies: 299 - -Run `revdepcheck::cloud_details(, "SCpubr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # nolint start - > library(testthat) - > library(SCpubr) - - - ── SCpubr 2.0.2 ──────────────────────────────────────────────────────────────── - - ... - ── Failure ('test-do_TFActivityPlot.R:6:5'): do_TFActivityPlot: PASS - minimal input ── - `out` has type 'object', not 'list'. - ── Failure ('test-do_ViolinPlot.R:6:5'): do_ViolinPlot: CRAN essentials ──────── - `p` has type 'object', not 'list'. - ── Failure ('test-do_VolcanoPlot.R:8:5'): do_VolcanoPlot: CRAN essentials ────── - `p` has type 'object', not 'list'. - - [ FAIL 58 | WARN 16 | SKIP 391 | PASS 29 ] - Error: Test failures - Execution halted - ``` - -# scrutiny - -
- -* Version: 0.5.0 -* GitHub: https://github.com/lhdjung/scrutiny -* Source code: https://github.com/cran/scrutiny -* Date/Publication: 2024-09-22 08:10:02 UTC -* Number of recursive dependencies: 83 - -Run `revdepcheck::cloud_details(, "scrutiny")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘scrutiny-Ex.R’ failed - The error most likely occurred in: - - > ### Name: debit_plot - > ### Title: Visualize DEBIT results - > ### Aliases: debit_plot - > - > ### ** Examples - > - > # Run `debit_plot()` on the output - > # of `debit_map()`: - > pigs3 %>% - + debit_map() %>% - + debit_plot() - Error: object properties are invalid: - - @colour cannot be a decimal number, but could be an integer. - - @arrow.fill cannot be a decimal number, but could be an integer. - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > - > - > library(testthat) - > library(scrutiny) - > - > test_check("scrutiny") - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 523 ] - ... - 3. ├─ggplot2::theme(...) - 4. │ └─ggplot2:::find_args(..., complete = NULL, validate = NULL) - 5. │ └─base::mget(args, envir = env) - 6. └─ggplot2::element_line(seq(0, 0.5, 0.1)) - 7. └─S7::new_object(...) - 8. └─S7::validate(object, recursive = !parent_validated) - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 523 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘consistency-tests-in-depth.Rmd’ using rmarkdown - --- finished re-building ‘consistency-tests-in-depth.Rmd’ - - --- re-building ‘consistency-tests-simple.Rmd’ using rmarkdown - --- finished re-building ‘consistency-tests-simple.Rmd’ - - --- re-building ‘debit.Rmd’ using rmarkdown - - Quitting from debit.Rmd:116-124 [unnamed-chunk-8] - ... - - @arrow.fill cannot be a decimal number, but could be an integer. - --- failed re-building ‘debit.Rmd’ - - --- re-building ‘devtools.Rmd’ using rmarkdown - --- finished re-building ‘devtools.Rmd’ - - --- re-building ‘duplicates.Rmd’ using rmarkdown - --- finished re-building ‘duplicates.Rmd’ - - --- re-building ‘grim.Rmd’ using rmarkdown - ``` - -## In both - -* checking Rd cross-references ... NOTE - ``` - Package unavailable to check Rd xrefs: ‘janitor’ - ``` - -# scUtils - -
- -* Version: 0.1.0 -* GitHub: NA -* Source code: https://github.com/cran/scUtils -* Date/Publication: 2020-06-25 16:20:02 UTC -* Number of recursive dependencies: 48 - -Run `revdepcheck::cloud_details(, "scUtils")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(scUtils) - > - > test_check("scUtils") - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 32 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-plots.R:59:3'): all kinds of colnames are allowed ──────────── - p$labels not equal to list(y = "Dim2", x = "Dim1", colour = "expression"). - Attributes: < names for target but not for current > - Attributes: < Length mismatch: comparison on first 0 components > - Length mismatch: comparison on first 2 components - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 32 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# SDMtune - -
- -* Version: 1.3.2 -* GitHub: https://github.com/ConsBiol-unibern/SDMtune -* Source code: https://github.com/cran/SDMtune -* Date/Publication: 2024-12-16 16:50:06 UTC -* Number of recursive dependencies: 122 - -Run `revdepcheck::cloud_details(, "SDMtune")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(SDMtune) - - _____ ____ __ ___ __ - / ___/ / __ \ / |/ // /_ __ __ ____ ___ - \__ \ / / / // /|_/ // __// / / // __ \ / _ \ - ___/ // /_/ // / / // /_ / /_/ // / / // __/ - ... - `expected` is a character vector ('Var2') - ── Failure ('test-plotCor.R:6:3'): The plot has the correct labels and text size ── - p$labels$y (`actual`) not equal to "Var1" (`expected`). - - `actual` is NULL - `expected` is a character vector ('Var1') - - [ FAIL 2 | WARN 0 | SKIP 55 | PASS 315 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 5.2Mb - sub-directories of 1Mb or more: - R 3.0Mb - libs 1.0Mb - ``` - -# seAMLess - -
- -* Version: 0.1.1 -* GitHub: https://github.com/eonurk/seAMLess -* Source code: https://github.com/cran/seAMLess -* Date/Publication: 2024-11-11 12:50:02 UTC -* Number of recursive dependencies: 49 - -Run `revdepcheck::cloud_details(, "seAMLess")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘seAMLess-Ex.R’ failed - The error most likely occurred in: - - > ### Name: ternaryPlot - > ### Title: Given the immune compositions (ICs) of bulk-RNA samples, this - > ### function creates a ternary plot similar to ALOT tube from EuroFlow - > ### analysis and Figure 1E of our paper. - > ### Aliases: ternaryPlot - > - > ### ** Examples - ... - > - > library(seAMLess) - > - > data(minRes) - > ternaryPlot(minRes) - Error: .onLoad failed in loadNamespace() for 'ggtern', details: - call: NULL - error: object properties are invalid: - - @lineend must be or , not S3 - Execution halted - ``` - -# see - -
- -* Version: 0.11.0 -* GitHub: https://github.com/easystats/see -* Source code: https://github.com/cran/see -* Date/Publication: 2025-03-11 16:20:02 UTC -* Number of recursive dependencies: 245 - -Run `revdepcheck::cloud_details(, "see")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘see-Ex.R’ failed - The error most likely occurred in: - - > ### Name: geom_from_list - > ### Title: Create ggplot2 geom(s) from a list - > ### Aliases: geom_from_list geoms_from_list - > - > ### ** Examples - > - > ## Don't show: - ... - 14. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) - 15. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) - 16. │ └─base::withCallingHandlers(...) - 17. └─ggplot2 (local) f(l = layers[[i]], d = data[[i]]) - 18. └─l$map_statistic(d, plot) - 19. └─ggplot2 (local) map_statistic(..., self = self) - 20. └─ggplot2:::check_nondata_cols(...) - 21. └─cli::cli_abort(c(problem, issues, i = hint), call = NULL) - 22. └─rlang::abort(...) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # graphics engine changed in R 4.4, and so snapshots generated on - > # previous R version won't work - > if (getRversion() >= "4.4.0") { - + library(testthat) - + library(see) - + - + test_check("see") - ... - 33. │ └─ggplot2 (local) draw_group(..., self = self) - 34. └─base::.handleSimpleError(...) - 35. └─rlang (local) h(simpleError(msg, call)) - 36. └─handlers[[1L]](cnd) - 37. └─cli::cli_abort(...) - 38. └─rlang::abort(...) - - [ FAIL 1 | WARN 9 | SKIP 23 | PASS 34 ] - Error: Test failures - Execution halted - ``` - -# seedreg - -
- -* Version: 1.0.3 -* GitHub: NA -* Source code: https://github.com/cran/seedreg -* Date/Publication: 2022-07-07 21:20:02 UTC -* Number of recursive dependencies: 124 - -Run `revdepcheck::cloud_details(, "seedreg")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘seedreg-Ex.R’ failed - The error most likely occurred in: - - > ### Name: multicurve - > ### Title: Graph: Merge multiple curves into a single graph - > ### Aliases: multicurve - > - > ### ** Examples - > - > library(seedreg) - ... - 9 r-squared 0.8400000 - 10 RMSE 12.5937903 - - [[3]] - - > multicurve(list(a,b,c,d)) - Error in equation[[i]] <- plots[[i]][[3]]$plot$s : - replacement has length zero - Calls: multicurve - Execution halted - ``` - -# shadowtext - -
- -* Version: 0.1.4 -* GitHub: https://github.com/GuangchuangYu/shadowtext -* Source code: https://github.com/cran/shadowtext -* Date/Publication: 2024-07-18 07:00:01 UTC -* Number of recursive dependencies: 47 - -Run `revdepcheck::cloud_details(, "shadowtext")` for more info - -
- -## Newly broken - -* checking dependencies in R code ... WARNING - ``` - '::' or ':::' import not declared from: ‘S7’ - ``` - -# shiny - -
- -* Version: 1.10.0 -* GitHub: https://github.com/rstudio/shiny -* Source code: https://github.com/cran/shiny -* Date/Publication: 2024-12-14 00:10:02 UTC -* Number of recursive dependencies: 91 - -Run `revdepcheck::cloud_details(, "shiny")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(shiny) - > - > test_check("shiny") - [ FAIL 96 | WARN 1 | SKIP 19 | PASS 1529 ] - - ══ Skipped tests (19) ══════════════════════════════════════════════════════════ - ... - m5$panels has length 0, not length 1. - ── Failure ('test-plot-coordmap.R:464:3'): ggplot coordmap maintains discrete limits ── - m5$panels[[1]]$domain$discrete_limits (`actual`) not equal to list(x = c("e", "f")) (`expected`). - - `actual` is NULL - `expected` is a list - - [ FAIL 96 | WARN 1 | SKIP 19 | PASS 1529 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 16.6Mb - sub-directories of 1Mb or more: - R 3.5Mb - help 1.7Mb - www 10.4Mb - ``` - -# shinyMixR - -
- -* Version: 0.5.0 -* GitHub: NA -* Source code: https://github.com/cran/shinyMixR -* Date/Publication: 2024-11-14 16:10:03 UTC -* Number of recursive dependencies: 199 - -Run `revdepcheck::cloud_details(, "shinyMixR")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # see https://github.com/rstudio/shinytest2/issues/351 - > options(chromote.timeout = 120) - > - > library(testthat) - > library(shinyMixR) - Loading required package: shiny - Loading required package: ggplot2 - ... - 1/1 mismatches - [1] 1 - 11 == -10 - ── Failure ('test-fit_plot.R:26:3'): fit_plot works as expected ──────────────── - length(plot) not equal to 11. - 1/1 mismatches - [1] 1 - 11 == -10 - - [ FAIL 3 | WARN 1 | SKIP 11 | PASS 54 ] - Error: Test failures - Execution halted - ``` - -# simmr - -
- -* Version: 0.5.1.217 -* GitHub: https://github.com/andrewcparnell/simmr -* Source code: https://github.com/cran/simmr -* Date/Publication: 2024-10-16 15:10:02 UTC -* Number of recursive dependencies: 114 - -Run `revdepcheck::cloud_details(, "simmr")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘advanced_plotting.Rmd’ using rmarkdown - ``` - -# simplecolors - -
- -* Version: 0.1.2 -* GitHub: https://github.com/rjake/simplecolors -* Source code: https://github.com/cran/simplecolors -* Date/Publication: 2023-08-31 04:40:07 UTC -* Number of recursive dependencies: 118 - -Run `revdepcheck::cloud_details(, "simplecolors")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(simplecolors) - > - > test_check("simplecolors") - [ FAIL 3 | WARN 1 | SKIP 0 | PASS 22 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - y[1]: "gg" - ── Failure ('test-show_colors.R:5:3'): show_colors retuns gglot ──────────────── - is(x) not equal to "gg". - 1/1 mismatches - x[1]: "ggplot2::ggplot" - y[1]: "gg" - - [ FAIL 3 | WARN 1 | SKIP 0 | PASS 22 ] - Error: Test failures - Execution halted - ``` - -# sjPlot - -
- -* Version: 2.8.17 -* GitHub: https://github.com/strengejacke/sjPlot -* Source code: https://github.com/cran/sjPlot -* Date/Publication: 2024-11-29 11:20:03 UTC -* Number of recursive dependencies: 193 - -Run `revdepcheck::cloud_details(, "sjPlot")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘blackwhitefigures.Rmd’ using rmarkdown - ``` - -# smer - -
- -* Version: 0.0.1 -* GitHub: https://github.com/lcrawlab/sme -* Source code: https://github.com/cran/smer -* Date/Publication: 2025-01-16 15:50:01 UTC -* Number of recursive dependencies: 110 - -Run `revdepcheck::cloud_details(, "smer")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘smer.Rmd’ using rmarkdown - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 45.7Mb - sub-directories of 1Mb or more: - libs 42.7Mb - ``` - -* checking for GNU extensions in Makefiles ... NOTE - ``` - GNU make is a SystemRequirements. - ``` - -# spacejamr - -
- -* Version: 0.2.1 -* GitHub: https://github.com/dscolby/spacejamr -* Source code: https://github.com/cran/spacejamr -* Date/Publication: 2022-04-01 20:10:02 UTC -* Number of recursive dependencies: 132 - -Run `revdepcheck::cloud_details(, "spacejamr")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(spacejamr) - > - > test_check("spacejamr") - Density Mean Degree Mean Closeness Mean Betweenness Largest Component Size - pl 0 0 NaN 0 1 - apl 0 0 NaN 0 1 - ... - [1] "ggraph" - "gg" [2] - [2] "ggplot2::ggplot" - - [3] "ggplot" - - [4] "ggplot2::gg" - - [5] "S7_object" - - [6] "gg" - "ggplot" [3] - - [ FAIL 3 | WARN 3 | SKIP 0 | PASS 20 ] - Error: Test failures - Execution halted - ``` - -# spatialwarnings - -
- -* Version: 3.1.0 -* GitHub: https://github.com/spatial-ews/spatialwarnings -* Source code: https://github.com/cran/spatialwarnings -* Date/Publication: 2024-09-06 14:50:02 UTC -* Number of recursive dependencies: 93 - -Run `revdepcheck::cloud_details(, "spatialwarnings")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > - > library(spatialwarnings) - Loading required package: future - This is spatialwarnings 3.1.0 - Use plan(multisession) to set up parallel processing - > if ( require("testthat") ) { - + test_check("spatialwarnings") - ... - { - ... - } is not TRUE - - `actual`: FALSE - `expected`: TRUE - - [ FAIL 6 | WARN 17 | SKIP 2 | PASS 161 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 8.3Mb - sub-directories of 1Mb or more: - data 2.0Mb - libs 5.8Mb - ``` - -# spectralR - -
- -* Version: 0.1.3 -* GitHub: https://github.com/olehprylutskyi/spectralR -* Source code: https://github.com/cran/spectralR -* Date/Publication: 2023-08-24 09:20:02 UTC -* Number of recursive dependencies: 117 - -Run `revdepcheck::cloud_details(, "spectralR")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > if ( requireNamespace("tinytest", quietly=TRUE) ){ - + tinytest::test_package("spectralR") - + } - - test_get.pixel.data.R......... 1 tests OK 0.1s - - test_prepare.vector.data.R.... 1 tests OK - ... - test_prepare.vector.data.R.... 8 tests OK - test_prepare.vector.data.R.... 9 tests OK - test_prepare.vector.data.R.... 10 tests OK - test_prepare.vector.data.R.... 11 tests OK - test_prepare.vector.data.R.... 12 tests OK 60ms - - test_spectral.curves.plot.R... 1 tests OK Joining with `by = join_by(variable)` - Error in if (msg != "") { : the condition has length > 1 - Calls: ... lapply -> FUN -> eval -> eval -> expect_silent -> fun - Execution halted - ``` - -# spinifex - -
- -* Version: 0.3.8 -* GitHub: https://github.com/nspyrison/spinifex -* Source code: https://github.com/cran/spinifex -* Date/Publication: 2025-01-08 22:10:02 UTC -* Number of recursive dependencies: 151 - -Run `revdepcheck::cloud_details(, "spinifex")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(spinifex) - Loading required package: tourr - -------------------------------------------------------- - spinifex --- version 0.3.8 - Please share bugs, suggestions, and feature requests at: - ... - `expected[2:2]`: "ggplot" - ── Failure ('test-zDepricated_3_visualize.r:94:3'): view_manip_space: gganimate class and length ── - class(ret_heavy) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - - [ FAIL 11 | WARN 0 | SKIP 0 | PASS 80 ] - Error: Test failures - Execution halted - ``` - -# sport - -
- -* Version: 0.2.1 -* GitHub: https://github.com/gogonzo/sport -* Source code: https://github.com/cran/sport -* Date/Publication: 2024-01-08 23:50:02 UTC -* Number of recursive dependencies: 67 - -Run `revdepcheck::cloud_details(, "sport")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > - > test_check("sport") - Loading required package: sport - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 238 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test_output.R:30:3'): Scale is labelled 'r' ─────────────────────── - p$labels$y not identical to "r". - target is NULL, current is character - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 238 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 7504 marked UTF-8 strings - ``` - -# sportyR - -
- -* Version: 2.2.2 -* GitHub: https://github.com/sportsdataverse/sportyR -* Source code: https://github.com/cran/sportyR -* Date/Publication: 2024-02-15 10:10:02 UTC -* Number of recursive dependencies: 91 - -Run `revdepcheck::cloud_details(, "sportyR")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(sportyR) - > - > test_check("sportyR") - [ FAIL 28 | WARN 0 | SKIP 0 | PASS 101 ] - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ... - `expected`: "gg" - ── Failure ('test-plots-and-features-volleyball.R:18:5'): geom_volleyball() can successfully transform coordinates ── - class(fivb_court)[1] (`actual`) not equal to "gg" (`expected`). - - `actual`: "ggplot2::ggplot" - `expected`: "gg" - - [ FAIL 28 | WARN 0 | SKIP 0 | PASS 101 ] - Error: Test failures - Execution halted - ``` - -# SPUTNIK - -
- -* Version: 1.4.2 -* GitHub: https://github.com/paoloinglese/SPUTNIK -* Source code: https://github.com/cran/SPUTNIK -* Date/Publication: 2024-04-16 14:30:05 UTC -* Number of recursive dependencies: 85 - -Run `revdepcheck::cloud_details(, "SPUTNIK")` for more info - -
- -## Newly broken - -* checking whether package ‘SPUTNIK’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘SPUTNIK’ - See ‘/tmp/workdir/SPUTNIK/new/SPUTNIK.Rcheck/00install.out’ for details. - ``` - -# ssd4mosaic - -
- -* Version: 1.0.3 -* GitHub: NA -* Source code: https://github.com/cran/ssd4mosaic -* Date/Publication: 2025-03-11 14:40:02 UTC -* Number of recursive dependencies: 83 - -Run `revdepcheck::cloud_details(, "ssd4mosaic")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - ... - plot_cens_ci$layers has length 11, not length 7. - ── Error ('test-fct_options_plots.R:8:3'): Uncensored data can be coloured by group ── - Error in `order(p$layers[[1]]$data$group)`: argument 1 is not a vector - Backtrace: - ▆ - 1. └─base::order(p$layers[[1]]$data$group) at test-fct_options_plots.R:8:3 - - [ FAIL 3 | WARN 1 | SKIP 1 | PASS 66 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 1 marked UTF-8 string - ``` - -# sssc - -
- -* Version: 1.0.0 -* GitHub: NA -* Source code: https://github.com/cran/sssc -* Date/Publication: 2018-06-15 11:22:54 UTC -* Number of recursive dependencies: 31 - -Run `revdepcheck::cloud_details(, "sssc")` for more info - -
- -## Newly broken - -* checking whether package ‘sssc’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘sssc’ - See ‘/tmp/workdir/sssc/new/sssc.Rcheck/00install.out’ for details. - ``` - -# states - -
- -* Version: 0.3.2 -* GitHub: https://github.com/andybega/states -* Source code: https://github.com/cran/states -* Date/Publication: 2023-09-05 12:20:02 UTC -* Number of recursive dependencies: 90 - -Run `revdepcheck::cloud_details(, "states")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library("testthat") - > library("states") - - Attaching package: 'states' - - The following object is masked from 'package:testthat': - - ... - ── Failure ('test-plot-missing.R:72:3'): plot_missing accepts all input options ── - plot_missing(...) has type 'object', not 'list'. - ── Failure ('test-plot-missing.R:77:3'): plot_missing accepts all input options ── - plot_missing(...) has type 'object', not 'list'. - ── Failure ('test-plot-missing.R:82:3'): plot_missing accepts all input options ── - plot_missing(...) has type 'object', not 'list'. - - [ FAIL 3 | WARN 0 | SKIP 0 | PASS 106 ] - Error: Test failures - Execution halted - ``` - -# statgenGWAS - -
- -* Version: 1.0.11 -* GitHub: https://github.com/Biometris/statgenGWAS -* Source code: https://github.com/cran/statgenGWAS -* Date/Publication: 2025-03-31 13:30:06 UTC -* Number of recursive dependencies: 70 - -Run `revdepcheck::cloud_details(, "statgenGWAS")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > - > if ( requireNamespace("tinytest", quietly=TRUE) ){ - + tinytest::test_package("statgenGWAS") - + } - - test_GWAS.R................... 0 tests - test_GWAS.R................... 0 tests - ... - ℹ Please use `linewidth` instead. - ℹ The deprecated feature was likely used in the statgenGWAS package. - Please report the issue at . - 2: In grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, : - for '← 2@3' in 'mbcsToSbcs': <- substituted for ← (U+2190) - 3: `aes_()` was deprecated in ggplot2 3.0.0. - ℹ Please use tidy evaluation idioms with `aes()` - ℹ The deprecated feature was likely used in the statgenGWAS package. - Please report the issue at . - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 15.2Mb - sub-directories of 1Mb or more: - data 7.0Mb - libs 7.2Mb - ``` - -# statgenGxE - -
- -* Version: 1.0.9 -* GitHub: https://github.com/Biometris/statgenGxE -* Source code: https://github.com/cran/statgenGxE -* Date/Publication: 2024-09-18 07:10:03 UTC -* Number of recursive dependencies: 85 - -Run `revdepcheck::cloud_details(, "statgenGxE")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(statgenGxE) - > - > test_check("statgenGxE") - [ FAIL 8 | WARN 3 | SKIP 17 | PASS 440 ] - - ══ Skipped tests (17) ══════════════════════════════════════════════════════════ - ... - ── Failure ('test-plots.R:354:3'): Option colorGenoBy in scatterFit plot functions correctly ── - p1$labels$colour not equal to "family". - target is NULL, current is character - ── Failure ('test-plots.R:405:3'): VarCov plot gives correct output types ────── - `geoms` not equal to "GeomTile". - names for target but not for current - - [ FAIL 8 | WARN 3 | SKIP 17 | PASS 440 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Package suggested but not available for checking: ‘asreml’ - ``` - -# statgenHTP - -
- -* Version: 1.0.8 -* GitHub: https://github.com/Biometris/statgenHTP -* Source code: https://github.com/cran/statgenHTP -* Date/Publication: 2025-04-29 10:30:02 UTC -* Number of recursive dependencies: 131 - -Run `revdepcheck::cloud_details(, "statgenHTP")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > - > if ( requireNamespace("tinytest", quietly=TRUE) ){ - + tinytest::test_package("statgenHTP") - + } - - test_TP.R..................... 0 tests - test_TP.R..................... 0 tests - ... - test_detectSerieOut.R......... 4 tests OK - test_detectSerieOut.R......... 5 tests OK - test_detectSerieOut.R......... 6 tests OK - test_detectSerieOut.R......... 7 tests OK - test_detectSerieOut.R......... 8 tests OK - test_detectSerieOut.R......... 9 tests OK Error in inherits(w, class) && grepl(pattern, w$message, ...) : - 'length = 2' in coercion to 'logical(1)' - Calls: ... eval -> expect_warning -> fun -> sapply -> lapply -> FUN - In addition: There were 21 warnings (use warnings() to see them) - Execution halted - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Package suggested but not available for checking: ‘asreml’ - ``` - -* checking installed package size ... NOTE - ``` - installed size is 8.0Mb - sub-directories of 1Mb or more: - data 6.5Mb - ``` - -# statgenIBD - -
- -* Version: 1.0.8 -* GitHub: https://github.com/Biometris/statgenIBD -* Source code: https://github.com/cran/statgenIBD -* Date/Publication: 2025-02-05 12:00:02 UTC -* Number of recursive dependencies: 58 - -Run `revdepcheck::cloud_details(, "statgenIBD")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > - > if ( requireNamespace("tinytest", quietly=TRUE) ){ - + tinytest::test_package("statgenIBD") - + } - - test_IBDprob.R................ 0 tests - test_IBDprob.R................ 0 tests - ... - test_IBDprob.R................ 6 tests OK - test_IBDprob.R................ 7 tests OK - test_IBDprob.R................ 8 tests OK - test_IBDprob.R................ 9 tests OK - test_IBDprob.R................ 9 tests OK - test_IBDprob.R................ 10 tests OK - test_IBDprob.R................ 11 tests OK - test_IBDprob.R................ 12 tests OK Error in if (msg != "") { : the condition has length > 1 - Calls: ... lapply -> FUN -> eval -> eval -> expect_silent -> fun - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 9.7Mb - sub-directories of 1Mb or more: - extdata 2.4Mb - libs 6.4Mb - ``` - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘statgenGWAS’ - All declared Imports should be used. - ``` - -# statgenSTA - -
- -* Version: 1.0.14 -* GitHub: https://github.com/Biometris/statgenSTA -* Source code: https://github.com/cran/statgenSTA -* Date/Publication: 2024-10-14 07:40:02 UTC -* Number of recursive dependencies: 84 - -Run `revdepcheck::cloud_details(, "statgenSTA")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(statgenSTA) - > - > test_check("statgenSTA") - [ FAIL 1 | WARN 2 | SKIP 6 | PASS 777 ] - - ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ - ... - • {asreml} is not installed (3): 'test-STA.R:43:3', 'test-STA.R:57:3', - 'test-STA.R:113:3' - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-layoutPlot.R:104:3'): plot works correctly if no trial is defined ── - `plot(testTD2, plotType = "layout")` produced warnings. - - [ FAIL 1 | WARN 2 | SKIP 6 | PASS 777 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Package suggested but not available for checking: ‘asreml’ - ``` - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘mapproj’ - All declared Imports should be used. - ``` - -# stRoke - -
- -* Version: 24.10.1 -* GitHub: https://github.com/agdamsbo/stRoke -* Source code: https://github.com/cran/stRoke -* Date/Publication: 2024-10-25 06:50:01 UTC -* Number of recursive dependencies: 130 - -Run `revdepcheck::cloud_details(, "stRoke")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - > # * https://testthat.r-lib.org/reference/test_package.html#special-files - ... - ── Failure ('test-index_plot.R:2:3'): index_plot() works! ────────────────────── - index_plot(stRoke::score[score$event == "A", ]) has type 'object', not 'list'. - ── Failure ('test-index_plot.R:5:3'): index_plot() works! ────────────────────── - index_plot(stRoke::score[score$event == "A", ], sub_plot = "_per") has type 'object', not 'list'. - ── Failure ('test-index_plot.R:17:3'): index_plot() works! ───────────────────── - index_plot(stRoke::score, sub_plot = "_per", facet.by = "event") has type 'object', not 'list'. - - [ FAIL 3 | WARN 2 | SKIP 0 | PASS 47 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 705 marked UTF-8 strings - ``` - -# Superpower - -
- -* Version: 0.2.3 -* GitHub: https://github.com/arcaldwell49/Superpower -* Source code: https://github.com/cran/Superpower -* Date/Publication: 2025-05-15 07:20:02 UTC -* Number of recursive dependencies: 115 - -Run `revdepcheck::cloud_details(, "Superpower")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(Superpower) - > - > - > test_check("Superpower") - [1] "condition_one" "sad_1" - ... - y[1]: "gg" - ── Failure ('test-morey.R:109:3'): No error messages ftest ───────────────────── - class(test)[1] not equal to "gg". - 1/1 mismatches - x[1]: "ggplot2::ggplot" - y[1]: "gg" - - [ FAIL 2 | WARN 18 | SKIP 13 | PASS 398 ] - Error: Test failures - Execution halted - ``` - -# synthpop - -
- -* Version: 1.9-1.1 -* GitHub: NA -* Source code: https://github.com/cran/synthpop -* Date/Publication: 2025-06-03 05:53:06 UTC -* Number of recursive dependencies: 70 - -Run `revdepcheck::cloud_details(, "synthpop")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘synthpop-Ex.R’ failed - The error most likely occurred in: - - > ### Name: compare.synds - > ### Title: Compare univariate distributions of synthesised and observed - > ### data - > ### Aliases: compare.synds compare.data.frame compare.list - > ### print.compare.synds - > - > ### ** Examples - ... - > - > ### synthetic data provided as a 'synds' object - > compare(s1, ods, vars = "ls") - Calculations done for ls - - Comparing percentages observed with synthetic - - Error in S7::prop(x, "meta")[[i]] : subscript out of bounds - Calls: ... print.compare.synds -> print -> [[ -> [[.ggplot2::gg - Execution halted - ``` - -## In both - -* checking re-building of vignette outputs ... WARNING - ``` - Error(s) in re-building vignettes: - --- re-building ‘disclosure.Rnw’ using Sweave - New version of synthpop (1.9-0) with disclosure functions - see disclosure.pdf for details and NEWS file for other changes - - Find out more at https://www.synthpop.org.uk/ - Error: processing vignette 'disclosure.Rnw' failed with diagnostics: - Running 'texi2dvi' on 'disclosure.tex' failed. - LaTeX errors: - ! LaTeX Error: File `authblk.sty' not found. - ... - l.6 \usepackage - {framed}^^M - ! ==> Fatal error occurred, no output PDF file produced! - --- failed re-building 'utility.Rnw' - - SUMMARY: processing the following files failed: - ‘disclosure.Rnw’ ‘inference.Rnw’ ‘utility.Rnw’ - - Error: Vignette re-building failed. - Execution halted - ``` - -# tastypie - -
- -* Version: 0.1.1 -* GitHub: https://github.com/PaoloDalena/tastypie -* Source code: https://github.com/cran/tastypie -* Date/Publication: 2023-09-06 18:00:06 UTC -* Number of recursive dependencies: 76 - -Run `revdepcheck::cloud_details(, "tastypie")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(tastypie) - $$ $$ $$ - __||__||__||__ - | * * * * * * *| - |* * * * * * * | - | * * * * * * *| - ... - * S7_object - * gg - Backtrace: - ▆ - 1. └─testthat::expect_match(class(b), "gg") at test-templates.R:37:3 - 2. └─testthat:::expect_match_(...) - - [ FAIL 45 | WARN 38 | SKIP 0 | PASS 74 ] - Error: Test failures - Execution halted - ``` - -# TcGSA - -
- -* Version: 0.12.10 -* GitHub: https://github.com/sistm/TcGSA -* Source code: https://github.com/cran/TcGSA -* Date/Publication: 2022-02-28 21:40:02 UTC -* Number of recursive dependencies: 131 - -Run `revdepcheck::cloud_details(, "TcGSA")` for more info - -
- -## Newly broken - -* checking Rd cross-references ... WARNING - ``` - Missing link or links in Rd file 'plot1GS.Rd': - ‘+.gg’ - - Missing link or links in Rd file 'plotFit.GS.Rd': - ‘+.gg’ - - Missing link or links in Rd file 'plotMultipleGS.Rd': - ‘+.gg’ - - Missing link or links in Rd file 'plotPat.1GS.Rd': - ‘+.gg’ - - Missing link or links in Rd file 'plotSelect.GS.Rd': - ‘+.gg’ - - See section 'Cross-references' in the 'Writing R Extensions' manual. - ``` - -# teal.widgets - -
- -* Version: 0.4.3 -* GitHub: https://github.com/insightsengineering/teal.widgets -* Source code: https://github.com/cran/teal.widgets -* Date/Publication: 2025-01-31 17:50:01 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::cloud_details(, "teal.widgets")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > pkg_name <- "teal.widgets" - > library(pkg_name, character.only = TRUE) - > testthat::test_check(pkg_name) - [ FAIL 3 | WARN 0 | SKIP 21 | PASS 203 ] - - ══ Skipped tests (21) ══════════════════════════════════════════════════════════ - • testing depth 3 is below current testing specification 5 (21): - ... - ── Failure ('test-ggplot2_args.R:267:5'): parse_ggplot2_args, when resolve_ggplot2_args priorotizes input in the order: user_plot, user_default, teal.ggplot2_args and module_plot ── - deparse(parsed_all$theme, 500) not identical to "ggplot2::theme(axis.text = structure(list(), class = c(\"element_blank\", \"element\")))". - 1/1 mismatches - x[1]: "ggplot2::theme(axis.text = )" - y[1]: "ggplot2::theme(axis.text = structure(list(), class = c(\"element_blank\", - y[1]: \"element\")))" - - [ FAIL 3 | WARN 0 | SKIP 21 | PASS 203 ] - Error: Test failures - Execution halted - ``` - -# TestGardener - -
- -* Version: 3.3.5 -* GitHub: NA -* Source code: https://github.com/cran/TestGardener -* Date/Publication: 2024-09-18 17:40:02 UTC -* Number of recursive dependencies: 122 - -Run `revdepcheck::cloud_details(, "TestGardener")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘TestGardener-Ex.R’ failed - The error most likely occurred in: - - > ### Name: Ffuns_plot - > ### Title: Plot a selection of fit criterion F functions and their first - > ### two derivatives. - > ### Aliases: Ffuns_plot - > - > ### ** Examples - > - ... - > # short SweSAT multiple choice test with 24 items and 1000 examinees - > chcemat <- Quant_13B_problem_dataList$chcemat - > index <- Quant_13B_problem_parmList$index - > SfdList <- Quant_13B_problem_parmList$SfdList - > plotindex <- 1:3 - > indfine <- seq(0,100,len=101) - > Ffuns_plot(indfine, index, SfdList, chcemat, plotindex) - Error: object is invalid: - - every label must be named. - Execution halted - ``` - -# tidydr - -
- -* Version: 0.0.5 -* GitHub: https://github.com/YuLab-SMU/tidydr -* Source code: https://github.com/cran/tidydr -* Date/Publication: 2023-03-08 09:20:02 UTC -* Number of recursive dependencies: 75 - -Run `revdepcheck::cloud_details(, "tidydr")` for more info - -
- -## Newly broken - -* checking whether package ‘tidydr’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/tidydr/new/tidydr.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘tidydr’ ... -** package ‘tidydr’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -Error in get(x, envir = ns, inherits = FALSE) : - object 'len0_null' not found -Error: unable to load R code in package ‘tidydr’ -Execution halted -ERROR: lazy loading failed for package ‘tidydr’ -* removing ‘/tmp/workdir/tidydr/new/tidydr.Rcheck/tidydr’ - - -``` -### CRAN - -``` -* installing *source* package ‘tidydr’ ... -** package ‘tidydr’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (tidydr) - - -``` -# tidyEdSurvey - -
- -* Version: 0.1.3 -* GitHub: NA -* Source code: https://github.com/cran/tidyEdSurvey -* Date/Publication: 2024-05-14 20:20:03 UTC -* Number of recursive dependencies: 110 - -Run `revdepcheck::cloud_details(, "tidyEdSurvey")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(EdSurvey) - Loading required package: car - Loading required package: carData - Loading required package: lfactors - lfactors v1.0.4 - - ... - ── Failure ('test-ggplot.R:13:3'): density plot with facets and PVs ──────────── - class(p) not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - ── Failure ('test-ggplot.R:21:3'): boxplot with facets and PVs ───────────────── - class(p) not equal to c("gg", "ggplot"). - Lengths differ: 5 is not 2 - - [ FAIL 2 | WARN 0 | SKIP 1 | PASS 10 ] - Error: Test failures - Execution halted - ``` - -# tidypaleo - -
- -* Version: 0.1.3 -* GitHub: https://github.com/paleolimbot/tidypaleo -* Source code: https://github.com/cran/tidypaleo -* Date/Publication: 2023-01-18 08:20:03 UTC -* Number of recursive dependencies: 83 - -Run `revdepcheck::cloud_details(, "tidypaleo")` for more info - -
- -## Newly broken - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.rotate_facet_label_spec: - function(object, plot, object_name) - - ggplot_add: - function(object, plot, ...) - ggplot_add.sequential_layer_facet_spec: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# tidyposterior - -
- -* Version: 1.0.1 -* GitHub: https://github.com/tidymodels/tidyposterior -* Source code: https://github.com/cran/tidyposterior -* Date/Publication: 2023-10-11 18:50:02 UTC -* Number of recursive dependencies: 176 - -Run `revdepcheck::cloud_details(, "tidyposterior")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(tidyposterior) - > - > test_check("tidyposterior") - - Attaching package: 'rsample' - - ... - `expected`: ".upper" - ── Failure ('test_perf_mod.R:288:3'): workflow sets ──────────────────────────── - as.character(p_rope$labels$colour) (`actual`) not equal to "workflow" (`expected`). - - `actual`: - `expected`: "workflow" - - [ FAIL 12 | WARN 32 | SKIP 5 | PASS 116 ] - Error: Test failures - Execution halted - ``` - -# TPMplt - -
- -* Version: 0.1.6 -* GitHub: https://github.com/CubicZebra/TPMplt -* Source code: https://github.com/cran/TPMplt -* Date/Publication: 2024-10-01 13:20:05 UTC -* Number of recursive dependencies: 90 - -Run `revdepcheck::cloud_details(, "TPMplt")` for more info - -
- -## Newly broken - -* checking whether package ‘TPMplt’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘TPMplt’ - See ‘/tmp/workdir/TPMplt/new/TPMplt.Rcheck/00install.out’ for details. - ``` - -# track2KBA - -
- -* Version: 1.1.2 -* GitHub: https://github.com/BirdLifeInternational/track2kba -* Source code: https://github.com/cran/track2KBA -* Date/Publication: 2024-07-01 10:40:07 UTC -* Number of recursive dependencies: 91 - -Run `revdepcheck::cloud_details(, "track2KBA")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > if ( requireNamespace("tinytest", quietly=TRUE) ){ - + tinytest::test_package("track2KBA") - + } - - test_estSpaceUse.R............ 0 tests - Attaching package: 'lubridate' - - ... - with cells of 0.411 square km - - test_mapKDE.R................. 1 tests OK - test_mapKDE.R................. 2 tests OK Error in if (msg != "") { : the condition has length > 1 - Calls: ... lapply -> FUN -> eval -> eval -> expect_silent -> fun - In addition: Warning message: - In Matching::ks.boot(WI, BW, alternative = "two.sided", nboots = iterations) : - For publication quality p-values it is recommended that 'nboots' - be set equal to at least 500 (preferably 1000) - Execution halted - ``` - -# tradeoffaucdim - -
- -* Version: 0.1.0 -* GitHub: https://github.com/luisgarcez11/tradeoffaucdim -* Source code: https://github.com/cran/tradeoffaucdim -* Date/Publication: 2025-05-02 09:40:02 UTC -* Number of recursive dependencies: 141 - -Run `revdepcheck::cloud_details(, "tradeoffaucdim")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - ... - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-05-plot_curve.R:11:3'): output ─────────────────────────────── - plot_curve(obj4)$plot_performance has type 'object', not 'list'. - ── Failure ('test-05-plot_curve.R:12:3'): output ─────────────────────────────── - plot_curve(obj4)$plot_time has type 'object', not 'list'. - - [ FAIL 2 | WARN 0 | SKIP 0 | PASS 38 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘speedglm’ - All declared Imports should be used. - ``` - -# TransProR - -
- -* Version: 1.0.5 -* GitHub: https://github.com/SSSYDYSSS/TransProR -* Source code: https://github.com/cran/TransProR -* Date/Publication: 2025-06-16 08:20:02 UTC -* Number of recursive dependencies: 200 - -Run `revdepcheck::cloud_details(, "TransProR")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘TransProR-Ex.R’ failed - The error most likely occurred in: - - > ### Name: highlight_by_node - > ### Title: Highlight Nodes in a Phylogenetic Tree with Custom Fill Colors - > ### and Transparency - > ### Aliases: highlight_by_node - > - > ### ** Examples - > - ... - > p2 <- highlight_by_node( - + p2_plot, - + nodes, - + fill_colors, - + alpha_values, - + extend_values - + ) - Error in ggtree_object + layer : non-numeric argument to binary operator - Calls: highlight_by_node - Execution halted - ``` - -# trelliscopejs - -
- -* Version: 0.2.6 -* GitHub: https://github.com/hafen/trelliscopejs -* Source code: https://github.com/cran/trelliscopejs -* Date/Publication: 2021-02-01 08:00:02 UTC -* Number of recursive dependencies: 102 - -Run `revdepcheck::cloud_details(, "trelliscopejs")` for more info - -
- -## Newly broken - -* checking S3 generic/method consistency ... WARNING - ``` - ggplot_add: - function(object, plot, ...) - ggplot_add.facet_trelliscope: - function(object, plot, object_name) - See section ‘Generic functions and methods’ in the ‘Writing R - Extensions’ manual. - ``` - -# tricolore - -
- -* Version: 1.2.4 -* GitHub: https://github.com/jschoeley/tricolore -* Source code: https://github.com/cran/tricolore -* Date/Publication: 2024-05-15 15:00:02 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::cloud_details(, "tricolore")` for more info - -
- -## Newly broken - -* checking whether package ‘tricolore’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/tricolore/new/tricolore.Rcheck/00install.out’ for details. - ``` - -## Newly fixed - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 2 marked UTF-8 strings - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘tricolore’ ... -** package ‘tricolore’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -Error: .onLoad failed in loadNamespace() for 'ggtern', details: - call: NULL - error: object properties are invalid: -- @lineend must be or , not S3 -Execution halted -ERROR: lazy loading failed for package ‘tricolore’ -* removing ‘/tmp/workdir/tricolore/new/tricolore.Rcheck/tricolore’ - - -``` -### CRAN - -``` -* installing *source* package ‘tricolore’ ... -** package ‘tricolore’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (tricolore) - - -``` -# triplot - -
- -* Version: 1.3.0 -* GitHub: https://github.com/ModelOriented/triplot -* Source code: https://github.com/cran/triplot -* Date/Publication: 2020-07-13 17:00:03 UTC -* Number of recursive dependencies: 73 - -Run `revdepcheck::cloud_details(, "triplot")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘triplot-Ex.R’ failed - The error most likely occurred in: - - > ### Name: plot.triplot - > ### Title: Plots triplot - > ### Aliases: plot.triplot - > - > ### ** Examples - > - > library(DALEX) - ... - > explainer_apartments <- explain(model = apartments_num_lm_model, - + data = apartments_num[,-1], - + y = apartments_num[, 1], - + verbose = FALSE) - > apartments_tri <- calculate_triplot(x = explainer_apartments, - + new_observation = apartments_num_new_observation[-1]) - > plot(apartments_tri) - Error: object properties are invalid: - - @labels must be , not - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(triplot) - > - > test_check("triplot") - Welcome to DALEX (version: 2.4.3). - Find examples and detailed introduction at: http://ema.drwhy.ai/ - Additional features will be available after installation of: ggpubr. - ... - 14. └─ggplot2::update_ggplot(object = object, plot = plot, ...) - 15. ├─S7::S7_dispatch() - 16. └─ggplot2 (local) `method(update_ggplot, list(ggplot2::theme, ggplot2::ggplot))`(...) - 17. └─S7::set_props(plot, theme = add_theme(plot@theme, object)) - 18. └─S7::`props<-`(`*tmp*`, value = list(...)) - 19. └─S7::validate(object) - - [ FAIL 2 | WARN 3 | SKIP 0 | PASS 74 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking LazyData ... NOTE - ``` - 'LazyData' is specified without a 'data' directory - ``` - -# ulrb - -
- -* Version: 0.1.6 -* GitHub: https://github.com/pascoalf/ulrb -* Source code: https://github.com/cran/ulrb -* Date/Publication: 2025-04-07 09:50:02 UTC -* Number of recursive dependencies: 80 - -Run `revdepcheck::cloud_details(, "ulrb")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘Glossary.Rmd’ using rmarkdown - --- finished re-building ‘Glossary.Rmd’ - - --- re-building ‘eco-analysis.Rmd’ using rmarkdown - ``` - -# UnalR - -
- -* Version: 1.0.0 -* GitHub: https://github.com/estadisticaun/UnalR -* Source code: https://github.com/cran/UnalR -* Date/Publication: 2024-05-25 17:20:05 UTC -* Number of recursive dependencies: 167 - -Run `revdepcheck::cloud_details(, "UnalR")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(UnalR) - > - > test_check("UnalR") - Starting 2 test processes - [ FAIL 1 | WARN 4 | SKIP 2 | PASS 73 ] - - ... - ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ - • On CRAN (2): 'test-Plot_Boxplot.R:48:3', 'test-Tabla.R:40:3' - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-Plot_Series.R:110:3'): Plot.Series() captura de algunos valores claves a retornar ── - `output_PlotSeries` has type 'object', not 'list'. - - [ FAIL 1 | WARN 4 | SKIP 2 | PASS 73 ] - Error: Test failures - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 7.0Mb - sub-directories of 1Mb or more: - R 2.3Mb - data 2.0Mb - help 2.7Mb - ``` - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 312859 marked UTF-8 strings - ``` - -# vaccine - -
- -* Version: 1.3.0 -* GitHub: https://github.com/Avi-Kenny/vaccine -* Source code: https://github.com/cran/vaccine -* Date/Publication: 2025-01-07 18:00:01 UTC -* Number of recursive dependencies: 152 - -Run `revdepcheck::cloud_details(, "vaccine")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > library(testthat) - > library(vaccine) - vaccine (version 1.3.0). - Type ?vaccine to get started. - > - > test_check("vaccine") - Loading required package: nnls - ... - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-test-core-functions.R:320:3'): plot_ce ─────────────────────── - class(p) (`actual`) not equal to c("gg", "ggplot") (`expected`). - - `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" - `expected[2:2]`: "ggplot" - - [ FAIL 1 | WARN 0 | SKIP 0 | PASS 165 ] - Error: Test failures - Execution halted - ``` - -# vaccineff - -
- -* Version: 1.0.0 -* GitHub: https://github.com/epiverse-trace/vaccineff -* Source code: https://github.com/cran/vaccineff -* Date/Publication: 2024-11-29 09:30:02 UTC -* Number of recursive dependencies: 72 - -Run `revdepcheck::cloud_details(, "vaccineff")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘spelling.R’ - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - ... - `expected` is a character vector ('coverage * max(dose_plot)') - ── Failure ('test-utils_coverage.R:50:3'): `plot_coverage`: cumulative plot ──── - plt$labels$y (`actual`) not identical to "coverage * max(dose_plot)" (`expected`). - - `actual` is NULL - `expected` is a character vector ('coverage * max(dose_plot)') - - [ FAIL 2 | WARN 0 | SKIP 6 | PASS 100 ] - Error: Test failures - Execution halted - ``` - -# vanquish - -
- -* Version: 1.0.0 -* GitHub: NA -* Source code: https://github.com/cran/vanquish -* Date/Publication: 2018-09-05 14:50:04 UTC -* Number of recursive dependencies: 31 - -Run `revdepcheck::cloud_details(, "vanquish")` for more info - -
- -## Newly broken - -* checking whether package ‘vanquish’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘vanquish’ - See ‘/tmp/workdir/vanquish/new/vanquish.Rcheck/00install.out’ for details. - ``` - -# VarSelLCM - -
- -* Version: 2.1.3.1 -* GitHub: NA -* Source code: https://github.com/cran/VarSelLCM -* Date/Publication: 2020-10-14 16:34:36 UTC -* Number of recursive dependencies: 60 - -Run `revdepcheck::cloud_details(, "VarSelLCM")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘VarSelLCM.Rmd’ using rmarkdown - - Quitting from VarSelLCM.Rmd:112-115 [unnamed-chunk-10] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error in `rep()`: - ! attempt to replicate an object of type 'object' - --- - Backtrace: - ... - - Error: processing vignette 'VarSelLCM.Rmd' failed with diagnostics: - attempt to replicate an object of type 'object' - --- failed re-building ‘VarSelLCM.Rmd’ - - SUMMARY: processing the following file failed: - ‘VarSelLCM.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 17.3Mb - sub-directories of 1Mb or more: - libs 16.5Mb - ``` - -# vDiveR - -
- -* Version: 2.0.1 -* GitHub: NA -* Source code: https://github.com/cran/vDiveR -* Date/Publication: 2024-11-22 08:20:02 UTC -* Number of recursive dependencies: 105 - -Run `revdepcheck::cloud_details(, "vDiveR")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘vDiveR-Ex.R’ failed - The error most likely occurred in: - - > ### Name: plot_conservation_level - > ### Title: Conservation Levels Distribution Plot - > ### Aliases: plot_conservation_level - > - > ### ** Examples - > - > plot_conservation_level(proteins_1host, conservation_label = 1,alpha=0.8, base_size = 15) - ... - 32. │ └─base::lapply(...) - 33. │ └─ggplot2 (local) FUN(X[[i]], ...) - 34. │ └─ggplot2 (local) apply_fun(cur_data) - 35. │ └─ggplot2 (local) fun(x, ...) - 36. └─base::.handleSimpleError(...) - 37. └─rlang (local) h(simpleError(msg, call)) - 38. └─handlers[[1L]](cnd) - 39. └─cli::cli_abort(...) - 40. └─rlang::abort(...) - Execution halted - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘maps’ - All declared Imports should be used. - ``` - -# vip - -
- -* Version: 0.4.1 -* GitHub: https://github.com/koalaverse/vip -* Source code: https://github.com/cran/vip -* Date/Publication: 2023-08-21 09:20:02 UTC -* Number of recursive dependencies: 102 - -Run `revdepcheck::cloud_details(, "vip")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘tinytest.R’ - Running the tests in ‘tests/tinytest.R’ failed. - Complete output: - > if (requireNamespace("tinytest", quietly = TRUE)) { - + home <- length(unclass(packageVersion("vip"))[[1L]]) == 4 - + tinytest::test_package("vip", at_home = home) - + } - - Attaching package: 'vip' - - ... - test_vip.R.................... 0 tests - test_vip.R.................... 1 tests OK - test_vip.R.................... 2 tests OK - test_vip.R.................... 3 tests OK 5ms - ----- FAILED[data]: test_pkg_nnet.R<47--50> - call| expect_identical(current = class(p), target = c("gg", "ggplot")) - diff| Lengths (2, 5) differ (string compare on first 2) - diff| 1 string mismatch - Error: 1 out of 25 tests failed - Execution halted - ``` - -## In both - -* checking package dependencies ... NOTE - ``` - Packages which this enhances but not available for checking: - 'C50', 'caret', 'Cubist', 'earth', 'gbm', 'glmnet', 'h2o', - 'lightgbm', 'mixOmics', 'mlr', 'mlr3', 'neuralnet', 'parsnip', - 'partykit', 'pls', 'randomForest', 'ranger', 'RSNNS', 'sparklyr', - 'tidymodels', 'workflows', 'xgboost' - ``` - -* checking Rd cross-references ... NOTE - ``` - Packages unavailable to check Rd xrefs: ‘randomForest’, ‘glmnet’, ‘C50’, ‘Cubist’, ‘caret’, ‘partykit’, ‘earth’, ‘gbm’, ‘h2o’, ‘sparklyr’, ‘ranger’, ‘xgboost’, ‘lightgbm’ - ``` - -# visualpred - -
- -* Version: 0.1.1 -* GitHub: NA -* Source code: https://github.com/cran/visualpred -* Date/Publication: 2024-11-07 12:30:02 UTC -* Number of recursive dependencies: 115 - -Run `revdepcheck::cloud_details(, "visualpred")` for more info - -
- -## Newly broken - -* checking whether package ‘visualpred’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘visualpred’ - See ‘/tmp/workdir/visualpred/new/visualpred.Rcheck/00install.out’ for details. - ``` - -# voluModel - -
- -* Version: 0.2.2 -* GitHub: https://github.com/hannahlowens/voluModel -* Source code: https://github.com/cran/voluModel -* Date/Publication: 2024-08-20 22:50:01 UTC -* Number of recursive dependencies: 130 - -Run `revdepcheck::cloud_details(, "voluModel")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘voluModel-Ex.R’ failed - The error most likely occurred in: - - > ### Name: pointCompMap - > ### Title: Comparative point mapping - > ### Aliases: pointCompMap - > ### Keywords: plotting - > - > ### ** Examples - > - ... - 9. └─ggplot2 (local) setup(..., self = self) - 10. └─self$coord$setup_params(data) - 11. └─ggplot2 (local) setup_params(..., self = self) - 12. └─ggproto_parent(Coord, self)$setup_params(data) - 13. └─ggplot2 (local) setup_params(..., self = self) - 14. └─ggplot2:::parse_coord_expand(expand = self$expand %||% TRUE) - 15. └─ggplot2:::check_logical(expand) - 16. └─ggplot2:::stop_input_type(...) - 17. └─rlang::abort(message, ..., call = call, arg = arg) - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘a_Introduction.Rmd’ using rmarkdown - - Quitting from a_Introduction.Rmd:43-58 [show points] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - NULL - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: processing vignette 'a_Introduction.Rmd' failed with diagnostics: - `expand` must be a logical vector, not the number 0.05. - --- failed re-building ‘a_Introduction.Rmd’ - - --- re-building ‘b_RasterProcessing.Rmd’ using rmarkdown - ``` - -# vvshiny - -
- -* Version: 0.1.1 -* GitHub: NA -* Source code: https://github.com/cran/vvshiny -* Date/Publication: 2023-07-19 15:30:02 UTC -* Number of recursive dependencies: 133 - -Run `revdepcheck::cloud_details(, "vvshiny")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - - ══ Failed tests ════════════════════════════════════════════════════════════════ - ── Failure ('test-basic_plot.R:15:3'): basic_plot function test ──────────────── - `test_plot1` has type 'object', not 'list'. - ── Failure ('test-basic_plot.R:19:3'): basic_plot function test ──────────────── - `test_plot2` has type 'object', not 'list'. - - [ FAIL 2 | WARN 4 | SKIP 0 | PASS 59 ] - Error: Test failures - Execution halted - ``` - -# washi - -
- -* Version: 0.2.0 -* GitHub: https://github.com/WA-Department-of-Agriculture/washi -* Source code: https://github.com/cran/washi -* Date/Publication: 2023-09-07 23:50:02 UTC -* Number of recursive dependencies: 85 - -Run `revdepcheck::cloud_details(, "washi")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/tests.html - > # * https://testthat.r-lib.org/reference/test_package.html#special-files - ... - `expected`: 0.0 - ── Failure ('test-theme.R:31:3'): washi_theme() works ────────────────────────── - length(theme$panel.grid.major.y) (`actual`) not equal to 0 (`expected`). - - `actual`: 1.0 - `expected`: 0.0 - - [ FAIL 2 | WARN 4 | SKIP 5 | PASS 13 ] - Error: Test failures - Execution halted - ``` - -# windfarmGA - -
- -* Version: 4.0.0 -* GitHub: https://github.com/YsoSirius/windfarmGA -* Source code: https://github.com/cran/windfarmGA -* Date/Publication: 2025-01-18 11:00:02 UTC -* Number of recursive dependencies: 115 - -Run `revdepcheck::cloud_details(, "windfarmGA")` for more info - -
- -## Newly broken - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - `expected`: TRUE - ── Failure ('test_plots.R:126:3'): Test Plotting Functions ───────────────────── - class(windr_res)[1] == "gg" is not TRUE - - `actual`: FALSE - `expected`: TRUE - - [ FAIL 2 | WARN 0 | SKIP 2 | PASS 703 ] - Error: Test failures - Execution halted - ``` - -# wql - -
- -* Version: 1.0.2 -* GitHub: https://github.com/jsta/wql -* Source code: https://github.com/cran/wql -* Date/Publication: 2025-01-23 10:10:02 UTC -* Number of recursive dependencies: 52 - -Run `revdepcheck::cloud_details(, "wql")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘wql-Ex.R’ failed - The error most likely occurred in: - - > ### Name: eofNum - > ### Title: Plot EOF percent variance - > ### Aliases: eofNum - > ### Keywords: Graphics ts - > - > ### ** Examples - > - > - > # Create an annual time series data matrix from sfbay chlorophyll data - > # Average over each year - > chla1 <- aggregate(sfbayChla, 1, mean, na.rm = TRUE) - > chla1 <- chla1[, 1:12] # remove stations with missing years - > eofNum(chla1) - Error: object is invalid: - - every label must be named. - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘wql-package.Rmd’ using rmarkdown - ``` - -# xaringanthemer - -
- -* Version: 0.4.3 -* GitHub: https://github.com/gadenbuie/xaringanthemer -* Source code: https://github.com/cran/xaringanthemer -* Date/Publication: 2024-09-15 14:00:02 UTC -* Number of recursive dependencies: 72 - -Run `revdepcheck::cloud_details(, "xaringanthemer")` for more info - -
- -## Newly broken - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘ggplot2-themes.Rmd’ using rmarkdown - ``` - -# xpose - -
- -* Version: 0.4.19 -* GitHub: https://github.com/UUPharmacometrics/xpose -* Source code: https://github.com/cran/xpose -* Date/Publication: 2025-01-07 20:00:02 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::cloud_details(, "xpose")` for more info - -
- -## Newly broken - -* checking whether package ‘xpose’ can be installed ... ERROR - ``` - Installation failed. - See ‘/tmp/workdir/xpose/new/xpose.Rcheck/00install.out’ for details. - ``` - -## Installation - -### Devel - -``` -* installing *source* package ‘xpose’ ... -** package ‘xpose’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -Error in get("print.ggplot", envir = asNamespace("ggplot2")) : - object 'print.ggplot' not found -Warning: namespace ‘xpose’ is not available and has been replaced -by .GlobalEnv when processing object ‘xpdb_ex_pk’ -... -Warning: namespace ‘xpose’ is not available and has been replaced -by .GlobalEnv when processing object ‘xpdb_ex_pk’ -** inst -** byte-compile and prepare package for lazy loading -Error in get("print.ggplot", envir = asNamespace("ggplot2")) : - object 'print.ggplot' not found -Error: unable to load R code in package ‘xpose’ -Execution halted -ERROR: lazy loading failed for package ‘xpose’ -* removing ‘/tmp/workdir/xpose/new/xpose.Rcheck/xpose’ - - -``` -### CRAN - -``` -* installing *source* package ‘xpose’ ... -** package ‘xpose’ successfully unpacked and MD5 sums checked -** using staged installation -** R -** data -*** moving datasets to lazyload DB -** inst -** byte-compile and prepare package for lazy loading -** help -*** installing help indices -*** copying figures -** building package indices -** installing vignettes -** testing if installed package can be loaded from temporary location -** testing if installed package can be loaded from final location -** testing if installed package keeps a record of temporary installation path -* DONE (xpose) - - -``` -# xpose.xtras - -
- -* Version: 0.0.2 -* GitHub: https://github.com/jprybylski/xpose.xtras -* Source code: https://github.com/cran/xpose.xtras -* Date/Publication: 2024-11-21 17:20:02 UTC -* Number of recursive dependencies: 105 - -Run `revdepcheck::cloud_details(, "xpose.xtras")` for more info - -
- -## Newly broken - -* checking examples ... ERROR - ``` - Running examples in ‘xpose.xtras-Ex.R’ failed - The error most likely occurred in: - - > ### Name: catdv_vs_dvprobs - > ### Title: Non-simulation based likelihood model diagnostic - > ### Aliases: catdv_vs_dvprobs - > - > ### ** Examples - > - > - ... - 4. ├─purrr::map_if(...) - 5. │ └─purrr:::where_if(.x, .p) - 6. │ └─rlang::is_logical(.p) - 7. ├─stringr::str_detect(., "@") - 8. │ └─stringr:::check_lengths(string, pattern) - 9. │ └─vctrs::vec_size_common(...) - 10. └─vctrs:::stop_scalar_type(``(``), "string", ``) - 11. └─vctrs:::stop_vctrs(...) - 12. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) - Execution halted - ``` - -* checking tests ... ERROR - ``` - Running ‘testthat.R’ - Running the tests in ‘tests/testthat.R’ failed. - Complete output: - > # This file is part of the standard setup for testthat. - > # It is recommended that you do not modify it. - > # - > # Where should you do additional test configuration? - > # Learn more about the roles of various files in: - > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview - > # * https://testthat.r-lib.org/articles/special-files.html - ... - 10. ├─stringr::str_detect(., "@") - 11. │ └─stringr:::check_lengths(string, pattern) - 12. │ └─vctrs::vec_size_common(...) - 13. └─vctrs:::stop_scalar_type(``(``), "string", ``) - 14. └─vctrs:::stop_vctrs(...) - 15. └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call) - - [ FAIL 10 | WARN 0 | SKIP 4 | PASS 622 ] - Error: Test failures - Execution halted - ``` - -* checking re-building of vignette outputs ... ERROR - ``` - Error(s) in re-building vignettes: - --- re-building ‘a01-the-xp_xtra-object.Rmd’ using rmarkdown - - Quitting from a01-the-xp_xtra-object.Rmd:94-96 [plot_cont] - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - NULL - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Error: processing vignette 'a01-the-xp_xtra-object.Rmd' failed with diagnostics: - `string` must be a vector, not a object. - ... - Error: processing vignette 'a03-useful_plots.Rmd' failed with diagnostics: - `string` must be a vector, not a object. - --- failed re-building ‘a03-useful_plots.Rmd’ - - SUMMARY: processing the following files failed: - ‘a01-the-xp_xtra-object.Rmd’ ‘a02-xpose-sets.Rmd’ - ‘a03-useful_plots.Rmd’ - - Error: Vignette re-building failed. - Execution halted - ``` - -## In both - -* checking installed package size ... NOTE - ``` - installed size is 7.9Mb - sub-directories of 1Mb or more: - data 2.5Mb - doc 2.4Mb - ``` - -* checking data for non-ASCII characters ... NOTE - ``` - Note: found 2 marked UTF-8 strings - ``` - -# ZetaSuite - -
- -* Version: 1.0.1 -* GitHub: NA -* Source code: https://github.com/cran/ZetaSuite -* Date/Publication: 2022-05-24 19:40:02 UTC -* Number of recursive dependencies: 78 - -Run `revdepcheck::cloud_details(, "ZetaSuite")` for more info - -
- -## Newly broken - -* checking whether package ‘ZetaSuite’ can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: replacing previous import ‘e1071::element’ by ‘ggplot2::element’ when loading ‘ZetaSuite’ - See ‘/tmp/workdir/ZetaSuite/new/ZetaSuite.Rcheck/00install.out’ for details. - ``` - -## In both - -* checking dependencies in R code ... NOTE - ``` - Namespace in Imports field not imported from: ‘dplyr’ - All declared Imports should be used. - ``` - From 73ab1f13ebce1f2a18429fcf40bb68845f969a18 Mon Sep 17 00:00:00 2001 From: Thomas Lin Pedersen Date: Tue, 21 Apr 2026 14:42:36 +0200 Subject: [PATCH 23/25] update comments with revdepcheck --- cran-comments.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 472b34d71a..d2201972d3 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,2 +1,22 @@ -This is a patch release that resolves a failing test and supports some minimal bug fixes and a small uninvasive feature. -We expect no problems with reverse dependencies. +This is a patch release that resolves a failing test and supports some minimal +bug fixes and a small uninvasive feature. We detected a single failure +(ggdibbler) where a package needs to redocument. They have been notified. A +second failure (simRestore) seems unrelated to ggplot2 + +## revdepcheck results + +We checked 6300 reverse dependencies (6276 from CRAN + 24 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 2 new problems + * We failed to check 160 packages + +Issues with CRAN packages are summarised below. + +### New problems +(This reports the first line of each new failure) + +* ggdibbler + checking for code/documentation mismatches ... WARNING + +* simRestore + checking tests ... ERROR From cc1444c10edb87650fbe0cb31d56f0da1a255634 Mon Sep 17 00:00:00 2001 From: Thomas Lin Pedersen Date: Tue, 21 Apr 2026 14:42:40 +0200 Subject: [PATCH 24/25] Increment version number to 4.0.3 --- DESCRIPTION | 2 +- NEWS.md | 94 ++++++++++++++++++++++++++--------------------------- 2 files changed, 48 insertions(+), 48 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 64a3d6e760..ab3e87672f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ggplot2 Title: Create Elegant Data Visualisations Using the Grammar of Graphics -Version: 4.0.2.9000 +Version: 4.0.3 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = "aut", comment = c(ORCID = "0000-0003-4757-117X")), diff --git a/NEWS.md b/NEWS.md index d1932fd993..e4154c9f26 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,12 @@ -# Development version +# ggplot2 4.0.3 This is a hotfix release fixing a test, a bug and introducing a feature. * Adapt to changes in `rlang::warn_dots_used()` (@lionel-, #6830). * Fixed bug where `guide_axis_theta()` didn't anticipate old-style text elements (#6803). -* `geom_boxplot()`/`stat_boxplot()` gain a `quantile.type` parameter (default `7`) - to control the percentile definition used for hinges and median; set `quantile.type = 2` - to match SAS's default `PCTLDEF = 5`, enabling parity with SAS boxplots out-of-the-box. +* `geom_boxplot()`/`stat_boxplot()` gain a `quantile.type` parameter (default `7`) + to control the percentile definition used for hinges and median; set `quantile.type = 2` + to match SAS's default `PCTLDEF = 5`, enabling parity with SAS boxplots out-of-the-box. (@munoztd0, #6819) # ggplot2 4.0.2 @@ -17,28 +17,28 @@ This hotfix release makes ggplot2 more interoperable between rlang versions. # ggplot2 4.0.1 -This is a smaller patch release focussed on fixing regressions from 4.0.0 and +This is a smaller patch release focussed on fixing regressions from 4.0.0 and polishing the recent features. ## Bug fixes -* Fixed regression where `geom_area()` didn't draw panels with single groups +* Fixed regression where `geom_area()` didn't draw panels with single groups when `stat = "align"` (@teunbrand, #6680) * Fixed regression where `position_stack(vjust)` was ignored when there are only single groups (#6692) * Fixed bug where `NA` handling in `geom_path()` was ignoring panels (@teunbrand, #6533) * Fixed bug where `stat_bin(boundary)` was ignored (#6682). -* `geom_text()` and `geom_label()` accept expressions as the `label` aesthetic +* `geom_text()` and `geom_label()` accept expressions as the `label` aesthetic (@teunbrand, #6638) -* Fixed regression where `draw_key_rect()` stopped using `fill` colours +* Fixed regression where `draw_key_rect()` stopped using `fill` colours (@mitchelloharawild, #6609). * Fixed regression where `scale_{x,y}_*()` threw an error when an expression object is set to `labels` argument (@yutannihilation, #6617). -* Fixed regression where the first (unnamed) argument to colour/fill scales was +* Fixed regression where the first (unnamed) argument to colour/fill scales was not passed as the `name` argument (@teunbrand, #6623) -* Fixed issue where vectorised `arrow()`s caused errors in drawing the +* Fixed issue where vectorised `arrow()`s caused errors in drawing the legend glyphs (@teunbrand, #6594) -* Fixed regression where `NULL`-aesthetics contributed to plot labels too +* Fixed regression where `NULL`-aesthetics contributed to plot labels too insistently. Now they contribute only as fallback labels (@teunbrand, #6616) * Fixed regression where empty arguments to colour/fill scale caused errors (@jmbarbone, #6710) @@ -50,10 +50,10 @@ polishing the recent features. * Allow `stat` in `geom_hline`, `geom_vline`, and `geom_abline`. (@sierrajohnson, #6559) * `stat_boxplot()` treats `width` as an optional aesthetic (@Yunuuuu, #6575) * The `theme(panel.widths, panel.heights)` setting attempts to preserve the - plot's aspect ratio when only one of the two settings is given, and the plot + plot's aspect ratio when only one of the two settings is given, and the plot has a single panel (@teunbrand, #6701). * Logical values for the linetype aesthetic will be interpreted numerically, - so that `linetype = FALSE` becomes 0/'blank' and `linetype = TRUE` becomes + so that `linetype = FALSE` becomes 0/'blank' and `linetype = TRUE` becomes 1/'solid' (@teunbrand, #6641) * Out-of-bounds datapoints used as padding by `stat_align()` now get removed silently rather than verbosely (@teunbrand, #6667) @@ -75,15 +75,15 @@ polishing the recent features. * The `element_geom()` function can be used to populate that argument. * The `from_theme()` function allows access to the theme default fields from inside the `aes()` function. -* Moved the following packages in the description. If your package depended on - ggplot2 to install these dependencies, you may need to list these in your +* Moved the following packages in the description. If your package depended on + ggplot2 to install these dependencies, you may need to list these in your own DESCRIPTION file now (#5986). * Moved mgcv from Imports to Suggests * Moved tibble from Imports to Suggests * Removed glue dependency -* Default labels are derived in `build_ggplot()` (previously `ggplot_build()`) - rather than in the layer method of `update_ggplot()` - (previously `ggplot_add.Layer()`). This may affect code that accessed the +* Default labels are derived in `build_ggplot()` (previously `ggplot_build()`) + rather than in the layer method of `update_ggplot()` + (previously `ggplot_add.Layer()`). This may affect code that accessed the `plot$labels` property (@teunbrand, #5894). * In binning stats, the default `boundary` is now chosen to better adhere to the `nbin` argument. This may affect plots that use default binning @@ -95,7 +95,7 @@ polishing the recent features. of warnings. * Functions and arguments that were soft-deprecated up to ggplot2 3.4.0 now throw warnings. -* `annotation_borders()` replaces the now-deprecated `borders()` +* `annotation_borders()` replaces the now-deprecated `borders()` (@teunbrand, #6392) * Turned off fallback for `size` to `linewidth` translation in `geom_bar()`/`geom_col()` (#4848). @@ -121,28 +121,28 @@ polishing the recent features. | `get_layer_data()` | `layer_data()` | | `get_layer_grob()` | `layer_grob()` | | `get_panel_scales()` | `layer_scales()` | - + * `facet_wrap()` has new options for the `dir` argument for additional control - over panel directions. They absorb interactions with the now-deprecated + over panel directions. They absorb interactions with the now-deprecated `as.table` argument. Internally `dir = "h"` or `dir = "v"` is deprecated (@teunbrand, #5212). * `coord_trans()` was renamed to `coord_transform()` (@nmercadeb, #5825). - + ### Improvements #### Themes * The `theme()` function offers new arguments: * `geom` to set defaults for layer aesthetics (#2239). - * `spacing`/`margins` as root elements that are inherited by all other + * `spacing`/`margins` as root elements that are inherited by all other spacings and (non-text) margins (@teunbrand, #5622). * `palette.{aes}.discrete` and `palette.{aes}.continuous` which determine the palettes used when scales have `palette = NULL`. This is the new - default for generic scales like `scale_colour_discrete()` or + default for generic scales like `scale_colour_discrete()` or `scale_fill_continuous()`, see also the 'Scales' section (#4696). * `panel.widths` and `panel.heights` to control the (absolute) size of the panels (#5338, @teunbrand). - * `legend.key.justification` to control the alignment of legend keys + * `legend.key.justification` to control the alignment of legend keys (@teunbrand, #3669) * Built-in `theme_*()` functions have new arguments: * `ink`/`paper`/`accent` to control foreground, background and highlight @@ -170,24 +170,24 @@ polishing the recent features. * Axis line ends are now `"square"`. * The panel grid is now blank at the `panel.grid` hierarchy level instead of the `panel.grid.major` and `panel.grid.minor` levels. -* The `theme(legend.spacing.{x/y})` setting now accepts `null`-units +* The `theme(legend.spacing.{x/y})` setting now accepts `null`-units (@teunbrand, #6417). #### Scales -* The default colour and fill scales have a new `palette` argument. The default, +* The default colour and fill scales have a new `palette` argument. The default, `palette = NULL` will retrieve palettes from the theme (see the Themes section). - This replaces the old options-based `type` system, with some limited backward + This replaces the old options-based `type` system, with some limited backward compatibility (@teunbrand, #6064). * All scales now expose the `aesthetics` parameter (@teunbrand, #5841) * All position scales now use the same definition of `x` and `y` aesthetics. This lets uncommon aesthetics like `xintercept` expand scales as usual. (#3342, #4966, @teunbrand) -* In continuous scales, when `breaks` is a function and `n.breaks` is set, the - `n.breaks` will be passed to the `breaks` function. Previously, `n.breaks` +* In continuous scales, when `breaks` is a function and `n.breaks` is set, the + `n.breaks` will be passed to the `breaks` function. Previously, `n.breaks` only applied to the default break calculation (@teunbrand, #5972). * Changes in discrete scales: - * Added `palette` argument, which can be used to customise spacings between + * Added `palette` argument, which can be used to customise spacings between levels (@teunbrand, #5770) * Added `continuous.limits` argument to control the display range (@teunbrand, #4174, #6259). @@ -195,14 +195,14 @@ polishing the recent features. where it affects the placement of minor ticks and minor gridlines (#5434). * Added `sec.axis` argument. Discrete scales don't support transformations so it is recommended to use `dup_axis()` to set custom breaks or labels. - Secondary discrete axes work with the continuous analogues of discrete + Secondary discrete axes work with the continuous analogues of discrete breaks (@teunbrand, #3171) * When `breaks` yields a named vector, the names will be used as `labels` by default (@teunbrand, #6147). * Changes in date/time scales: - * is silently cast to in date scales. Vice versa, + * is silently cast to in date scales. Vice versa, is cast to in datetime scales (@laurabrianna, #3533) - * Bare numeric provided to date or datetime scales get inversely transformed + * Bare numeric provided to date or datetime scales get inversely transformed (i.e. cast to /) with a warning (@teunbrand) * The `date_breaks`, `date_minor_breaks` and `date_labels` arguments have been copied over to `scale_{x/y}_time()` (@teunbrand, #4335). @@ -218,8 +218,8 @@ polishing the recent features. argument (#4021, @teunbrand). * `coord_*(expand)` can now take a logical vector to control expansion at any side of the panel (top, right, bottom, left) (@teunbrand, #6020) -* New `coord_cartesian(ratio)` argument that absorbs the aspect ratio - functionality from `coord_equal()` and `coord_fixed()`, which are now +* New `coord_cartesian(ratio)` argument that absorbs the aspect ratio + functionality from `coord_equal()` and `coord_fixed()`, which are now wrappers for `coord_cartesian()`. * In non-orthogonal coordinate systems (`coord_sf()`, `coord_polar()` and `coord_radial()`), using 'AsIs' variables escape transformation when @@ -331,7 +331,7 @@ polishing the recent features. instead of just rendering the axis line (@teunbrand, #5816). * Better handling of the `guide_axis_logticks(negative.small)` parameter when scale limits have small maximum (@teunbrand, #6121). -* Fixed regression in `guide_bins(reverse = TRUE)` (@teunbrand, #6183). +* Fixed regression in `guide_bins(reverse = TRUE)` (@teunbrand, #6183). * Binned guides now accept expressions as labels (@teunbrand, #6005) * Fixed bug where binned scales wouldn't simultaneously accept transformations and function-limits (@teunbrand, #6144). @@ -345,12 +345,12 @@ polishing the recent features. * Secondary axes respect `n.breaks` setting in continuous scales (@teunbrand, #4483). * The size of the `draw_key_polygon()` glyph now reflects the `linewidth` aesthetic which internally defaults to 0 (#4852). -* `draw_key_rect()` replaces a `NA` fill by the `colour` aesthetic +* `draw_key_rect()` replaces a `NA` fill by the `colour` aesthetic (@teunbrand, #5385, #5756). * Fixed bug where `na.value` was incorrectly mapped to non-`NA` values (@teunbrand, #5756). * Missing values from discrete palettes are no longer inappropriately translated - (@teunbrand, #5929). + (@teunbrand, #5929). * Fixed bug where empty discrete scales weren't recognised as such (@teunbrand, #5945). * Fixed regression with incorrectly drawn gridlines when using `coord_flip()` @@ -403,7 +403,7 @@ polishing the recent features. (@teunbrand, #1864). * Prevented `facet_wrap(..., drop = FALSE)` from throwing spurious errors when a character facetting variable contained `NA`s (@teunbrand, #5485). - + ## Developer facing ### Utilities @@ -427,7 +427,7 @@ polishing the recent features. * New function `get_strip_labels()` to retrieve facet labels (@teunbrand, #4979) * The ViewScale class has a `make_fixed_copy()` method to permit copying trained position scales (#3441). - + ### Internal changes * Facet gains a new method `setup_panel_params` to interact with the @@ -438,15 +438,15 @@ polishing the recent features. * Using `after_scale()` in the `Geom*$default_aes` field is now evaluated in the context of data (@teunbrand, #6135) * Improvements to `pal_qualitative()` (@teunbrand, #5013) -* Panel clipping responsibility moved from Facet class to Coord class through +* Panel clipping responsibility moved from Facet class to Coord class through new `Coord$draw_panel()` method. * Rearranged the code of `Facet$draw_panels()` method (@teunbrand). * Added `gg` class to `labs()` (@phispu, #5553). -* The plot's layout now has a coord parameter that is used to prevent setting +* The plot's layout now has a coord parameter that is used to prevent setting up identical panel parameters more than once (#5427) -* Applying defaults in `geom_sf()` has moved from the internal `sf_grob()` to +* Applying defaults in `geom_sf()` has moved from the internal `sf_grob()` to `GeomSf$use_defaults()` (@teunbrand). -* New `Facet$draw_panel_content()` method for delegating panel +* New `Facet$draw_panel_content()` method for delegating panel assembly (@Yunuuuu, #6406). * Layer data can be attenuated with parameter attributes (@teunbrand, #3175). * When facets coerce the faceting variables to factors, the 'ordered' class @@ -455,7 +455,7 @@ polishing the recent features. alignment is not necessary (#5788). * `position_stack()` skips computation when all `x` values are unique and therefore stacking is not necessary (#5788). -* The summary function of `stat_summary()` and `stat_summary_bin()` is setup +* The summary function of `stat_summary()` and `stat_summary_bin()` is setup once in total instead of once per group (@teunbrand, #5971) * Removed barriers for using 2D structures as aesthetics (@teunbrand, #4189). * Stricter check on `register_theme_elements(element_tree)` (@teunbrand, #6162) @@ -463,7 +463,7 @@ polishing the recent features. longer precomputed before guides are drawn (@teunbrand, #6339) * When `validate_subclass()` fails to find a class directly, it tries to retrieve the class via constructor functions (@teunbrand). - + # ggplot2 3.5.2 This is a small release focusing on providing infrastructure for other packages From d4c4a3da8412db9b0eb3f5fa0e7459165ee9bb22 Mon Sep 17 00:00:00 2001 From: Thomas Lin Pedersen Date: Wed, 22 Apr 2026 13:12:27 +0200 Subject: [PATCH 25/25] Increment version number to 4.0.3.9000 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index ab3e87672f..e041fb7b3b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ggplot2 Title: Create Elegant Data Visualisations Using the Grammar of Graphics -Version: 4.0.3 +Version: 4.0.3.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = "aut", comment = c(ORCID = "0000-0003-4757-117X")), diff --git a/NEWS.md b/NEWS.md index e4154c9f26..51a7da6bbd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# ggplot2 (development version) + # ggplot2 4.0.3 This is a hotfix release fixing a test, a bug and introducing a feature.