Last updated on 2025-03-13 15:51:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.5 | 15.09 | 118.89 | 133.98 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4.5 | 8.57 | 79.34 | 87.91 | NOTE | |
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 | NOTE | ||||
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 | 14.00 | 149.00 | 163.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 | 20.00 | 194.00 | 214.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-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.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-linux-x86_64-debian-gcc, r-devel-windows-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