I can´t install NetAct in R, I use got errors
I used this command:
library(devtools)
install_github("lusystemsbio/NetAct", dependencies=T, build_vignettes = T)
And got this:
library(devtools)
Loading required package: usethis
Error: package or namespace load failed for ‘devtools’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘htmltools’ 0.5.2 is already loaded, but >= 0.5.4 is required
In addition: Warning message:
package ‘usethis’ was built under R version 4.1.3
> install_github("lusystemsbio/NetAct", dependencies=T, build_vignettes = T)
Error in install_github("lusystemsbio/NetAct", dependencies = T, build_vignettes = T) :
could not find function "install_github"
Someone could help me? please