Last updated on 2026-08-30 00:50:19 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.2.3 | 17.80 | 354.77 | 372.57 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.2.3 | 12.58 | 227.09 | 239.67 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.2.3 | 13.00 | 220.16 | 233.16 | 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 | 378.00 | 403.00 | OK | |
| r-patched-linux-x86_64 | 2.2.3 | 19.06 | 342.24 | 361.30 | OK | |
| 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.3 | 27.00 | 376.00 | 403.00 | OK | |
| 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 | 31.00 | 462.00 | 493.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 6.038 0.139 7.655
as.data.frame.ensemble_stockflow 5.112 0.166 6.230
Flavor: r-release-linux-x86_64