You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to use the 'semPlot' package within RCaller's functionality but I am receiving an error that there is no package called 'semPlot', leading to the error that 'semPaths' is an unknown function since 'semPlot' is not imported. I already have the package installed in R and functioning in RStudio. I transferred the code into RCaller to be used. Here is the code I came up with. I happen to be attempting to plot something in this case because that is my ultimate goal but without trying to plot anything, my packages are still not being found:
How do you import R packages into RCaller? Also, if there is any difference in procedure for importing into use with RCaller plots, how does that work?
The text was updated successfully, but these errors were encountered:
did you try this?
code.addRCode("require('packagename')");
Yes I did try using that code right before the library call, right after the library call, and right before the startPlot (if the placement even mattered beyond placing it before the semPaths() call
I have been trying to use the 'semPlot' package within RCaller's functionality but I am receiving an error that there is no package called 'semPlot', leading to the error that 'semPaths' is an unknown function since 'semPlot' is not imported. I already have the package installed in R and functioning in RStudio. I transferred the code into RCaller to be used. Here is the code I came up with. I happen to be attempting to plot something in this case because that is my ultimate goal but without trying to plot anything, my packages are still not being found:
How do you import R packages into RCaller? Also, if there is any difference in procedure for importing into use with RCaller plots, how does that work?
The text was updated successfully, but these errors were encountered: