The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

CRAN Package Check Results for Package sdbuildR

Last updated on 2026-08-24 23:51:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.2 18.31 444.48 462.79 ERROR
r-devel-linux-x86_64-debian-gcc 2.2.3 12.20 227.41 239.61 OK
r-devel-linux-x86_64-fedora-clang 2.2.3 15.00 233.05 248.05 OK
r-devel-linux-x86_64-fedora-gcc 2.2.3 13.00 211.43 224.43 OK
r-devel-windows-x86_64 2.2.3 25.00 355.00 380.00 OK
r-patched-linux-x86_64 2.2.2 21.27 415.85 437.12 ERROR
r-release-linux-x86_64 2.2.2 16.89 419.14 436.03 ERROR
r-release-macos-arm64 2.2.3 4.00 81.00 85.00 OK
r-release-macos-x86_64 2.2.3 13.00 338.00 351.00 OK
r-release-windows-x86_64 2.2.2 20.00 405.00 425.00 ERROR
r-oldrel-macos-arm64 2.2.3 4.00 87.00 91.00 OK
r-oldrel-macos-x86_64 2.2.3 12.00 348.00 360.00 OK
r-oldrel-windows-x86_64 2.2.3 30.00 364.00 394.00 OK

Check Details

Version: 2.2.2
Check: examples
Result: ERROR Running examples in ‘sdbuildR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: url_to_insightmaker > ### Title: Extract Insight Maker model from URL > ### Aliases: url_to_insightmaker > > ### ** Examples > > ## Don't show: > if (has_internet()) withAutoprint({ # examplesIf + ## End(Don't show) + url <- "https://insightmaker.com/insight/43tz1nvUgbIiIOGSGtzIzj/Romeo-Juliet" + xml <- url_to_insightmaker(url) + + # Save model to file + file <- tempfile(fileext = ".InsightMaker") + xml <- url_to_insightmaker(url, file = file) + file.remove(file) + ## Don't show: + }) # examplesIf > url <- "https://insightmaker.com/insight/43tz1nvUgbIiIOGSGtzIzj/Romeo-Juliet" > xml <- url_to_insightmaker(url) Error in read_xml.character(file) : Start tag expected, '<' not found [4] Calls: withAutoprint ... url_to_insightmaker -> <Anonymous> -> read_xml.character Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed plot.verify_stockflow 6.430 0.227 7.760 as.data.frame.ensemble_stockflow 5.453 0.144 7.349 Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.2.2
Check: examples
Result: ERROR Running examples in ‘sdbuildR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: url_to_insightmaker > ### Title: Extract Insight Maker model from URL > ### Aliases: url_to_insightmaker > > ### ** Examples > > ## Don't show: > if (has_internet()) withAutoprint({ # examplesIf + ## End(Don't show) + url <- "https://insightmaker.com/insight/43tz1nvUgbIiIOGSGtzIzj/Romeo-Juliet" + xml <- url_to_insightmaker(url) + + # Save model to file + file <- tempfile(fileext = ".InsightMaker") + xml <- url_to_insightmaker(url, file = file) + file.remove(file) + ## Don't show: + }) # examplesIf > url <- "https://insightmaker.com/insight/43tz1nvUgbIiIOGSGtzIzj/Romeo-Juliet" > xml <- url_to_insightmaker(url) Error in read_xml.character(file) : Start tag expected, '<' not found [4] Calls: withAutoprint ... url_to_insightmaker -> <Anonymous> -> read_xml.character Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed plot.verify_stockflow 6.646 0.136 8.094 as.data.frame.ensemble_stockflow 5.148 0.207 6.624 Flavor: r-patched-linux-x86_64

Version: 2.2.2
Check: examples
Result: ERROR Running examples in ‘sdbuildR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: url_to_insightmaker > ### Title: Extract Insight Maker model from URL > ### Aliases: url_to_insightmaker > > ### ** Examples > > ## Don't show: > if (has_internet()) withAutoprint({ # examplesIf + ## End(Don't show) + url <- "https://insightmaker.com/insight/43tz1nvUgbIiIOGSGtzIzj/Romeo-Juliet" + xml <- url_to_insightmaker(url) + + # Save model to file + file <- tempfile(fileext = ".InsightMaker") + xml <- url_to_insightmaker(url, file = file) + file.remove(file) + ## Don't show: + }) # examplesIf > url <- "https://insightmaker.com/insight/43tz1nvUgbIiIOGSGtzIzj/Romeo-Juliet" > xml <- url_to_insightmaker(url) Error in read_xml.character(file) : Start tag expected, '<' not found [4] Calls: withAutoprint ... url_to_insightmaker -> <Anonymous> -> read_xml.character Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed plot.verify_stockflow 6.038 0.139 7.655 as.data.frame.ensemble_stockflow 5.112 0.166 6.230 Flavor: r-release-linux-x86_64

Version: 2.2.2
Check: examples
Result: ERROR Running examples in 'sdbuildR-Ex.R' failed The error most likely occurred in: > ### Name: url_to_insightmaker > ### Title: Extract Insight Maker model from URL > ### Aliases: url_to_insightmaker > > ### ** Examples > > ## Don't show: > if (has_internet()) withAutoprint({ # examplesIf + ## End(Don't show) + url <- "https://insightmaker.com/insight/43tz1nvUgbIiIOGSGtzIzj/Romeo-Juliet" + xml <- url_to_insightmaker(url) + + # Save model to file + file <- tempfile(fileext = ".InsightMaker") + xml <- url_to_insightmaker(url, file = file) + file.remove(file) + ## Don't show: + }) # examplesIf > url <- "https://insightmaker.com/insight/43tz1nvUgbIiIOGSGtzIzj/Romeo-Juliet" > xml <- url_to_insightmaker(url) Error in read_xml.character(file) : Start tag expected, '<' not found [4] Calls: withAutoprint ... url_to_insightmaker -> <Anonymous> -> read_xml.character Warning in file.remove(path) : cannot remove file 'D:\temp\2026_08_23_01_04_21_29904\RtmpwXFsuu\file17e2049a96daa.InsightMaker', reason 'Permission denied' Execution halted Flavor: r-release-windows-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.