The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
Last updated on 2026-06-08 05:53:10 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 12.17 | 701.58 | 713.75 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 7.11 | 177.48 | 184.59 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 21.00 | 1139.15 | 1160.15 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 20.00 | 1122.02 | 1142.02 | ERROR | |
| r-devel-windows-x86_64 | 0.1.2 | 16.00 | 626.00 | 642.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 12.18 | 640.84 | 653.02 | ERROR | |
| r-release-linux-x86_64 | 0.1.2 | 10.84 | 654.86 | 665.70 | ERROR | |
| r-release-macos-arm64 | 0.1.2 | 3.00 | 261.00 | 264.00 | OK | |
| r-release-macos-x86_64 | 0.1.2 | 8.00 | 998.00 | 1006.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 14.00 | 628.00 | 642.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | 3.00 | 272.00 | 275.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.2 | 8.00 | 918.00 | 926.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 20.00 | 817.00 | 837.00 | OK |
Version: 0.1.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘base-learner-rfsrc.Rmd’ using rmarkdown
--- finished re-building ‘base-learner-rfsrc.Rmd’
--- re-building ‘causal-rmst.Rmd’ using rmarkdown
--- finished re-building ‘causal-rmst.Rmd’
--- re-building ‘extending-supersurv.Rmd’ using rmarkdown
--- finished re-building ‘extending-supersurv.Rmd’
--- re-building ‘grid-search.Rmd’ using rmarkdown
--- finished re-building ‘grid-search.Rmd’
--- re-building ‘installation.Rmd’ using rmarkdown
--- finished re-building ‘installation.Rmd’
--- re-building ‘model-performance.Rmd’ using rmarkdown
--- finished re-building ‘model-performance.Rmd’
--- re-building ‘parametric-models.Rmd’ using rmarkdown
--- finished re-building ‘parametric-models.Rmd’
--- re-building ‘scaleup-parallel.Rmd’ using rmarkdown
--- finished re-building ‘scaleup-parallel.Rmd’
--- re-building ‘screening-methods.Rmd’ using rmarkdown
--- finished re-building ‘screening-methods.Rmd’
--- re-building ‘shap-explanations.Rmd’ using rmarkdown
Quitting from shap-explanations.Rmd:66-78 [calc-shap]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'fastshap'
---
Backtrace:
▆
1. ├─SuperSurv::explain_kernel(...)
2. └─base::loadNamespace(x)
3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
4. └─base (local) withOneRestart(expr, restarts[[1L]])
5. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'shap-explanations.Rmd' failed with diagnostics:
there is no package called 'fastshap'
--- failed re-building ‘shap-explanations.Rmd’
--- re-building ‘supersurv-best.Rmd’ using rmarkdown
--- finished re-building ‘supersurv-best.Rmd’
--- re-building ‘supersurv-ensemble.Rmd’ using rmarkdown
--- finished re-building ‘supersurv-ensemble.Rmd’
SUMMARY: processing the following file failed:
‘shap-explanations.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘base-learner-rfsrc.Rmd’ using rmarkdown
Quitting from base-learner-rfsrc.Rmd:48-60 [standalone-rf]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'randomForestSRC'
---
Backtrace:
▆
1. ├─SuperSurv::surv.rfsrc(...)
2. │ └─base::do.call(randomForestSRC::rfsrc, args_list)
3. └─base::loadNamespace(x)
4. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
5. └─base (local) withOneRestart(expr, restarts[[1L]])
6. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'base-learner-rfsrc.Rmd' failed with diagnostics:
there is no package called 'randomForestSRC'
--- failed re-building ‘base-learner-rfsrc.Rmd’
--- re-building ‘causal-rmst.Rmd’ using rmarkdown
Quitting from causal-rmst.Rmd:78-91 [causal-effect]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `UseMethod()`:
! no applicable method for 'predict' applied to an object of class "NULL"
---
Backtrace:
▆
1. └─SuperSurv::estimate_marginal_rmst(...)
2. ├─stats::predict(fit, newdata = X_trt1, new.times = times)
3. └─SuperSurv:::predict.SuperSurv(fit, newdata = X_trt1, new.times = times)
4. ├─base::do.call(...)
5. └─stats::predict(object = NULL, newdata = `<df[,9]>`, new.times = `<dbl>`)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'causal-rmst.Rmd' failed with diagnostics:
no applicable method for 'predict' applied to an object of class "NULL"
--- failed re-building ‘causal-rmst.Rmd’
--- re-building ‘extending-supersurv.Rmd’ using rmarkdown
--- finished re-building ‘extending-supersurv.Rmd’
--- re-building ‘grid-search.Rmd’ using rmarkdown
--- finished re-building ‘grid-search.Rmd’
--- re-building ‘installation.Rmd’ using rmarkdown
--- finished re-building ‘installation.Rmd’
--- re-building ‘model-performance.Rmd’ using rmarkdown
--- finished re-building ‘model-performance.Rmd’
--- re-building ‘parametric-models.Rmd’ using rmarkdown
--- finished re-building ‘parametric-models.Rmd’
--- re-building ‘scaleup-parallel.Rmd’ using rmarkdown
--- finished re-building ‘scaleup-parallel.Rmd’
--- re-building ‘screening-methods.Rmd’ using rmarkdown
--- finished re-building ‘screening-methods.Rmd’
--- re-building ‘shap-explanations.Rmd’ using rmarkdown
Quitting from shap-explanations.Rmd:66-78 [calc-shap]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'fastshap'
---
Backtrace:
▆
1. ├─SuperSurv::explain_kernel(...)
2. └─base::loadNamespace(x)
3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
4. └─base (local) withOneRestart(expr, restarts[[1L]])
5. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'shap-explanations.Rmd' failed with diagnostics:
there is no package called 'fastshap'
--- failed re-building ‘shap-explanations.Rmd’
--- re-building ‘supersurv-best.Rmd’ using rmarkdown
--- finished re-building ‘supersurv-best.Rmd’
--- re-building ‘supersurv-ensemble.Rmd’ using rmarkdown
--- finished re-building ‘supersurv-ensemble.Rmd’
SUMMARY: processing the following files failed:
‘base-learner-rfsrc.Rmd’ ‘causal-rmst.Rmd’ ‘shap-explanations.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘base-learner-rfsrc.Rmd’ using rmarkdown
--- finished re-building ‘base-learner-rfsrc.Rmd’
--- re-building ‘causal-rmst.Rmd’ using rmarkdown
--- finished re-building ‘causal-rmst.Rmd’
--- re-building ‘extending-supersurv.Rmd’ using rmarkdown
--- finished re-building ‘extending-supersurv.Rmd’
--- re-building ‘grid-search.Rmd’ using rmarkdown
--- finished re-building ‘grid-search.Rmd’
--- re-building ‘installation.Rmd’ using rmarkdown
--- finished re-building ‘installation.Rmd’
--- re-building ‘model-performance.Rmd’ using rmarkdown
--- finished re-building ‘model-performance.Rmd’
--- re-building ‘parametric-models.Rmd’ using rmarkdown
--- finished re-building ‘parametric-models.Rmd’
--- re-building ‘scaleup-parallel.Rmd’ using rmarkdown
--- finished re-building ‘scaleup-parallel.Rmd’
--- re-building ‘screening-methods.Rmd’ using rmarkdown
--- finished re-building ‘screening-methods.Rmd’
--- re-building ‘shap-explanations.Rmd’ using rmarkdown
Quitting from shap-explanations.Rmd:66-78 [calc-shap]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'fastshap'
---
Backtrace:
▆
1. ├─SuperSurv::explain_kernel(...)
2. └─base::loadNamespace(x)
3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
4. └─base (local) withOneRestart(expr, restarts[[1L]])
5. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'shap-explanations.Rmd' failed with diagnostics:
there is no package called 'fastshap'
--- failed re-building ‘shap-explanations.Rmd’
--- re-building ‘supersurv-best.Rmd’ using rmarkdown
--- finished re-building ‘supersurv-best.Rmd’
--- re-building ‘supersurv-ensemble.Rmd’ using rmarkdown
--- finished re-building ‘supersurv-ensemble.Rmd’
SUMMARY: processing the following file failed:
‘shap-explanations.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
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.