CRAN Package Check Results for Package sdbuildR

Last updated on 2026-08-22 17:50:38 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.2 11.10 271.24 282.34 ERROR
r-devel-linux-x86_64-fedora-clang 2.2.2 13.00 275.84 288.84 ERROR
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 18.94 423.39 442.33 ERROR
r-release-macos-arm64 2.2.2 4.00 97.00 101.00 OK
r-release-macos-x86_64 2.2.2 14.00 435.00 449.00 OK
r-release-windows-x86_64 2.2.2 23.00 398.00 421.00 ERROR
r-oldrel-macos-arm64 2.2.2 OK
r-oldrel-macos-x86_64 2.2.2 12.00 453.00 465.00 OK
r-oldrel-windows-x86_64 2.2.2 20.00 417.00 437.00 ERROR

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 Flavor: r-devel-linux-x86_64-debian-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 Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, 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.566 0.101 7.521 as.data.frame.ensemble_stockflow 5.273 0.081 6.067 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

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_12_46_33_21945\RtmpU7zQFt\file60dc6cd77185.InsightMaker', reason 'Permission denied' Execution halted Flavor: r-oldrel-windows-x86_64