You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Could you try running this command: "devtools::install_github("tlverse/sl3", ref = "Larsvanderlaan-formula_fix")". I was able to install causalglm locally. If that does not work, can you also try: "devtools::install_github("tlverse/sl3")".
I followed your suggestion. However, when I try to run the command: "install_github("tlverse/causalglm", dependencies = TRUE)", I get this error message: ERROR: dependency 'doMC' is not available for package 'causalglm'
Hello @Larsvanderlaan
I am installing causalglm, with this command:
if(!require(devtools)) {
install.packages(devtools)
}
devtools::install_github("tlverse/causalglm")
However, I get this message error:
Failed to install 'sl3' from GitHub:
System command 'Rcmd.exe' failed, exit status: 1, stdout + stderr (last 10 lines):
E> ** inst
E> ** byte-compile and prepare package for lazy loading
E> Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
E> namespace 'rlang' 0.4.11 is already loaded, but >= 1.0.0 is required
E> Calls: ... namespaceImport -> loadNamespace -> namespaceImport -> loadNamespace
E> Ejecución interrumpida
E> ERROR: lazy loading failed for package 'sl3'
E> * removing 'C:/Users/juand/AppData/Local/Temp/RtmpoLY6Lw/Rinste68c13136b81/sl3'
E> -----------------------------------
E> ERROR: package installation failed
I appreciate your cooperation.
The text was updated successfully, but these errors were encountered: