SachaEpskamp / semPlot

Path diagrams and visual analysis of various SEM packages' output
GNU General Public License v2.0
61 stars 20 forks source link

failed to install semPlot package #25

Open thesaf opened 4 years ago

thesaf commented 4 years ago

Hi, can any of you help me with this. I am getting an error when installing semPlot on my cdsw container. Below is the error message I am getting.

Creating a generic function for ‘source’ from package ‘base’ in package ‘XML’ Error in rematchDefinition(definition, fdef, mnames, fnames, signature) : methods can add arguments to the generic ‘source’ only if '...' is an argument to the generic Error : unable to load R code in package ‘XML’ ERROR: lazy loading failed for package ‘XML’ removing ‘/home/cdsw/R/XML’ ERROR: dependencies ‘XML’, ‘OpenMx’ are not available for package ‘semPlot’ removing ‘/home/cdsw/R/semPlot’

I am using a private local repository (Nexus Repository Manager, OSS 3.7.1-02). I have also attached an image which consists the issue encountered.

image

Please advise on what should I do next. Regards

SachaEpskamp commented 4 years ago

This problem seems to be related to installing XML and OpenMx rather than semPlot. For some linux systems you can use apt-get install r-cran-xml for example.

abrah15 commented 4 years ago

Hi, I'm using R 3.6.1 for windows. I tried to install this package through CRAN but I got the warning message that "package ‘semPlot’ is not available (for R version 3.6.1)". Please, can you help on this?