CRAN Package Check Results for Package migest

Last updated on 2025-12-28 10:49:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.5 15.32 138.85 154.17 OK
r-devel-linux-x86_64-debian-gcc 2.0.5 10.71 96.62 107.33 OK
r-devel-linux-x86_64-fedora-clang 2.0.5 25.00 214.34 239.34 OK
r-devel-linux-x86_64-fedora-gcc 2.0.5 27.00 224.85 251.85 OK
r-devel-windows-x86_64 2.0.5 17.00 152.00 169.00 OK
r-patched-linux-x86_64 2.0.5 16.09 126.42 142.51 OK
r-release-linux-x86_64 2.0.5 12.85 116.66 129.51 ERROR
r-release-macos-arm64 2.0.5 OK
r-release-macos-x86_64 2.0.5 10.00 142.00 152.00 OK
r-release-windows-x86_64 2.0.5 17.00 142.00 159.00 OK
r-oldrel-macos-arm64 2.0.5 OK
r-oldrel-macos-x86_64 2.0.5 10.00 127.00 137.00 OK
r-oldrel-windows-x86_64 2.0.5 24.00 180.00 204.00 OK

Check Details

Version: 2.0.5
Check: examples
Result: ERROR Running examples in ‘migest-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: mig_chord > ### Title: Chord diagram for directional origin-destination data > ### Aliases: mig_chord > > ### ** Examples > > > library(dplyr) Attaching package: ‘dplyr’ The following objects are masked from ‘package:stats’: filter, lag The following objects are masked from ‘package:base’: intersect, setdiff, setequal, union > library(tidyr) > library(tibble) > library(countrycode) > #' # download Abel and Cohen (2019) estimates > f <- url("https://ndownloader.figshare.com/files/38016762") %>% + read.csv() %>% + as_tibble() Warning in open.connection(file, "rt") : cannot open URL 'https://ndownloader.figshare.com/files/38016762': HTTP status was '403 Forbidden' Error in open.connection(file, "rt") : cannot open the connection to 'https://ndownloader.figshare.com/files/38016762' Calls: %>% ... as_tibble -> read.csv -> read.table -> open -> open.connection Execution halted Flavor: r-release-linux-x86_64