Last updated on 2025-03-15 18:49:54 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.5 | 15.48 | 118.29 | 133.77 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4.5 | 0.51 | 1.34 | 1.85 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.5 | 205.95 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.5 | 196.82 | NOTE | |||
r-devel-macos-arm64 | 0.4.5 | 60.00 | NOTE | |||
r-devel-macos-x86_64 | 0.4.5 | 141.00 | NOTE | |||
r-devel-windows-x86_64 | 0.4.5 | 15.00 | 154.00 | 169.00 | NOTE | |
r-patched-linux-x86_64 | 0.4.5 | 16.82 | 110.84 | 127.66 | WARN | |
r-release-linux-x86_64 | 0.4.5 | 13.46 | 92.56 | 106.02 | ERROR | |
r-release-macos-arm64 | 0.4.5 | 58.00 | NOTE | |||
r-release-macos-x86_64 | 0.4.5 | 90.00 | NOTE | |||
r-release-windows-x86_64 | 0.4.5 | 16.00 | 150.00 | 166.00 | NOTE | |
r-oldrel-macos-arm64 | 0.4.5 | OK | ||||
r-oldrel-macos-x86_64 | 0.4.5 | 168.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.5 | 21.00 | 194.00 | 215.00 | OK |
Version: 0.4.5
Check: Rd files
Result: NOTE
checkRd: (-1) e_pictorial.Rd:57-58: Lost braces in \itemize; meant \describe ?
checkRd: (-1) e_pictorial.Rd:60: Lost braces in \itemize; meant \describe ?
checkRd: (-1) nesting.Rd:48: Lost braces
48 | `{itemStyle: {color: 'red', fontBold: 'bold'}}`.
| ^
checkRd: (-1) nesting.Rd:48: Lost braces; missing escapes or markup?
48 | `{itemStyle: {color: 'red', fontBold: 'bold'}}`.
| ^
checkRd: (-1) nesting.Rd:51: Lost braces; missing escapes or markup?
51 | `{symbolSize: 4}`.
| ^
Flavors: r-devel-linux-x86_64-debian-clang, 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.5
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
echartsNJSON.Rd: jsonlite
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 0.4.5
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Rd warning: echartsNJSON.Rd:18: missing link ‘jsonlite’
Flavor: r-patched-linux-x86_64
Version: 0.4.5
Check: examples
Result: ERROR
Running examples in ‘echarts4r-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: e_geo
> ### Title: Geo
> ### Aliases: e_geo
>
> ### ** Examples
>
> flights <- read.csv(
+ paste0(
+ "https://raw.githubusercontent.com/plotly/datasets/",
+ "master/2011_february_aa_flight_paths.csv"
+ )
+ )
Warning in file(file, "rt") :
cannot open URL 'https://raw.githubusercontent.com/plotly/datasets/master/2011_february_aa_flight_paths.csv': HTTP status was '503 Service Unavailable'
Error in file(file, "rt") :
cannot open the connection to 'https://raw.githubusercontent.com/plotly/datasets/master/2011_february_aa_flight_paths.csv'
Calls: read.csv -> read.table -> file
Execution halted
Flavor: r-release-linux-x86_64