Last updated on 2026-08-17 22:50:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 6.56 | 89.96 | 96.52 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 4.10 | 44.42 | 48.52 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 66.73 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 71.75 | OK | |||
| r-devel-windows-x86_64 | 0.1.1 | 9.00 | 102.00 | 111.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 5.57 | 83.32 | 88.89 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 6.57 | 83.24 | 89.81 | OK | |
| r-release-macos-arm64 | 0.1.1 | 2.00 | 30.00 | 32.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 5.00 | 122.00 | 127.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 10.00 | 0.00 | 10.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 3.00 | 100.00 | 103.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 11.00 | 132.00 | 143.00 | OK |
Version: 0.1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Alan Inglis <alan.n.inglis@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Alan",
family = "Inglis",
role = c("aut", "cre"),
email = "alan.n.inglis@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘colouR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: img2pal
> ### Title: Create a Colour Palette from an Image
> ### Aliases: img2pal
>
> ### ** Examples
>
> pal<-img2pal(path = "https://raw.githubusercontent.com/AlanInglis/colouR/master/images/bender.png",
+ n = 10,
+ avgCols = TRUE,
+ exclude = TRUE,
+ n_clusters = 15,
+ customExclude = NULL)
Error in png::readPNG(tf) : file is not in PNG format
Calls: img2pal
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘colouR.Rmd’ using rmarkdown
Quitting from colouR.Rmd:114-124 [top10cols]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `png::readPNG()`:
! file is not in PNG format
---
Backtrace:
▆
1. └─colouR::getTopCol(...)
2. └─colouR::read_image_from_url(path)
3. └─png::readPNG(tf)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'colouR.Rmd' failed with diagnostics:
file is not in PNG format
--- failed re-building ‘colouR.Rmd’
SUMMARY: processing the following file failed:
‘colouR.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc