Is there a package similar to InteractionR package for version 4.3.3 R.
I want to use it to find effect Measure Modifier Between Covid-19 Severity and disease outcome (death/Alive)
thanks
Is there a package similar to InteractionR package for version 4.3.3 R.
I want to use it to find effect Measure Modifier Between Covid-19 Severity and disease outcome (death/Alive)
thanks
What is the problem with {interactionR}?
When I want to install it using the following code
devtools::install_github("epi-zen/interactionR")
the following is the error message i am getting
Error: Failed to install 'interactionR' from GitHub:
lazy-load database 'C:/Users/User/AppData/Local/R/win-library/4.3/pkgbuild/R/pkgbuild.rdb' is corrupt
In addition: Warning messages:
1: In safe_build_package(pkgdir, build_opts, build_manual, build_vignettes, :
restarting interrupted promise evaluation
2: In safe_build_package(pkgdir, build_opts, build_manual, build_vignettes, :
internal error -3 in R_decompress1
Try
devtools::install_github("tunsmart/interactionR")
It works for me on Ubuntu 22.04
Thanks a lot Jon it has work. I think I made a mistake at first, the package name starts with small letter. I first capitalized it.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.