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-16 17:50:38 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 0.34 | 4.07 | 4.41 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 0.29 | 3.12 | 3.41 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 1.48 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 1.39 | ERROR | |||
| r-devel-windows-x86_64 | 0.1.0 | 3.00 | 62.00 | 65.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.0 | 2.78 | 38.80 | 41.58 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 2.56 | 39.05 | 41.61 | OK | |
| r-release-macos-arm64 | 0.1.0 | 1.00 | 33.00 | 34.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 6.00 | ERROR | |||
| r-release-windows-x86_64 | 0.1.0 | 6.00 | 0.00 | 6.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 1.00 | 27.00 | 28.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 2.00 | 62.00 | 64.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 7.00 | 79.00 | 86.00 | OK |
Version: 0.1.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘dbarts’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in 'nlfh-Ex.R' failed
The error most likely occurred in:
> ### Name: fit_fh
> ### Title: Fit a Fay-Herriot Model
> ### Aliases: fit_fh
>
> ### ** Examples
>
> data(acs_dat)
> acs_small <- as.data.frame(acs_dat[1:500, ])
> example_control <- list(n_iter = 50, burn_in = 25, progress = FALSE)
>
> fit_linear <- fit_fh(
+ MedInc ~ SNAPRate + PovRate + White + Black + Hispanic + Asian,
+ sampling_variance = MedIncSE^2,
+ data = acs_small,
+ method = "linear",
+ control = example_control
+ )
>
> X <- model.matrix(
+ MedInc ~ SNAPRate + PovRate + White + Black + Hispanic + Asian,
+ data = acs_small
+ )
> fit_matrix <- fit_fh(
+ y = acs_small$MedInc,
+ X = X,
+ sampling_variance = acs_small$MedIncSE^2,
+ method = "linear",
+ control = example_control
+ )
>
> fit_rnn <- fit_fh(
+ MedInc ~ .,
+ sampling_variance = MedIncSE^2,
+ data = acs_small,
+ method = "rnn",
+ control = example_control
+ )
>
> fit_bart <- fit_fh(
+ MedInc ~ SNAPRate + PovRate + White,
+ sampling_variance = MedIncSE^2,
+ data = acs_small,
+ method = "bart",
+ control = example_control
+ )
Error in parse(text = deparse(RNGkind)[-1L]) :
<text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
Calls: fit_fh ... validObject -> anyStrings -> isTRUE -> validityMethod -> parse
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(nlfh)
>
> test_check("nlfh")
Saving _problems/test-core-api-24.R
Saving _problems/test-core-api-60.R
Saving _problems/test-core-api-102.R
Saving _problems/test-core-api-151.R
Saving _problems/test-core-api-202.R
Saving _problems/test-formula-interface-33.R
Saving _problems/test-formula-interface-64.R
Saving _problems/test-posterior-draws-62.R
Saving _problems/test-posterior-draws-86.R
Saving _problems/test-summary-75.R
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 97 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-core-api.R:18:3'): all three methods return nlfh_fit objects with finite DIC ──
Error in `parse(text = deparse(RNGkind)[-1L])`: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
Backtrace:
▆
1. └─nlfh::fit_fh(...) at test-core-api.R:18:3
2. ├─base::do.call(fit_fh_bart, args)
3. └─nlfh (local) `<fn>`(...)
4. └─dbarts::dbartsControl(...)
5. └─methods::new(...)
6. ├─methods::initialize(value, ...)
7. └─dbarts (local) initialize(value, ...)
8. ├─methods::callNextMethod()
9. └─methods (local) .nextMethod(.Object = .Object, ... = ...)
10. └─methods::validObject(.Object)
11. ├─methods (local) anyStrings(validityMethod(object))
12. │ └─base::isTRUE(x)
13. └─dbarts (local) validityMethod(object)
14. └─base::parse(text = deparse(RNGkind)[-1L])
── Error ('test-core-api.R:54:3'): output dimensions are consistent across methods ──
Error in `parse(text = deparse(RNGkind)[-1L])`: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
Backtrace:
▆
1. └─nlfh::fit_fh(...) at test-core-api.R:54:3
2. ├─base::do.call(fit_fh_bart, args)
3. └─nlfh (local) `<fn>`(...)
4. └─dbarts::dbartsControl(...)
5. └─methods::new(...)
6. ├─methods::initialize(value, ...)
7. └─dbarts (local) initialize(value, ...)
8. ├─methods::callNextMethod()
9. └─methods (local) .nextMethod(.Object = .Object, ... = ...)
10. └─methods::validObject(.Object)
11. ├─methods (local) anyStrings(validityMethod(object))
12. │ └─base::isTRUE(x)
13. └─dbarts (local) validityMethod(object)
14. └─base::parse(text = deparse(RNGkind)[-1L])
── Error ('test-core-api.R:93:3'): method dispatch selects the requested model implementation ──
Error in `parse(text = deparse(RNGkind)[-1L])`: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
Backtrace:
▆
1. ├─testthat::expect_s3_class(...) at test-core-api.R:93:3
2. │ └─testthat::quasi_label(enquo(object))
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─nlfh::fit_fh(...)
5. ├─base::do.call(fit_fh_bart, args)
6. └─nlfh (local) `<fn>`(...)
7. └─dbarts::dbartsControl(...)
8. └─methods::new(...)
9. ├─methods::initialize(value, ...)
10. └─dbarts (local) initialize(value, ...)
11. ├─methods::callNextMethod()
12. └─methods (local) .nextMethod(.Object = .Object, ... = ...)
13. └─methods::validObject(.Object)
14. ├─methods (local) anyStrings(validityMethod(object))
15. │ └─base::isTRUE(x)
16. └─dbarts (local) validityMethod(object)
17. └─base::parse(text = deparse(RNGkind)[-1L])
── Error ('test-core-api.R:139:3'): method-specific fitting functions are public-facing ──
Error in `parse(text = deparse(RNGkind)[-1L])`: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
Backtrace:
▆
1. ├─testthat::expect_s3_class(...) at test-core-api.R:139:3
2. │ └─testthat::quasi_label(enquo(object))
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─nlfh::fit_fh_bart(...)
5. └─dbarts::dbartsControl(...)
6. └─methods::new(...)
7. ├─methods::initialize(value, ...)
8. └─dbarts (local) initialize(value, ...)
9. ├─methods::callNextMethod()
10. └─methods (local) .nextMethod(.Object = .Object, ... = ...)
11. └─methods::validObject(.Object)
12. ├─methods (local) anyStrings(validityMethod(object))
13. │ └─base::isTRUE(x)
14. └─dbarts (local) validityMethod(object)
15. └─base::parse(text = deparse(RNGkind)[-1L])
── Error ('test-core-api.R:191:3'): random-effect variance prior controls are accepted for all methods ──
Error in `parse(text = deparse(RNGkind)[-1L])`: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
Backtrace:
▆
1. └─nlfh::fit_fh(...) at test-core-api.R:191:3
2. ├─base::do.call(fit_fh_bart, args)
3. └─nlfh (local) `<fn>`(...)
4. └─dbarts::dbartsControl(...)
5. └─methods::new(...)
6. ├─methods::initialize(value, ...)
7. └─dbarts (local) initialize(value, ...)
8. ├─methods::callNextMethod()
9. └─methods (local) .nextMethod(.Object = .Object, ... = ...)
10. └─methods::validObject(.Object)
11. ├─methods (local) anyStrings(validityMethod(object))
12. │ └─base::isTRUE(x)
13. └─dbarts (local) validityMethod(object)
14. └─base::parse(text = deparse(RNGkind)[-1L])
── Error ('test-formula-interface.R:27:3'): formula interface works for nonlinear methods ──
Error in `parse(text = deparse(RNGkind)[-1L])`: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
Backtrace:
▆
1. └─nlfh::fit_fh(...) at test-formula-interface.R:27:3
2. ├─base::do.call(fit_fh_bart, args)
3. └─nlfh (local) `<fn>`(...)
4. └─dbarts::dbartsControl(...)
5. └─methods::new(...)
6. ├─methods::initialize(value, ...)
7. └─dbarts (local) initialize(value, ...)
8. ├─methods::callNextMethod()
9. └─methods (local) .nextMethod(.Object = .Object, ... = ...)
10. └─methods::validObject(.Object)
11. ├─methods (local) anyStrings(validityMethod(object))
12. │ └─base::isTRUE(x)
13. └─dbarts (local) validityMethod(object)
14. └─base::parse(text = deparse(RNGkind)[-1L])
── Error ('test-formula-interface.R:58:3'): fit_fh dispatches all model families from formula inputs ──
Error in `parse(text = deparse(RNGkind)[-1L])`: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
Backtrace:
▆
1. └─nlfh::fit_fh(...) at test-formula-interface.R:58:3
2. ├─base::do.call(fit_fh_bart, args)
3. └─nlfh (local) `<fn>`(...)
4. └─dbarts::dbartsControl(...)
5. └─methods::new(...)
6. ├─methods::initialize(value, ...)
7. └─dbarts (local) initialize(value, ...)
8. ├─methods::callNextMethod()
9. └─methods (local) .nextMethod(.Object = .Object, ... = ...)
10. └─methods::validObject(.Object)
11. ├─methods (local) anyStrings(validityMethod(object))
12. │ └─base::isTRUE(x)
13. └─dbarts (local) validityMethod(object)
14. └─base::parse(text = deparse(RNGkind)[-1L])
── Error ('test-posterior-draws.R:56:3'): posterior_draws extracts u draws when available ──
Error in `parse(text = deparse(RNGkind)[-1L])`: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
Backtrace:
▆
1. └─nlfh::fit_fh(...) at test-posterior-draws.R:56:3
2. ├─base::do.call(fit_fh_bart, args)
3. └─nlfh (local) `<fn>`(...)
4. └─dbarts::dbartsControl(...)
5. └─methods::new(...)
6. ├─methods::initialize(value, ...)
7. └─dbarts (local) initialize(value, ...)
8. ├─methods::callNextMethod()
9. └─methods (local) .nextMethod(.Object = .Object, ... = ...)
10. └─methods::validObject(.Object)
11. ├─methods (local) anyStrings(validityMethod(object))
12. │ └─base::isTRUE(x)
13. └─dbarts (local) validityMethod(object)
14. └─base::parse(text = deparse(RNGkind)[-1L])
── Error ('test-posterior-draws.R:80:3'): posterior_draws gives helpful errors for unavailable variables ──
Error in `parse(text = deparse(RNGkind)[-1L])`: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
Backtrace:
▆
1. └─nlfh::fit_fh(...) at test-posterior-draws.R:80:3
2. ├─base::do.call(fit_fh_bart, args)
3. └─nlfh (local) `<fn>`(...)
4. └─dbarts::dbartsControl(...)
5. └─methods::new(...)
6. ├─methods::initialize(value, ...)
7. └─dbarts (local) initialize(value, ...)
8. ├─methods::callNextMethod()
9. └─methods (local) .nextMethod(.Object = .Object, ... = ...)
10. └─methods::validObject(.Object)
11. ├─methods (local) anyStrings(validityMethod(object))
12. │ └─base::isTRUE(x)
13. └─dbarts (local) validityMethod(object)
14. └─base::parse(text = deparse(RNGkind)[-1L])
── Error ('test-summary.R:69:3'): summary.nlfh_fit handles BART fits without coefficient summaries ──
Error in `parse(text = deparse(RNGkind)[-1L])`: <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
Backtrace:
▆
1. └─nlfh::fit_fh(...) at test-summary.R:69:3
2. ├─base::do.call(fit_fh_bart, args)
3. └─nlfh (local) `<fn>`(...)
4. └─dbarts::dbartsControl(...)
5. └─methods::new(...)
6. ├─methods::initialize(value, ...)
7. └─dbarts (local) initialize(value, ...)
8. ├─methods::callNextMethod()
9. └─methods (local) .nextMethod(.Object = .Object, ... = ...)
10. └─methods::validObject(.Object)
11. ├─methods (local) anyStrings(validityMethod(object))
12. │ └─base::isTRUE(x)
13. └─dbarts (local) validityMethod(object)
14. └─base::parse(text = deparse(RNGkind)[-1L])
[ FAIL 10 | WARN 0 | SKIP 0 | PASS 97 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'model-comparison.Rmd' using rmarkdown
Quitting from model-comparison.Rmd:54-80 [fit-models]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `parse()`:
! <text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
---
Backtrace:
▆
1. └─nlfh::fit_fh(...)
2. ├─base::do.call(fit_fh_bart, args)
3. └─nlfh (local) `<fn>`(...)
4. └─dbarts::dbartsControl(...)
5. └─methods::new(...)
6. ├─methods::initialize(value, ...)
7. └─dbarts (local) initialize(value, ...)
8. ├─methods::callNextMethod()
9. └─methods (local) .nextMethod(.Object = .Object, ... = ...)
10. └─methods::validObject(.Object)
11. ├─methods (local) anyStrings(validityMethod(object))
12. │ └─base::isTRUE(x)
13. └─dbarts (local) validityMethod(object)
14. └─base::parse(text = deparse(RNGkind)[-1L])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'model-comparison.Rmd' failed with diagnostics:
<text>:1:22: unexpected ')'
1: binom.kind = NULL)
^
--- failed re-building 'model-comparison.Rmd'
SUMMARY: processing the following file failed:
'model-comparison.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-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.