I have tried to install the " tmleCommunity " package in R 4.3.2 from github and I entered the code:
library(remotes)
remotes::install_github("chizhangucb/tmleCommunity")
But when I run the code to install the package, I get this error:
• Error: object 'pFormula' is not exported by 'namespace:plm' execution halted
• ERROR: lazy loading failed for package 'tmleCommunity'
- removing 'C:/Users/AA/AppData/Local/R/win-library/4.3/tmleCommunity'
Warning message:
In i.p(...) :
installation of package ‘C:/Users/AA/AppData/Local/Temp/RtmpuWKi6o/file1d243cd421ce/tmleCommunity_0.1.0.tar.gz’ had non-zero exit status
Please help me with this issue.
Thanks
I have tried to install the " tmleCommunity " package in R 4.3.2 from github and I entered the code:
library(remotes)
remotes::install_github("chizhangucb/tmleCommunity")
But when I run the code to install the package, I get this error:
• Error: object 'pFormula' is not exported by 'namespace:plm' execution halted
• ERROR: lazy loading failed for package 'tmleCommunity'
Warning message:
In i.p(...) :
installation of package ‘C:/Users/AA/AppData/Local/Temp/RtmpuWKi6o/file1d243cd421ce/tmleCommunity_0.1.0.tar.gz’ had non-zero exit status
Please help me with this issue.
Thanks