CRAN Package Check Results for Package gggenomes

Last updated on 2025-12-07 04:49:53 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.2 12.91 290.76 303.67 OK
r-devel-linux-x86_64-debian-gcc 1.1.2 8.24 125.19 133.43 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.2 88.00 420.55 508.55 OK
r-devel-linux-x86_64-fedora-gcc 1.1.2 58.00 449.13 507.13 OK
r-devel-windows-x86_64 1.1.2 16.00 311.00 327.00 OK
r-patched-linux-x86_64 1.1.2 13.79 271.14 284.93 OK
r-release-linux-x86_64 1.1.2 11.57 270.62 282.19 OK
r-release-macos-arm64 1.0.1 5.00 75.00 80.00 NOTE
r-release-macos-x86_64 1.1.2 15.00 317.00 332.00 OK
r-release-windows-x86_64 1.1.2 17.00 309.00 326.00 OK
r-oldrel-macos-arm64 1.1.2 3.00 77.00 80.00 OK
r-oldrel-macos-x86_64 1.1.2 15.00 311.00 326.00 OK
r-oldrel-windows-x86_64 1.1.2 22.00 386.00 408.00 OK

Check Details

Version: 1.1.2
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'ggtree', 'Hmisc', 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.2
Check: examples
Result: ERROR Running examples in ‘gggenomes-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: gggenomes > ### Title: Plot genomes, features and synteny maps > ### Aliases: gggenomes > > ### ** Examples > > # Compare the genomic organization of three viral elements > # EMALEs: endogenous mavirus-like elements (example data shipped with gggenomes) > gggenomes(emale_genes, emale_seqs, emale_tirs, emale_ava) + + geom_seq() + geom_bin_label() + # chromosomes and labels + geom_feat(linewidth= 8) + # terminal inverted repeats + geom_gene(aes(fill = strand), position = "strand") + # genes + geom_link(offset = 0.15) # synteny-blocks > > # with some more information > gggenomes(emale_genes, emale_seqs, emale_tirs, emale_ava) %>% + add_feats(emale_ngaros, emale_gc) %>% + add_clusters(emale_cogs) %>% + sync() + + geom_link(offset = 0.15, color = "white") + # synteny-blocks + geom_seq() + geom_bin_label() + # chromosomes and labels + # thistle4, salmon4, burlywood4 + geom_feat(linewidth= 6, position = "identity") + # terminal inverted repeats + geom_feat( + data = feats(emale_ngaros), color = "turquoise4", alpha = .3, + position = "strand", linewidth = 16 + ) + + geom_feat_note(aes(label = type), + data = feats(emale_ngaros), + position = "strand", nudge_y = .3 + ) + + geom_gene(aes(fill = cluster_id), position = "strand") + # genes + geom_wiggle(aes(z = score, linetype = "GC-content"), feats(emale_gc), + fill = "lavenderblush4", position = position_nudge(y = -.2), height = .2 + ) + + scale_fill_brewer("Conserved genes", palette = "Dark2", na.value = "cornsilk3") Joining with `by = join_by(feat_id)` Flipping: Cflag_017B,BVI_069,BVI_008A Error in loadNamespace(x) : there is no package called ‘Hmisc’ Calls: geom_wiggle ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed focus 6.442 0.196 7.913 add_tracks 5.724 0.268 6.388 geom_gene 5.136 0.223 5.883 geom_link 4.799 0.183 5.392 align 4.721 0.070 5.077 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.2
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.1
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘aaa.R’ ‘flip.R’ ‘geom_link.Rd’ ‘geom_seq.Rd’ ‘geom_seq_break.Rd’ ‘shift.Rd’ ‘track_info.Rd’ Flavor: r-release-macos-arm64