Last updated on 2025-10-09 23:51:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 12.85 | 103.92 | 116.77 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 8.00 | 71.73 | 79.73 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 178.72 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 192.38 | ERROR | |||
r-devel-windows-x86_64 | 1.0.1 | 15.00 | 120.00 | 135.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.1 | 12.62 | 97.63 | 110.25 | ERROR | |
r-release-linux-x86_64 | 1.0.1 | 11.85 | 97.00 | 108.85 | ERROR | |
r-release-macos-arm64 | 1.0.1 | 116.00 | NOTE | |||
r-release-macos-x86_64 | 1.0.1 | 232.00 | NOTE | |||
r-release-windows-x86_64 | 1.0.1 | 17.00 | 116.00 | 133.00 | ERROR | |
r-oldrel-macos-arm64 | 1.0.1 | 115.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 306.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.1 | 22.00 | 144.00 | 166.00 | ERROR |
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’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64
Version: 1.0.1
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: add_feats
> ### Title: Add different types of tracks
> ### Aliases: add_feats add_links add_subfeats add_sublinks add_clusters
> ### add_tracks
>
> ### ** Examples
>
> # Add some repeat annotations
> gggenomes(seqs = emale_seqs) %>%
+ 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 <https://github.com/thackl/gggenomes/issues>.
Error in UseMethod("add_feats") :
no applicable method for 'add_feats' applied to an object of class "NULL"
Calls: %>% -> add_feats
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0.1
Check: re-building of vignette outputs
Result: 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/rlang_error>
Error in `UseMethod()`:
! no applicable method for 'add_links' applied to an object of class "NULL"
---
Backtrace:
▆
1. ├─p %>% add_links(emale_ava)
2. └─gggenomes::add_links(., emale_ava)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'flip.Rmd' failed with diagnostics:
no applicable method for 'add_links' applied to an object of class "NULL"
--- failed re-building ‘flip.Rmd’
--- re-building ‘gggenomes.Rmd’ using rmarkdown
Data sets in package 'gggenomes':
emale_ava All-versus-all whole genome alignments of 6
EMALE genomes
emale_cogs Clusters of orthologs of 6 EMALE proteomes
emale_gc Relative GC-content along 6 EMALE genomes
emale_genes Gene annotations if 6 EMALE genomes (endogenous
virophages)
emale_ngaros Integrated Ngaro retrotransposons of 6 EMALE
genomes
emale_prot_ava All-versus-all alignments 6 EMALE proteomes
emale_seqs Sequence index of 6 EMALE genomes (endogenous
virophages)
emale_tirs Terminal inverted repeats of 6 EMALE genomes
Quitting from gggenomes.Rmd:78-99 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `UseMethod()`:
! no applicable method for 'track_info' applied to an object of class "NULL"
---
Backtrace:
x
1. +-p %>% track_info
2. \-gggenomes::track_info(.)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0.1
Check: examples
Result: 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 some repeat annotations
> gggenomes(seqs = emale_seqs) %>%
+ 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 <https://github.com/thackl/gggenomes/issues>.
Error in UseMethod("add_feats") :
no applicable method for 'add_feats' applied to an object of class "NULL"
Calls: %>% -> add_feats
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.0.1
Check: re-building of vignette outputs
Result: 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/rlang_error>
Error in `UseMethod()`:
! no applicable method for 'add_links' applied to an object of class "NULL"
---
Backtrace:
▆
1. ├─p %>% add_links(emale_ava)
2. └─gggenomes::add_links(., emale_ava)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'flip.Rmd' failed with diagnostics:
no applicable method for 'add_links' applied to an object of class "NULL"
--- failed re-building ‘flip.Rmd’
--- re-building ‘gggenomes.Rmd’ using rmarkdown
Data sets in package 'gggenomes':
emale_ava All-versus-all whole genome alignments of 6
EMALE genomes
emale_cogs Clusters of orthologs of 6 EMALE proteomes
emale_gc Relative GC-content along 6 EMALE genomes
emale_genes Gene annotations if 6 EMALE genomes (endogenous
virophages)
emale_ngaros Integrated Ngaro retrotransposons of 6 EMALE
genomes
emale_prot_ava All-versus-all alignments 6 EMALE proteomes
emale_seqs Sequence index of 6 EMALE genomes (endogenous
virophages)
emale_tirs Terminal inverted repeats of 6 EMALE genomes
Quitting from gggenomes.Rmd:78-99 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `UseMethod()`:
! no applicable method for 'track_info' applied to an object of class "NULL"
---
Backtrace:
x
1. +-p %>% track_info
2. \-gggenomes::track_info(.)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.1
Check: re-building of vignette outputs
Result: 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/rlang_error>
Error in `UseMethod()`:
! no applicable method for 'add_links' applied to an object of class "NULL"
---
Backtrace:
▆
1. ├─p %>% add_links(emale_ava)
2. └─gggenomes::add_links(., emale_ava)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'flip.Rmd' failed with diagnostics:
no applicable method for 'add_links' applied to an object of class "NULL"
--- failed re-building 'flip.Rmd'
--- re-building 'gggenomes.Rmd' using rmarkdown
Quitting from gggenomes.Rmd:78-99 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `UseMethod()`:
! no applicable method for 'track_info' applied to an object of class "NULL"
---
Backtrace:
x
1. +-p %>% track_info
2. \-gggenomes::track_info(.)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
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’
Flavor: r-release-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.