Last updated on 2025-04-12 20:52:14 CEST.
Package | ERROR | WARN | NOTE | OK |
---|---|---|---|---|
CEC | 14 | |||
magicLamp | 7 | 7 | ||
ROpenCVLite | 6 | 8 | ||
swaRm | 15 | |||
trackdf | 15 | |||
viridis | 15 | |||
viridisLite | 2 | 10 | 3 |
Current CRAN status: OK: 14
Current CRAN status: NOTE: 7, OK: 7
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: WARN: 6, OK: 8
Version: 4.90.2
Check: whether startup messages can be suppressed
Result: NOTE
sh: cmake: command not found
------------------ CMAKE NOT FOUND --------------------
CMake was not found on the PATH. Please install CMake:
- installr::install.cmake() (Windows; inside the R console)
- yum install cmake (Fedora/CentOS; inside a terminal)
- apt install cmake (Debian/Ubuntu; inside a terminal)
- brew install cmake (MacOS; inside a terminal with Homebrew)
- port install cmake (MacOS; inside a terminal with MacPorts)
Alternatively install CMake from: <https://cmake.org/>
-------------------------------------------------------
It looks like this package (or a package it requires) has a startup
message which cannot be suppressed: see ?packageStartupMessage.
Flavors: r-devel-macos-arm64, r-devel-macos-x86_64, r-release-macos-arm64, r-release-macos-x86_64
Version: 4.90.2
Check: for missing documentation entries
Result: WARN
sh: cmake: command not found
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavors: r-devel-macos-arm64, r-devel-macos-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 4.90.2
Check: for code/documentation mismatches
Result: WARN
sh: cmake: command not found
sh: cmake: command not found
sh: cmake: command not found
Flavors: r-devel-macos-arm64, r-devel-macos-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 4.90.2
Check: startup messages can be suppressed
Result: NOTE
sh: cmake: command not found
------------------ CMAKE NOT FOUND --------------------
CMake was not found on the PATH. Please install CMake:
- installr::install.cmake() (Windows; inside the R console)
- yum install cmake (Fedora/CentOS; inside a terminal)
- apt install cmake (Debian/Ubuntu; inside a terminal)
- brew install cmake (MacOS; inside a terminal with Homebrew)
- port install cmake (MacOS; inside a terminal with MacPorts)
Alternatively install CMake from: <https://cmake.org/>
-------------------------------------------------------
It looks like this package (or a package it requires) has a startup
message which cannot be suppressed: see ?packageStartupMessage.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: ERROR: 2, NOTE: 10, OK: 3
Version: 0.4.2
Check: Rd files
Result: NOTE
checkRd: (-1) viridis.Rd:50: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.Rd:51: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.Rd:52: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.Rd:53: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.Rd:54: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.Rd:55: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.Rd:56: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.Rd:57: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.map.Rd:24-30: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.map.Rd:31-34: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.map.Rd:35: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.map.Rd:36-37: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.map.Rd:10: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.map.Rd:11: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.map.Rd:12: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.map.Rd:13-14: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.map.Rd:42: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.map.Rd:43: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.map.Rd:44: Lost braces in \itemize; meant \describe ?
checkRd: (-1) viridis.map.Rd:45: Lost braces in \itemize; meant \describe ?
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-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.4.2
Check: examples
Result: ERROR
Running examples in ‘viridisLite-Ex.R’ failed
The error most likely occurred in:
> ### Name: viridis
> ### Title: Viridis Color Palettes
> ### Aliases: viridis viridisMap magma inferno plasma cividis rocket mako
> ### turbo
>
> ### ** Examples
>
> library(ggplot2)
> library(hexbin)
>
> dat <- data.frame(x = rnorm(10000), y = rnorm(10000))
>
> ggplot(dat, aes(x = x, y = y)) +
+ geom_hex() + coord_fixed() +
+ scale_fill_gradientn(colours = viridis(256, option = "D"))
Error in loadNamespace(x) : there is no package called ‘farver’
Calls: scale_fill_gradientn ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavors: r-devel-macos-arm64, r-devel-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.