Hi everyone,
I've been trying to install "PKSFC_1.6.tar.gz" from https://github.com/S120/PKSFC, but it does not seem to work.
This is what my console says:
install.packages("C:/PKSFC_1.6.tar.gz", repos=NULL, type="source")
Installing package into ‘C:/Users/xxxxxx/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
ERROR: dependencies 'expm', 'igraph', 'networkD3' are not available for package 'PKSFC'
- removing 'C:/Users/xxxxxx/Documents/R/win-library/4.0/PKSFC'
Warning in install.packages :
installation of package ‘C:/PKSFC_1.6.tar.gz’ had non-zero exit status
xxxxxx is written instead of my name.
I do not know how to correct it. I've tried saving the PKSFC-file different places on my computer, but nothing seems to work. I do not have problems installing the packages "expm", "igraph" and "networkD3" before installing the PKSFC, so I'm wondering what I could have done wrong.
Does anyone know how to correct it?
Thank you in advance,
jose21