error : in semPlot

hi,

please some one help me in semPath error & since then i have installed ("semPlot", dependencies), with several restarting. qgrpah also installed

could not find function "semPaths"

semPaths may not be found if you have not loaded semPlot in the session. i.e.

library(semPlot)

If you have an error from the library statement, then you may be wrong that you have installed semPlot ...
You could try

ip <- data.frame(installed.packages())
ip[which(row.names(ip)=="semPlot"),c("Package","Version")]

to see if semPlot is in your installed.packages() list

ip <- data.frame(installed.packages())
ip[which(row.names(ip)=="semPlot"),c("Package","Version")]
Package Version
semPlot semPlot 1.1.2

above not solved problem...

however, there is another issue came-up.

library(semPlot)
Error: package or namespace load failed for ‘semPlot’ in inDL(x, as.logical(local), as.logical(now), ...):
function 'Rcpp_precious_remove' not provided by package 'Rcpp'
In addition: Warning message:
package ‘semPlot’ was built under R version 4.1.1

Try update.packages()

Hi everyone,

It's better to uninstall and reinstall the entire r and r studio.. Then only all semPlot all functions will work..

Thank you all

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.