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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -