Last updated on 2023-03-22 06:55:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.19 | 17.71 | 134.96 | 152.67 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.19 | 14.72 | 107.81 | 122.53 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.19 | 208.03 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.19 | 208.81 | OK | |||
r-devel-windows-x86_64 | 1.19 | 125.00 | 212.00 | 337.00 | OK | |
r-patched-linux-x86_64 | 1.19 | 24.52 | 138.47 | 162.99 | OK | |
r-release-linux-x86_64 | 1.19 | 11.98 | 137.23 | 149.21 | OK | |
r-release-macos-arm64 | 1.19 | 47.00 | OK | |||
r-release-macos-x86_64 | 1.19 | 78.00 | OK | |||
r-release-windows-x86_64 | 1.19 | 102.00 | 213.00 | 315.00 | OK | |
r-oldrel-macos-arm64 | 1.19 | 49.00 | OK | |||
r-oldrel-macos-x86_64 | 1.19 | 81.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.19 | 37.00 | 231.00 | 268.00 | OK |
Version: 1.19
Check: examples
Result: ERROR
Running examples in ‘Anthropometry-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: descrDissTrunks
> ### Title: Description of the dissimilarities between women's trunks
> ### Aliases: descrDissTrunks
> ### Keywords: datasets
>
> ### ** Examples
>
> #Database:
> #As a toy example, only the first 25 individuals are used.
> X <- descrDissTrunks[1:25,]
> X <- as.matrix(X)
>
> #Computation of archetypes and archetypoids:
> #For reproducing results, seed for randomness:
> #suppressWarnings(RNGversion("3.5.0"))
> #set.seed(2010)
> #Run archetype algorithm repeatedly from 1 to numArch archetypes:
> #This is a toy example. In other situation, choose numArch=10 and numRep=20.
> numArch <- 5 ; nrep <- 2
> lass <- stepArchetypesRawData(data = X, numArch = 1:numArch, numRep = nrep, verbose = FALSE)
Warning in archetypes(data, k = numArch[i], family = archetypesFamily("original", :
k=2: zs > maxKappa
Warning in archetypes(data, k = numArch[i], family = archetypesFamily("original", :
k=2: zs > maxKappa
Warning in archetypes(data, k = numArch[i], family = archetypesFamily("original", :
k=3: zs > maxKappa
Warning in archetypes(data, k = numArch[i], family = archetypesFamily("original", :
k=3: zs > maxKappa
Warning in archetypes(data, k = numArch[i], family = archetypesFamily("original", :
k=4: zs > maxKappa
Warning in archetypes(data, k = numArch[i], family = archetypesFamily("original", :
k=4: zs > maxKappa
Warning in archetypes(data, k = numArch[i], family = archetypesFamily("original", :
k=5: zs > maxKappa
Warning in archetypes(data, k = numArch[i], family = archetypesFamily("original", :
k=5: Error in qr.solve(alphas %*% t(alphas)): singular matrix 'a' in solve
> #To understand the warning messages, see the vignette of the
> #archetypes package.
>
> #screeplot(lass)
>
> numArchoid <- 3
> res_archoids_ns <- archetypoids(numArchoid, X, huge = 200, step = FALSE, ArchObj = lass,
+ nearest = "cand_ns", sequ = TRUE)
Error in get.knnx(data = train, query = test, k = k, algorithm) :
DLL requires the use of native symbols
Calls: archetypoids -> knn -> get.knnx
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang