CRAN Package Check Results for Package sdbuildR

Last updated on 2026-08-24 05:51:28 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-fedora-clang 2.2.3 15.00 233.05 248.05 OK
r-devel-linux-x86_64-fedora-gcc 2.2.2 14.00 257.74 271.74 ERROR
r-devel-windows-x86_64 2.2.2 24.00 428.00 452.00 ERROR
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 23.00 398.00 421.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: > ### 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 Flavor: r-devel-linux-x86_64-fedora-gcc

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_18_01_50_00_4374\RtmpK6Fuws\file105ac507d145b.InsightMaker', reason 'Permission denied' Execution halted Flavor: r-devel-windows-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.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_19_13_14_43_27464\Rtmp0Cgzpx\fileeedc47844add.InsightMaker', reason 'Permission denied' Execution halted Flavor: r-release-windows-x86_64