Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load dlookr #57

Open
jeanribert opened this issue Nov 24, 2021 · 1 comment
Open

Load dlookr #57

jeanribert opened this issue Nov 24, 2021 · 1 comment

Comments

@jeanribert
Copy link

Hi. I am trying to load the package, I found the following error

library(dlookr)
Error: package or namespace load failed for ‘dlookr’ in namespaceExport(ns, exports):
undefined exports: ctabs
In addition: Warning messages:
1: package ‘dlookr’ was built under R version 4.1.2
2: S3 method ‘vcov.LinStatExpCov’ was declared in NAMESPACE but not found

@choonghyunryu
Copy link
Owner

choonghyunryu commented Nov 27, 2021

@jeanribert

What operating system are you running R on?
Did you run the package after installing it for the first time?

Perhaps you have an older version of the dependend packages used by the dlookr package. Try updating dependent packages with update.packages().

For example, update.packages("ggplot2")

Please provide the full error message and the result of sessionInfo().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants