Last updated on 2025-04-30 12:49:20 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.5 | 22.32 | 82.64 | 104.96 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.5 | 14.32 | 62.21 | 76.53 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.5 | 164.57 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.5 | 161.14 | NOTE | |||
r-devel-windows-x86_64 | 0.1.5 | 21.00 | 0.00 | 21.00 | FAIL | |
r-patched-linux-x86_64 | 0.1.5 | 19.24 | 80.17 | 99.41 | NOTE | |
r-release-linux-x86_64 | 0.1.5 | 16.59 | 80.02 | 96.61 | NOTE | |
r-release-macos-arm64 | 0.1.5 | 48.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.5 | 94.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.5 | 22.00 | 100.00 | 122.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.5 | 44.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.5 | 70.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.5 | 29.00 | 219.00 | 248.00 | OK |
Version: 0.1.5
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘vineCopulas.R’
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-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.1.5
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
BB1Copula-class.Rd: VineCopula-package, joeCopula-class
BB1Copula.Rd: joeCopula, VineCopula-package
BB6Copula-class.Rd: VineCopula-package, joeCopula-class
BB6Copula.Rd: joeCopula, VineCopula-package
BB7Copula-class.Rd: VineCopula-package, joeCopula-class
BB7Copula.Rd: joeCopula, VineCopula-package
BB8Copula-class.Rd: VineCopula-package, joeCopula-class
BB8Copula.Rd: joeCopula, VineCopula-package
BiCop2copula.Rd: copula-class, VineCopula-package, BiCop
ddCopula.Rd: dCopula, pCopula
joeBiCopula-class.Rd: VineCopula-package, copula-package,
joeCopula-class
joeBiCopula.Rd: copula-package, joeCopula-class, VineCopula-package
surClaytonCopula-class.Rd: VineCopula-package
surClaytonCopula.Rd: VineCopula-package
surGumbelCopula-class.Rd: VineCopula-package
surGumbelCopula.Rd: VineCopula-package
tawnT1Copula-class.Rd: VineCopula-package
tawnT1Copula.Rd: VineCopula-package
tawnT2Copula-class.Rd: VineCopula-package
tawnT2Copula.Rd: VineCopula-package
vineCopula-class.Rd: VineCopula-package, RVineMatrix
vineCopula.Rd: RVineMatrix, VineCopula-package
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 0.1.5
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:
>
>
> # a C-vine of independent copulas
> vine <- vineCopula(4L, "CVine")
>
> library(copula)
> library(lattice)
>
> cloud(V1 ~ V2 + V3, as.data.frame(rCopula(500, vine)))
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
detaching 'package:lattice'
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 7.31 0.2 7.52 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