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-04-15 05:53:05 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 16.86 | 153.96 | 170.82 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 12.07 | 106.20 | 118.27 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 28.00 | 226.02 | 254.02 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 28.00 | 230.37 | 258.37 | OK | |
| r-devel-macos-arm64 | 1.0.0 | 4.00 | 38.00 | 42.00 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 19.00 | 149.00 | 168.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 14.98 | 139.90 | 154.88 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 15.95 | 138.86 | 154.81 | OK | |
| r-release-macos-arm64 | 1.0.0 | ERROR | ||||
| r-release-macos-x86_64 | 1.0.0 | 10.00 | 114.00 | 124.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 18.00 | 0.00 | 18.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | ERROR | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 10.00 | 91.00 | 101.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 24.00 | 175.00 | 199.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘realTimeloads-Ex.R’ failed
The error most likely occurred in:
> ### Name: impute_data
> ### Title: Returns x with gaps imputed using ARIMA and Decision Trees,
> ### optional uncertainty estimation using Monte Carlo resampling
> ### Aliases: impute_data
>
> ### ** Examples
>
> # Impute non-tidal data
> time <- realTimeloads::ExampleData$Sediment_Samples$time
> xo <- realTimeloads::ExampleData$Sediment_Samples$SSCxs_mg_per_liter
> Q <- realTimeloads::ExampleData$Discharge$Discharge_m_cubed_per_s
> idata <- sample(1:length(xo),round(length(xo)*0.5),replace=FALSE)
> x <- rep(NA,length(xo))
> x[idata] <- xo[idata] # simulated samples
> flow_concentrtion_ratio <- imputeTS::na_interpolation(Q/x)
> Xreg <- cbind(Q,flow_concentrtion_ratio)
> Output <- impute_data(time,x,Xreg,MC = 10,ptrain = 0.8)
Error in optim(init[mask], getLike, method = "L-BFGS-B", lower = rep(0, :
L-BFGS-B needs finite values of 'fn'
Calls: impute_data -> <Anonymous> -> <Anonymous> -> optim
Execution halted
Flavor: r-release-macos-arm64
Version: 1.0.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-macos-arm64
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.