Last updated on 2022-08-08 06:54:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.5 | 27.45 | 198.48 | 225.93 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1.5 | 21.33 | 146.50 | 167.83 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.5 | 293.58 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.5 | 293.41 | ERROR | |||
r-devel-windows-x86_64 | 1.1.5 | 39.00 | 205.00 | 244.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.5 | 34.70 | 188.30 | 223.00 | ERROR | |
r-release-linux-x86_64 | 1.1.5 | ERROR | ||||
r-release-macos-arm64 | 1.1.5 | 74.00 | OK | |||
r-release-macos-x86_64 | 1.1.5 | 142.00 | OK | |||
r-release-windows-x86_64 | 1.1.5 | 42.00 | 210.00 | 252.00 | ERROR | |
r-oldrel-macos-arm64 | 1.1.5 | 69.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.5 | 97.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.1.5 | 57.00 | 211.00 | 268.00 | OK |
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in 'semPlot-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: modelMatrices
> ### Title: Extract SEM model matrices
> ### Aliases: modelMatrices
>
> ### ** Examples
>
> ## Mplus user guide SEM example:
> outfile <- tempfile(fileext=".out")
> tryres <- try({
+ download.file("http://www.statmodel.com/usersguide/chap5/ex5.11.out",outfile)
+ })
trying URL 'http://www.statmodel.com/usersguide/chap5/ex5.11.out'
>
> if (!is(tryres,"try-error")){
+ # Plot model:
+ semPaths(outfile, intercepts = FALSE)
+
+ # Extract RAM:
+ RAM <- modelMatrices(outfile, "ram")
+ semPaths(do.call(ramModel, RAM), as.expression = "edges", intercepts = FALSE)
+
+ # Extract LISREL:
+ LISREL <- modelMatrices(outfile, "lisrel")
+ semPaths(do.call(lisrelModel, LISREL), as.expression = "edges", intercepts = FALSE)
+ }
Loading required namespace: MplusAutomation
Warning in extractInput_1file(rawtext, curfile) :
Could not find beginning of input for: /tmp/RtmpRwykGD/file22535d3f34f3ba.out
Warning in extractWarningsErrors_1file(outfiletext, curfile, input = inp) :
Could not identify bounds of input section: /tmp/RtmpRwykGD/file22535d3f34f3ba.out
Space required after the Public Identifier
SystemLiteral " or ' expected
SYSTEM or PUBLIC, the URI is missing
Opening and ending tag mismatch: li line 131 and ul
Opening and ending tag mismatch: li line 130 and body
Opening and ending tag mismatch: li line 129 and html
Premature end of data in tag li line 128
Warning in semPlotModel_Amos(object) :
(Residual) variances of Amos model is not yet supported
Error in semPlotModel.default("/tmp/RtmpRwykGD/file22535d3f34f3ba.out", :
Object not recognized as SEM model
Calls: semPaths -> do.call -> <Anonymous> -> semPlotModel.default
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in ‘semPlot-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: modelMatrices
> ### Title: Extract SEM model matrices
> ### Aliases: modelMatrices
>
> ### ** Examples
>
> ## Mplus user guide SEM example:
> outfile <- tempfile(fileext=".out")
> tryres <- try({
+ download.file("http://www.statmodel.com/usersguide/chap5/ex5.11.out",outfile)
+ })
trying URL 'http://www.statmodel.com/usersguide/chap5/ex5.11.out'
>
> if (!is(tryres,"try-error")){
+ # Plot model:
+ semPaths(outfile, intercepts = FALSE)
+
+ # Extract RAM:
+ RAM <- modelMatrices(outfile, "ram")
+ semPaths(do.call(ramModel, RAM), as.expression = "edges", intercepts = FALSE)
+
+ # Extract LISREL:
+ LISREL <- modelMatrices(outfile, "lisrel")
+ semPaths(do.call(lisrelModel, LISREL), as.expression = "edges", intercepts = FALSE)
+ }
Loading required namespace: MplusAutomation
Warning in extractInput_1file(rawtext, curfile) :
Could not find beginning of input for: /home/hornik/tmp/scratch/Rtmp8NeKsr/file345c2a6837eda0.out
Warning in extractWarningsErrors_1file(outfiletext, curfile, input = inp) :
Could not identify bounds of input section: /home/hornik/tmp/scratch/Rtmp8NeKsr/file345c2a6837eda0.out
Space required after the Public Identifier
SystemLiteral " or ' expected
SYSTEM or PUBLIC, the URI is missing
Opening and ending tag mismatch: li line 131 and ul
Opening and ending tag mismatch: li line 130 and body
Opening and ending tag mismatch: li line 129 and html
Premature end of data in tag li line 128
Warning in semPlotModel_Amos(object) :
(Residual) variances of Amos model is not yet supported
Error in semPlotModel.default("/home/hornik/tmp/scratch/Rtmp8NeKsr/file345c2a6837eda0.out", :
Object not recognized as SEM model
Calls: semPaths -> do.call -> <Anonymous> -> semPlotModel.default
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in ‘semPlot-Ex.R’ failed
The error most likely occurred in:
> ### Name: modelMatrices
> ### Title: Extract SEM model matrices
> ### Aliases: modelMatrices
>
> ### ** Examples
>
> ## Mplus user guide SEM example:
> outfile <- tempfile(fileext=".out")
> tryres <- try({
+ download.file("http://www.statmodel.com/usersguide/chap5/ex5.11.out",outfile)
+ })
trying URL 'http://www.statmodel.com/usersguide/chap5/ex5.11.out'
>
> if (!is(tryres,"try-error")){
+ # Plot model:
+ semPaths(outfile, intercepts = FALSE)
+
+ # Extract RAM:
+ RAM <- modelMatrices(outfile, "ram")
+ semPaths(do.call(ramModel, RAM), as.expression = "edges", intercepts = FALSE)
+
+ # Extract LISREL:
+ LISREL <- modelMatrices(outfile, "lisrel")
+ semPaths(do.call(lisrelModel, LISREL), as.expression = "edges", intercepts = FALSE)
+ }
Loading required namespace: MplusAutomation
Warning in extractInput_1file(rawtext, curfile) :
Could not find beginning of input for: /tmp/RtmphJBypf/working_dir/RtmpTjOCXU/fileb51773572c194.out
Warning in extractWarningsErrors_1file(outfiletext, curfile, input = inp) :
Could not identify bounds of input section: /tmp/RtmphJBypf/working_dir/RtmpTjOCXU/fileb51773572c194.out
Space required after the Public Identifier
SystemLiteral " or ' expected
SYSTEM or PUBLIC, the URI is missing
Opening and ending tag mismatch: li line 131 and ul
Opening and ending tag mismatch: li line 130 and body
Opening and ending tag mismatch: li line 129 and html
Premature end of data in tag li line 128
Warning in semPlotModel_Amos(object) :
(Residual) variances of Amos model is not yet supported
Error in semPlotModel.default("/tmp/RtmphJBypf/working_dir/RtmpTjOCXU/fileb51773572c194.out", :
Object not recognized as SEM model
Calls: semPaths -> do.call -> <Anonymous> -> semPlotModel.default
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in ‘semPlot-Ex.R’ failed
The error most likely occurred in:
> ### Name: modelMatrices
> ### Title: Extract SEM model matrices
> ### Aliases: modelMatrices
>
> ### ** Examples
>
> ## Mplus user guide SEM example:
> outfile <- tempfile(fileext=".out")
> tryres <- try({
+ download.file("http://www.statmodel.com/usersguide/chap5/ex5.11.out",outfile)
+ })
trying URL 'http://www.statmodel.com/usersguide/chap5/ex5.11.out'
>
> if (!is(tryres,"try-error")){
+ # Plot model:
+ semPaths(outfile, intercepts = FALSE)
+
+ # Extract RAM:
+ RAM <- modelMatrices(outfile, "ram")
+ semPaths(do.call(ramModel, RAM), as.expression = "edges", intercepts = FALSE)
+
+ # Extract LISREL:
+ LISREL <- modelMatrices(outfile, "lisrel")
+ semPaths(do.call(lisrelModel, LISREL), as.expression = "edges", intercepts = FALSE)
+ }
Loading required namespace: MplusAutomation
Warning in extractInput_1file(rawtext, curfile) :
Could not find beginning of input for: /tmp/RtmpYpd1Cq/working_dir/RtmpESlyAd/file2b805569a59210.out
Warning in extractWarningsErrors_1file(outfiletext, curfile, input = inp) :
Could not identify bounds of input section: /tmp/RtmpYpd1Cq/working_dir/RtmpESlyAd/file2b805569a59210.out
Space required after the Public Identifier
SystemLiteral " or ' expected
SYSTEM or PUBLIC, the URI is missing
Opening and ending tag mismatch: li line 131 and ul
Opening and ending tag mismatch: li line 130 and body
Opening and ending tag mismatch: li line 129 and html
Premature end of data in tag li line 128
Warning in semPlotModel_Amos(object) :
(Residual) variances of Amos model is not yet supported
Error in semPlotModel.default("/tmp/RtmpYpd1Cq/working_dir/RtmpESlyAd/file2b805569a59210.out", :
Object not recognized as SEM model
Calls: semPaths -> do.call -> <Anonymous> -> semPlotModel.default
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in 'semPlot-Ex.R' failed
The error most likely occurred in:
> ### Name: modelMatrices
> ### Title: Extract SEM model matrices
> ### Aliases: modelMatrices
>
> ### ** Examples
>
> ## Mplus user guide SEM example:
> outfile <- tempfile(fileext=".out")
> tryres <- try({
+ download.file("http://www.statmodel.com/usersguide/chap5/ex5.11.out",outfile)
+ })
trying URL 'http://www.statmodel.com/usersguide/chap5/ex5.11.out'
>
> if (!is(tryres,"try-error")){
+ # Plot model:
+ semPaths(outfile, intercepts = FALSE)
+
+ # Extract RAM:
+ RAM <- modelMatrices(outfile, "ram")
+ semPaths(do.call(ramModel, RAM), as.expression = "edges", intercepts = FALSE)
+
+ # Extract LISREL:
+ LISREL <- modelMatrices(outfile, "lisrel")
+ semPaths(do.call(lisrelModel, LISREL), as.expression = "edges", intercepts = FALSE)
+ }
Loading required namespace: MplusAutomation
Warning in extractInput_1file(rawtext, curfile) :
Could not find beginning of input for: D:\temp\RtmpO0kaLO\file2abb826745c34.out
Warning in extractWarningsErrors_1file(outfiletext, curfile, input = inp) :
Could not identify bounds of input section: D:\temp\RtmpO0kaLO\file2abb826745c34.out
Space required after the Public Identifier
SystemLiteral " or ' expected
SYSTEM or PUBLIC, the URI is missing
Opening and ending tag mismatch: li line 131 and ul
Opening and ending tag mismatch: li line 130 and body
Opening and ending tag mismatch: li line 129 and html
Premature end of data in tag li line 128
Warning in semPlotModel_Amos(object) :
(Residual) variances of Amos model is not yet supported
Error in semPlotModel.default("D:\\temp\\RtmpO0kaLO\\file2abb826745c34.out", :
Object not recognized as SEM model
Calls: semPaths -> do.call -> <Anonymous> -> semPlotModel.default
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in ‘semPlot-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: modelMatrices
> ### Title: Extract SEM model matrices
> ### Aliases: modelMatrices
>
> ### ** Examples
>
> ## Mplus user guide SEM example:
> outfile <- tempfile(fileext=".out")
> tryres <- try({
+ download.file("http://www.statmodel.com/usersguide/chap5/ex5.11.out",outfile)
+ })
trying URL 'http://www.statmodel.com/usersguide/chap5/ex5.11.out'
>
> if (!is(tryres,"try-error")){
+ # Plot model:
+ semPaths(outfile, intercepts = FALSE)
+
+ # Extract RAM:
+ RAM <- modelMatrices(outfile, "ram")
+ semPaths(do.call(ramModel, RAM), as.expression = "edges", intercepts = FALSE)
+
+ # Extract LISREL:
+ LISREL <- modelMatrices(outfile, "lisrel")
+ semPaths(do.call(lisrelModel, LISREL), as.expression = "edges", intercepts = FALSE)
+ }
Loading required namespace: MplusAutomation
Warning in extractInput_1file(rawtext, curfile) :
Could not find beginning of input for: /tmp/RtmpwJwjkg/file31005a365f528c.out
Warning in extractWarningsErrors_1file(outfiletext, curfile, input = inp) :
Could not identify bounds of input section: /tmp/RtmpwJwjkg/file31005a365f528c.out
Space required after the Public Identifier
SystemLiteral " or ' expected
SYSTEM or PUBLIC, the URI is missing
Opening and ending tag mismatch: li line 131 and ul
Opening and ending tag mismatch: li line 130 and body
Opening and ending tag mismatch: li line 129 and html
Premature end of data in tag li line 128
Warning in semPlotModel_Amos(object) :
(Residual) variances of Amos model is not yet supported
Error in semPlotModel.default("/tmp/RtmpwJwjkg/file31005a365f528c.out", :
Object not recognized as SEM model
Calls: semPaths -> do.call -> <Anonymous> -> semPlotModel.default
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in ‘semPlot-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: modelMatrices
> ### Title: Extract SEM model matrices
> ### Aliases: modelMatrices
>
> ### ** Examples
>
> ## Mplus user guide SEM example:
> outfile <- tempfile(fileext=".out")
> tryres <- try({
+ download.file("http://www.statmodel.com/usersguide/chap5/ex5.11.out",outfile)
+ })
trying URL 'http://www.statmodel.com/usersguide/chap5/ex5.11.out'
>
> if (!is(tryres,"try-error")){
+ # Plot model:
+ semPaths(outfile, intercepts = FALSE)
+
+ # Extract RAM:
+ RAM <- modelMatrices(outfile, "ram")
+ semPaths(do.call(ramModel, RAM), as.expression = "edges", intercepts = FALSE)
+
+ # Extract LISREL:
+ LISREL <- modelMatrices(outfile, "lisrel")
+ semPaths(do.call(lisrelModel, LISREL), as.expression = "edges", intercepts = FALSE)
+ }
Loading required namespace: MplusAutomation
Warning in extractInput_1file(rawtext, curfile) :
Could not find beginning of input for: /tmp/Rtmp0gBQq8/file65a64b11ee88.out
Warning in extractWarningsErrors_1file(outfiletext, curfile, input = inp) :
Could not identify bounds of input section: /tmp/Rtmp0gBQq8/file65a64b11ee88.out
Space required after the Public Identifier
SystemLiteral " or ' expected
SYSTEM or PUBLIC, the URI is missing
Opening and ending tag mismatch: li line 131 and ul
Opening and ending tag mismatch: li line 130 and body
Opening and ending tag mismatch: li line 129 and html
Premature end of data in tag li line 128
Warning in semPlotModel_Amos(object) :
(Residual) variances of Amos model is not yet supported
Error in semPlotModel.default("/tmp/Rtmp0gBQq8/file65a64b11ee88.out", :
Object not recognized as SEM model
Calls: semPaths -> do.call -> <Anonymous> -> semPlotModel.default
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in 'semPlot-Ex.R' failed
The error most likely occurred in:
> ### Name: modelMatrices
> ### Title: Extract SEM model matrices
> ### Aliases: modelMatrices
>
> ### ** Examples
>
> ## Mplus user guide SEM example:
> outfile <- tempfile(fileext=".out")
> tryres <- try({
+ download.file("http://www.statmodel.com/usersguide/chap5/ex5.11.out",outfile)
+ })
trying URL 'http://www.statmodel.com/usersguide/chap5/ex5.11.out'
>
> if (!is(tryres,"try-error")){
+ # Plot model:
+ semPaths(outfile, intercepts = FALSE)
+
+ # Extract RAM:
+ RAM <- modelMatrices(outfile, "ram")
+ semPaths(do.call(ramModel, RAM), as.expression = "edges", intercepts = FALSE)
+
+ # Extract LISREL:
+ LISREL <- modelMatrices(outfile, "lisrel")
+ semPaths(do.call(lisrelModel, LISREL), as.expression = "edges", intercepts = FALSE)
+ }
Loading required namespace: MplusAutomation
Warning in extractInput_1file(rawtext, curfile) :
Could not find beginning of input for: D:\temp\RtmpCoskNx\file2e4c85a53e7f.out
Warning in extractWarningsErrors_1file(outfiletext, curfile, input = inp) :
Could not identify bounds of input section: D:\temp\RtmpCoskNx\file2e4c85a53e7f.out
Space required after the Public Identifier
SystemLiteral " or ' expected
SYSTEM or PUBLIC, the URI is missing
Opening and ending tag mismatch: li line 131 and ul
Opening and ending tag mismatch: li line 130 and body
Opening and ending tag mismatch: li line 129 and html
Premature end of data in tag li line 128
Warning in semPlotModel_Amos(object) :
(Residual) variances of Amos model is not yet supported
Error in semPlotModel.default("D:\\temp\\RtmpCoskNx\\file2e4c85a53e7f.out", :
Object not recognized as SEM model
Calls: semPaths -> do.call -> <Anonymous> -> semPlotModel.default
Execution halted
Flavor: r-release-windows-x86_64