Closed netique closed 2 years ago
I confirm this issue. There seems to be an incompatibility between the two packages. On my system (Manjaro Linux, R 4.1), semTools will load only if VGAM is not installed. I haven't found a way to solve this so far.
Thomas Yee (maintainer of VGAM) just implemented a fix in his prerelease, which can be downloaded here: https://www.stat.auckland.ac.nz/~yee/VGAM/prerelease/
I cannot check it because I have a Mac. Could @matguidi check the Linux version?
install.packages("VGAM_1.1-6.tar.gz", type = "source", repos = NULL)
And hopefully @netique can check the Windows version?
install.packages("VGAM_1.1-6.zip", type = "binary", repos = NULL)
I confirm that, in Linux, with this version of VGAM, both packages are loaded correctly in R.
@TDJorgensen, many thanks, works flawlessly now on Windows!
Thanks for checking. Thomas Yee will be working on the package after the summer, and the next version that goes to CRAN shouldn't cause this problem.
VGAM was updated on CRAN in February. Can I close this issue now, or is anyone having the same problem?
@TDJorgensen No problem over here!
Sometimes I get this message:
After quick experimenting on why I get this message and why
semTools
won't load (even when function is called "directly" using namespace, i.e.semTools::reliability(xyz)
). I found that the problem occurs especially whenVGAM
package is loaded before. Perhaps you can replicate the issue with:It really seems that something is wrong with
VGAM
, but It passes R CMD Check successfully, assemTools
does. But the error message above points to somethig that happened beforelibrary(semTools)
and I run that in clean session. Maybe someone can elaborate more on the error and its cause and pass some hint to VGAM team if the bug is on their side. I am no expert on S4, so I can only guess... Many thanks!P.S. You can share the issue in the wiki or elsewhere, so people know what could be the cause when they see the message.