CRAN Package Check Results for Package cvsem

Last updated on 2023-10-02 17:01:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 2.67 1235.45 1238.12 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.0 1.99 22.63 24.62 OK
r-devel-linux-x86_64-fedora-clang 1.0.0 38.57 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 37.20 OK
r-devel-windows-x86_64 1.0.0 4.00 44.00 48.00 OK
r-patched-linux-x86_64 1.0.0 2.29 28.84 31.13 OK
r-release-linux-x86_64 1.0.0 1.99 29.14 31.13 OK
r-release-macos-arm64 1.0.0 18.00 OK
r-release-macos-x86_64 1.0.0 23.00 OK
r-release-windows-x86_64 1.0.0 4.00 45.00 49.00 OK
r-oldrel-macos-arm64 1.0.0 19.00 OK
r-oldrel-macos-x86_64 1.0.0 24.00 OK
r-oldrel-windows-x86_64 1.0.0 6.00 47.00 53.00 OK

Check Details

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in ‘cvsem-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: cvsem
    > ### Title: Cross-Validation of Structural Equation Models
    > ### Aliases: cvsem
    >
    > ### ** Examples
    >
    >
    > example_data <- lavaan::HolzingerSwineford1939
    > colnames(example_data) <- c("id", "sex", "ageyr", "agemo", 'school', "grade",
    + "visualPerception", "cubes", "lozenges", "comprehension",
    + "sentenceCompletion", "wordMeaning", "speededAddition",
    + "speededCounting", "speededDiscrimination")
    >
    > model1 <- 'comprehension ~ meaning
    +
    + ## Add some latent variables:
    + meaning =~ wordMeaning + sentenceCompletion
    + speed =~ speededAddition + speededDiscrimination + speededCounting
    + speed ~~ meaning'
    >
    > model2 <- 'comprehension ~ wordMeaning + speededAddition'
    > model3 <- 'comprehension ~ wordMeaning + speededAddition'
    >
    > models <- cvgather(model1, model2, model3)
    >
    > fit <- cvsem( data = example_data, Models = models, k = 10, discrepancyMetric = "KL-Divergence")
    [1] "Cross-Validating model: model1"
    [1] "Cross-Validating model: model2"
    [1] "Cross-Validating model: model3"
    >
    >
    >
    >
    > base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
    > base::cat("cvsem", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
    > ### * <FOOTER>
    > ###
    > cleanEx()
    > options(digits = 7L)
    > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
    Time elapsed: 4.419 0.087 6.078 0.105 0.047
    > grDevices::dev.off()
    null device
     1
    > ###
    > ### Local variables: ***
    > ### mode: outline-minor ***
    > ### outline-regexp: "\\(> \\)?### [*]+" ***
    > ### End: ***
    > quit('no')
    Assertion failure at kmp_runtime.cpp(6918): temp_reg_status_file_name.
    OMP: Error #13: Assertion failure at kmp_runtime.cpp(6918).
    OMP: Hint Please submit a bug report with this message, compile and run commands used, and machine configuration info including native compiler and operating system versions. Faster response will be obtained by including all program sources. For information on submitting this issue, please see https://bugs.llvm.org/.
    Assertion failure at kmp_runtime.cpp(6918): temp_reg_status_file_name.
    OMP: Error #13: Assertion failure at kmp_runtime.cpp(6918).
    OMP: Hint Please submit a bug report with this message, compile and run commands used, and machine configuration info including native compiler and operating system versions. Faster response will be obtained by including all program sources. For information on submitting this issue, please see https://bugs.llvm.org/.
    Killed
Flavor: r-devel-linux-x86_64-debian-clang