- using R Under development (unstable) (2026-02-12 r89409)
- using platform: aarch64-apple-darwin23
- R was compiled by
Apple clang version 17.0.0 (clang-1700.3.19.1)
GNU Fortran (GCC) 14.2.0
- running under: macOS Sequoia 15.7.1
- using session charset: UTF-8
* current time: 2026-02-13 02:00:45 UTC
- checking for file ‘CircNNTSRmult/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘CircNNTSRmult’ version ‘0.1.0’
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘CircNNTSRmult’ can be installed ... [1s/1s] OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [1s/1s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... [6s/4s] ERROR
Running examples in ‘CircNNTSRmult-Ex.R’ failed
The error most likely occurred in:
> ### Name: mnntsmarginalgeneral
> ### Title: Mixing Probabilities of the Elements of the Mixture
> ### Aliases: mnntsmarginalgeneral
>
> ### ** Examples
>
> # A univariate marginal from a bivariate joint
>
> set.seed(200)
> Mbiv<-c(2,3)
> Rbiv<-length(Mbiv)
> data(Nest)
> data<-Nest*(pi/180)
> est<-mnntsmanifoldnewtonestimation(data,Mbiv,Rbiv,100)
> est
$cestimates
1 2 cestimates
1 0 0 0.0301549375+0.000000000i
2 1 0 -0.0448787954-0.010153612i
3 2 0 0.0008678277+0.013590494i
4 0 1 -0.0440492461-0.039922181i
5 1 1 0.0501488129+0.051321448i
6 2 1 -0.0062466591-0.007092411i
7 0 2 0.0078270461+0.064490150i
8 1 2 -0.0083883563-0.070428564i
9 2 2 0.0080940777+0.013297931i
10 0 3 0.0218507556-0.038675024i
11 1 3 -0.0205240199+0.036139097i
12 2 3 0.0027994102-0.012026095i
$loglik
[1] -116.5119
$AIC
[1] 277.0237
$BIC
[1] 319.0882
$gradnormerror
[1] 7.285441e-11
> cparsmarginal1<-mnntsmarginalgeneral(cpars=est$cestimates,M=Mbiv,R=Rbiv,marginal=1)
*** caught segfault ***
address 0x1, cause 'invalid permissions'
Traceback:
1: eigen(Cmatrix, symmetric = TRUE)
2: mnntsmarginalgeneral(cpars = est$cestimates, M = Mbiv, R = Rbiv, marginal = 1)
An irrecoverable exception occurred. R is aborting now ...
- checking PDF version of manual ... [2s/2s] OK
- DONE
Status: 1 ERROR
- using check arguments '--no-clean-on-error '