Last updated on 2025-04-04 18:53:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3-1 | 11.06 | 129.36 | 140.42 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3-1 | 8.28 | 94.95 | 103.23 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3-1 | 205.68 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3-1 | 221.33 | NOTE | |||
r-devel-macos-arm64 | 1.3-1 | 63.00 | ERROR | |||
r-devel-macos-x86_64 | 1.3-1 | 116.00 | NOTE | |||
r-devel-windows-x86_64 | 1.3-1 | 11.00 | 121.00 | 132.00 | NOTE | |
r-patched-linux-x86_64 | 1.3-1 | 11.92 | 124.72 | 136.64 | NOTE | |
r-release-linux-x86_64 | 1.3-1 | 10.78 | 122.06 | 132.84 | NOTE | |
r-release-macos-arm64 | 1.3-1 | 54.00 | NOTE | |||
r-release-macos-x86_64 | 1.3-1 | 84.00 | NOTE | |||
r-release-windows-x86_64 | 1.3-1 | 13.00 | 118.00 | 131.00 | NOTE | |
r-oldrel-macos-arm64 | 1.3-1 | NOTE | ||||
r-oldrel-macos-x86_64 | 1.3-1 | 90.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.3-1 | 16.00 | 139.00 | 155.00 | NOTE |
Version: 1.3-1
Check: Rd files
Result: NOTE
checkRd: (-1) plot.tfam.Rd:17: Lost braces
17 | objects created using code{tfam_inertia}.}
| ^
checkRd: (-1) popdemo-package.Rd:32: Lost braces
32 | code{\link{inertia}} measures asymptotic population density relative to stable
| ^
checkRd: (-1) tfa_inertia.Rd:33: Lost braces
33 | item{inertia}{inertias of perturbed matrices}
| ^
checkRd: (-1) tfa_inertia.Rd:33: Lost braces
33 | item{inertia}{inertias of perturbed matrices}
| ^
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-macos-arm64, r-devel-macos-x86_64, 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: 1.3-1
Check: examples
Result: ERROR
Running examples in ‘popdemo-Ex.R’ failed
The error most likely occurred in:
> ### Name: tfs_inertia
> ### Title: Calculate sensitivity of inertia using transfer functions
> ### Aliases: tfs_inertia tfsm_inertia
>
> ### ** Examples
>
> # Create a 3x3 matrix
> ( A <- matrix(c(0,1,2,0.5,0.1,0,0,0.6,0.6), byrow=TRUE, ncol=3) )
[,1] [,2] [,3]
[1,] 0.0 1.0 2.0
[2,] 0.5 0.1 0.0
[3,] 0.0 0.6 0.6
>
> # Create an initial stage structure
> ( initial <- c(1,3,2) )
[1] 1 3 2
>
> # Calculate the sensitivity matrix for the upper bound on inertia
> tfsm_inertia(A, bound="upper",tolerance=1e-7)
[,1] [,2] [,3]
[1,] 0.0000000 -0.1726318 0.3725853
[2,] -0.7077579 -0.7930524 0.0000000
[3,] 0.0000000 -0.9756049 0.7433468
>
> # Calculate the sensitivity of simultaneous perturbation to
> # A[1,3] and A[2,3] for the lower bound on inertia
> tfs_inertia(A, d=c(1,0,0), e=c(0,1,1), bound="lower")
Error in solve.default((z * I) - A) :
system is computationally singular: reciprocal condition number = 2.06614e-16
Calls: tfs_inertia -> .tf -> as.vector -> %^% -> solve -> solve.default
Execution halted
Flavor: r-devel-macos-arm64
Version: 1.3-1
Check: installed package size
Result: NOTE
installed size is 5.4Mb
sub-directories of 1Mb or more:
doc 4.9Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64