- using R version 2.15.3 (2013-03-01)
- using platform: i386-apple-darwin9.8.0 (32-bit)
- using session charset: ASCII
- checking for file 'ade4/DESCRIPTION' ... OK
- this is package 'ade4' version '1.5-1'
- 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 whether package 'ade4' can be installed ... OK
- checking installed package size ... OK
- checking package directory ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... 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 R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
- loading checks for arch 'x86_64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
- checking for unstated 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 ... OK
- checking Rd files ... 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 ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking for portable compilation flags in Makevars ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking compiled code ... OK
- checking examples ...
** running examples for arch 'i386' ... OK
** running examples for arch 'x86_64' ... ERROR
Running examples in 'ade4-Ex.R' failed
The error most likely occurred in:
> ### Name: rlq
> ### Title: RLQ analysis
> ### Aliases: rlq print.rlq plot.rlq summary.rlq randtest.rlq
> ### Keywords: multivariate spatial
>
> ### ** Examples
>
> data(aviurba)
> coa1 <- dudi.coa(aviurba$fau, scannf = FALSE, nf = 2)
> dudimil <- dudi.hillsmith(aviurba$mil, scannf = FALSE, nf = 2, row.w = coa1$lw)
> duditrait <- dudi.hillsmith(aviurba$traits, scannf = FALSE, nf = 2, row.w = coa1$cw)
> rlq1 <- rlq(dudimil, coa1, duditrait, scannf = FALSE, nf = 2)
> plot(rlq1)
> summary(rlq1)
Eigenvalues decomposition:
eig covar sdR sdQ corr
1 0.4782826 0.6915798 1.558312 1.158357 0.3831293
2 0.1418508 0.3766308 1.308050 1.219367 0.2361331
Inertia & coinertia R:
inertia max ratio
1 2.428337 2.996911 0.8102800
12 4.139332 5.345110 0.7744148
Inertia & coinertia Q:
inertia max ratio
1 1.341791 2.603139 0.5154512
12 2.828648 4.202981 0.6730098
Correlation L:
corr max ratio
1 0.3831293 0.6435487 0.5953384
2 0.2361331 0.5220054 0.4523576
> randtest.rlq(rlq1)
*** caught segfault ***
address 0xaa5ddb0, cause 'memory not mapped'
Traceback:
1: .C("testertracerlq", as.integer(npermut), as.double(pcR), as.integer(length(pcR)), as.double(pcQ), as.integer(length(pcQ)), as.double(plL), as.integer(length(plL)), as.double(pcL), as.integer(length(pcL)), as.double(t(tabR)), as.double(t(tabQ)), as.double(t(tabL)), as.integer(assignR), as.integer(assignQ), as.integer(indexR), as.integer(length(indexR)), as.integer(indexQ), as.integer(length(indexQ)), as.character(typQ), typR = as.character(typR), inersim = double(npermut + 1), PACKAGE = "ade4")
2: testertracerlq(nrepet, R.cw, Q.cw, L.lw, L.cw, Rinit, Qinit, L, typQ, typR, ifelse(indexR == "f", 1, 2), assignR, ifelse(indexQ == "f", 1, 2), assignQ)
3: randtest.rlq(rlq1)
aborting ...
- elapsed time (check, wall clock): 4:13