Hey,
I have problems installing a R-package using Linux.
install.packages("FAIM2") Installing package into ‘/home/brue_sy/R/x86_64-pc-linux-gnu-library/3.5’ (as ‘lib’ is unspecified) Warning message: Package ‘FAIM2’ is not available (for R version 3.5.2)
How can I continue? I do not have sudo rights for my system...
FAIM2 is not a package on CRAN.
Can I install packages, which are not on CRAN?
Yes, but where is it located?
It is at Windows C drive
I thought you were using Linux.
Anyway, for local installation:
install.packages(path_to_source, repos = NULL, type="source")
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.