install.packages - Installing package in R with dependent packages in non-default location -
i'm trying install tiff package in research computing environment via ssh without root access. tiff package dependent on tiff4 distribution not available on research os. able build own tiff4 distribution locally, install.packages("tiff") still searches in default folder required files , installation fails. have no idea how configure installation redirect adhoc tiff4 distribution under local folder. appreciated.
Comments
Post a Comment