The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.
Last updated on 2026-08-13 11:51:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | ERROR | |||||
| r-devel-linux-x86_64-debian-gcc | 2.2.2 | 12.01 | 265.74 | 277.75 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.2.2 | 13.00 | 268.37 | 281.37 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.2.2 | 13.00 | 258.70 | 271.70 | ERROR | |
| r-devel-windows-x86_64 | 2.2.2 | 24.00 | 423.00 | 447.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 | 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 | 575.00 | 605.00 | ERROR |
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.580 0.306 7.918
as.data.frame.ensemble_stockflow 5.586 0.139 6.833
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_11_01_50_00_28200\RtmpCunQiY\file59586a105ac4.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 7.075 0.329 9.252
as.data.frame.ensemble_stockflow 5.061 0.128 6.085
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_10_01_50_00_8198\RtmpU51Icb\fileb880593f2e36.InsightMaker', reason 'Permission denied'
Execution halted
Flavor: r-oldrel-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.
Health stats visible at Monitor.