Last updated on 2025-05-17 01:51:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 5.16 | 51.12 | 56.28 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 3.22 | 34.93 | 38.15 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 86.88 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 83.07 | OK | |||
r-devel-windows-x86_64 | 1.1.1 | 6.00 | 72.00 | 78.00 | OK | |
r-patched-linux-x86_64 | 1.1.1 | 5.26 | 47.32 | 52.58 | OK | |
r-release-linux-x86_64 | 1.1.1 | 4.34 | 47.36 | 51.70 | OK | |
r-release-macos-arm64 | 1.1.1 | 26.00 | OK | |||
r-release-macos-x86_64 | 1.1.1 | 71.00 | OK | |||
r-release-windows-x86_64 | 1.1.1 | 7.00 | 0.00 | 7.00 | FAIL | |
r-oldrel-macos-arm64 | 1.1.1 | 30.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.1 | 65.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.1 | 7.00 | 85.00 | 92.00 | OK |
Version: 1.1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Frank Dondelinger <fdondelinger.work@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Frank",
family = "Dondelinger",
role = c("aut", "cre"),
email = "fdondelinger.work@gmail.com"),
person(given = "Sophie",
family = "Lebre",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
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:
> network = generateNetwork()
>
> # Simulate data using generated network
> dataset = simulateNetwork(net=network)
>
> # Generate random network with 4 changepoints and 15 nodes,
> # with changepoints distributed over a timeseries of length 50
> network = generateNetwork(l=50, q=15, fixed=TRUE, k_bar=4)
>
> # Simulate data of length 50 using generated network
> dataset = simulateNetwork(net=network)
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 5.69 0.54 6.25 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-release-windows-x86_64