CRAN Package Check Results for Package vcd2df

Last updated on 2026-07-09 14:01:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 1.55 30.35 31.90 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 1.37 24.20 25.57 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 50.33 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 60.65 OK
r-devel-windows-x86_64 1.0.1 3.00 56.00 59.00 OK
r-patched-linux-x86_64 1.0.1 1.62 28.52 30.14 OK
r-release-linux-x86_64 1.0.1 1.58 28.70 30.28 OK
r-release-macos-arm64 1.0.1 1.00 14.00 15.00 OK
r-release-macos-x86_64 1.0.1 2.00 53.00 55.00 OK
r-release-windows-x86_64 1.0.1 4.00 53.00 57.00 ERROR
r-oldrel-macos-arm64 1.0.1 OK
r-oldrel-macos-x86_64 1.0.1 1.00 61.00 62.00 OK
r-oldrel-windows-x86_64 1.0.1 4.00 57.00 61.00 OK

Check Details

Version: 1.0.1
Check: examples
Result: ERROR Running examples in 'vcd2df-Ex.R' failed The error most likely occurred in: > ### Name: vcd2df > ### Title: Read a value change dump (VCD) file and convert it to a data > ### frame. > ### Aliases: vcd2df > > ### ** Examples > > library(vcd2df) > f_name <- tempfile() > vcd <- 'https://github.com/vcd2df/vcd_ex/raw/refs/heads/main/nerv.vcd' > download.file(url = vcd, destfile = f_name) trying URL 'https://github.com/vcd2df/vcd_ex/raw/refs/heads/main/nerv.vcd' Warning in download.file(url = vcd, destfile = f_name) : cannot open URL 'https://raw.githubusercontent.com/vcd2df/vcd_ex/refs/heads/main/nerv.vcd': HTTP status was '429 Unknown Error' Error in download.file(url = vcd, destfile = f_name) : cannot open URL 'https://github.com/vcd2df/vcd_ex/raw/refs/heads/main/nerv.vcd' Execution halted Flavor: r-release-windows-x86_64