Last updated on 2025-03-06 01:51:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.7 | 48.00 | 605.28 | 653.28 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.8 | 33.76 | 376.84 | 410.60 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.8 | 514.27 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.8 | 705.71 | OK | |||
r-devel-macos-arm64 | 0.2.8 | 149.00 | OK | |||
r-devel-macos-x86_64 | 0.2.8 | 276.00 | OK | |||
r-devel-windows-x86_64 | 0.2.7 | 45.00 | 480.00 | 525.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.7 | OK | ||||
r-release-linux-x86_64 | 0.2.7 | 47.67 | 519.48 | 567.15 | OK | |
r-release-macos-arm64 | 0.2.8 | 171.00 | ERROR | |||
r-release-macos-x86_64 | 0.2.8 | 280.00 | OK | |||
r-release-windows-x86_64 | 0.2.7 | 46.00 | 472.00 | 518.00 | OK | |
r-oldrel-macos-arm64 | 0.2.8 | 216.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.8 | 322.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.7 | 58.00 | 596.00 | 654.00 | OK |
Version: 0.2.7
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
add_paths.Rd: lavaan
mixture_starts.Rd: mxData
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64
Version: 0.2.8
Check: examples
Result: ERROR
Running examples in ‘tidySEM-Ex.R’ failed
The error most likely occurred in:
> ### Name: pseudo_class
> ### Title: Estimate an Auxiliary Model using the Pseudo-Class Method
> ### Aliases: pseudo_class pseudo_class.MxModel
>
> ### ** Examples
>
> if(requireNamespace("OpenMx", quietly = TRUE)){
+ set.seed(2)
+ dat <- iris[c(1:5, 50:55, 100:105), 1:4]
+ colnames(dat) <- c("SL", "SW", "PL", "PW")
+ fit <- suppressWarnings(mx_profiles(data = dat, classes = 3))
+
+ pct_mx <- pseudo_class(x = fit,
+ model = "SL ~ class",
+ data = dat,
+ m = 2)
+
+ pct_lm <- pseudo_class(x = fit,
+ model = lm( SL ~ class, data = data),
+ data = dat,
+ m = 2)
+
+
+ pcte <- pseudo_class(x = fit,
+ model = lm(SL ~ class, data = data),
+ data = dat,
+ m = 2)
+
+ pct_func <- pseudo_class(x = fit,
+ model = function(data){lm(SL ~ class, data = data)},
+ data = dat,
+ m = 2)
+
+
+ }
Running mix3 with 18 parameters
Running mix3 with 18 parameters
The degrees of freedom are assumed to be equal to the total number of observations used in the model ( 17 ) minus the number of parameters estimated ( 5 ). This may not be correct. If necessary, provide a better value via the 'df_complete' argument
Error in pseudo_class_pool.default(fits, ...) :
Cannot pool fit objects, because package 'mice' is not installed
Calls: pseudo_class ... pseudo_class.class_draws -> pseudo_class_pool -> pseudo_class_pool.default
Execution halted
Flavor: r-release-macos-arm64
Version: 0.2.8
Check: tests
Result: ERROR
Running ‘testthat.R’ [42s/42s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tidySEM)
> if(requireNamespace("OpenMx", quietly = TRUE)) require("OpenMx")
Loading required package: OpenMx
OpenMx may run faster if it is compiled to take advantage of multiple cores.
> if(requireNamespace("umx", quietly = TRUE)) require("umx")
Loading required package: umx
For an overview type '?umx'
Attaching package: 'umx'
The following object is masked from 'package:stats':
loadings
> options("test_mplus" = FALSE)
> test_check("tidySEM")
[ FAIL 1 | WARN 2 | SKIP 6 | PASS 118 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• Not run by package maintainer (5): 'test-multigroup_mx.R:3:5',
'test-openmx_ordinal.R:3:5', 'test-openmx_ordinal_methods.R:4:5',
'test-plot_multigroup_multilevel.R:2:3', 'test-plot_plot_prob.R:3:3'
• On CRAN (1): 'test-plot_profiles_varyingcov.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-pseudo_class_technique.R:8:3'): pseudo_class works ─────────────
Error in `pseudo_class_pool.default(fits, ...)`: Cannot pool fit objects, because package 'mice' is not installed
Backtrace:
▆
1. ├─tidySEM::pseudo_class(...)
2. └─tidySEM:::pseudo_class.class_draws(...)
3. ├─tidySEM:::pseudo_class_pool(fits, ...)
4. └─tidySEM:::pseudo_class_pool.default(fits, ...)
[ FAIL 1 | WARN 2 | SKIP 6 | PASS 118 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-arm64