Last updated on 2025-11-04 05:51:22 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 16.84 | 168.87 | 185.71 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 13.13 | 116.29 | 129.42 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 34.00 | 237.60 | 271.60 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 35.00 | 241.08 | 276.08 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 19.00 | 144.00 | 163.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 16.55 | 157.84 | 174.39 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 16.01 | 158.08 | 174.09 | OK | |
| r-release-macos-arm64 | 1.0.0 | 7.00 | 57.00 | 64.00 | ERROR | |
| r-release-macos-x86_64 | 1.0.0 | 13.00 | 111.00 | 124.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 18.00 | 141.00 | 159.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 3.00 | 10.00 | 13.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.0.0 | 10.00 | 91.00 | 101.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 26.00 | 196.00 | 222.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