Last updated on 2025-03-09 05:52:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 9.37 | 80.40 | 89.77 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4.0 | 6.88 | 59.33 | 66.21 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4.0 | 142.37 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 146.26 | OK | |||
r-devel-macos-arm64 | 0.4.0 | 49.00 | OK | |||
r-devel-macos-x86_64 | 0.4.0 | 93.00 | OK | |||
r-devel-windows-x86_64 | 0.4.0 | 10.00 | 85.00 | 95.00 | FAIL | |
r-patched-linux-x86_64 | 0.4.0 | 12.74 | 74.12 | 86.86 | OK | |
r-release-linux-x86_64 | 0.4.0 | 9.26 | 73.68 | 82.94 | OK | |
r-release-macos-arm64 | 0.4.0 | 46.00 | OK | |||
r-release-macos-x86_64 | 0.4.0 | 74.00 | OK | |||
r-release-windows-x86_64 | 0.4.0 | 9.00 | 86.00 | 95.00 | OK | |
r-oldrel-macos-arm64 | 0.4.0 | OK | ||||
r-oldrel-macos-x86_64 | 0.4.0 | 101.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.0 | 12.00 | 103.00 | 115.00 | OK |
Version: 0.4.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
acceptance_rate.Rd: libbi, get_traces
adapt_particles.Rd: libbi
adapt_proposal.Rd: libbi
get_mvn_params.Rd: libbi
numeric_to_time.Rd: libbi
update_proposal.Rd: bi_model
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 0.4.0
Check: PDF version of manual
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> example_bi <- rbi::libbi(model = example_model, obs = example_obs)
> obs_states <- rbi::var_names(example_model, type="obs")
> max_time <- max(vapply(example_obs[obs_states], function(x) {
+ max(x[["time"]])
+ }, 0))
> # adapt to acceptance rate between 0.1 and 0.5
> ## Not run:
> ##D adapted <- adapt_proposal(example_bi,
> ##D nsamples = 100, end_time = max_time,
> ##D min = 0.1, max = 0.5, nparticles = 256, correlations = TRUE
> ##D )
> ## End(Not run)
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 2.94 0.28 3.22 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64