Last updated on 2025-04-19 06:50:02 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
gggenomes | 1 | 10 | 2 |
Current CRAN status: ERROR: 1, NOTE: 10, OK: 2
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: 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
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in 'gggenomes-Ex.R' failed
The error most likely occurred in:
> ### Name: read_alitv
> ### Title: Read AliTV .json file
> ### Aliases: read_alitv
>
> ### ** Examples
>
> ali <- read_alitv("https://alitvteam.github.io/AliTV/d3/data/chloroplasts.json")
Warning in open.connection(con, "rb") :
URL 'https://alitvteam.github.io/AliTV/d3/data/chloroplasts.json': Timeout of 60 seconds was reached
Error in open.connection(con, "rb") :
cannot open the connection to 'https://alitvteam.github.io/AliTV/d3/data/chloroplasts.json'
Calls: read_alitv ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection
Execution halted
Flavor: r-oldrel-windows-x86_64