Last updated on 2026-08-09 06:52:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.2.2 | 17.18 | 440.44 | 457.62 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.2.2 | 12.62 | 272.46 | 285.08 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.2.2 | 13.00 | 274.97 | 287.97 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.2.2 | 12.00 | 261.43 | 273.43 | OK | |
| r-devel-windows-x86_64 | 2.2.2 | 24.00 | 408.00 | 432.00 | OK | |
| r-patched-linux-x86_64 | 2.2.2 | 21.71 | 415.98 | 437.69 | OK | |
| r-release-linux-x86_64 | 2.2.2 | 19.98 | 420.65 | 440.63 | 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 | 20.00 | 413.00 | 433.00 | OK | |
| r-oldrel-macos-arm64 | 2.2.2 | 4.00 | 106.00 | 110.00 | OK | |
| r-oldrel-macos-x86_64 | 2.2.2 | 12.00 | 453.00 | 465.00 | OK | |
| r-oldrel-windows-x86_64 | 2.2.2 | 30.00 | 559.00 | 589.00 | OK |
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 4.198 0.162 5.009
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:
> 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 7.075 0.329 9.252
as.data.frame.ensemble_stockflow 5.061 0.128 6.085
Flavor: r-release-linux-x86_64