-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
I installed the package in R (4.4.3) from CRAN yesterday. When I load the package some of the functions are not in the namespace of the package. These Functions are those who get exported via "S3method" in NAMESPACE:
S3method(APAStyler,modelTest.merMod)
S3method(R2,merMod)
S3method(modelCompare,merMod)
S3method(modelDiagnostics,lme)
S3method(modelDiagnostics,merMod)
S3method(modelPerformance,merMod)
S3method(modelTest,merMod)
S3method(plot,modelDiagnostics.lme)
S3method(plot,modelDiagnostics.merMod)
S3method(residualDiagnostics,lme)
S3method(residualDiagnostics,merMod)
export(acfByID)
export(evaluateLags)
export(iccMixed)
export(meanDecompose)
export(meanDeviations)
export(nEffective)
export(omegaSEM)
export(ranefdata)
export(weighted.sma)
I have no clue how to fix this problem? I hope that I post the issue in the right place.
Thanks and kind regards
Michael