Re: [R] How to install packages without internet

2015-10-09 Thread FERNANDO MANSITO CABALLERO
Thank you very much David. I will also follow your advice. I think polynom was finally successfully installed from source without mentioning it in the call under type.. Fernando On Thu, Oct 8, 2015 at 7:53 PM, David Winsemius wrote: > > On Oct 8, 2015, at 7:29 AM, Sarah Goslee wrote: > > > Don

Re: [R] How to install packages without internet

2015-10-08 Thread David Winsemius
On Oct 8, 2015, at 7:29 AM, Sarah Goslee wrote: > Don't uncompress the package first. > > Either from within R: > > install.packages("/path/to/pgk.tar.gz", repos=NULL) I think at least one OS will require that you also include type="source" and I would advise including dependencies=TRUE. >

Re: [R] How to install packages without internet

2015-10-08 Thread Sarah Goslee
Don't uncompress the package first. Either from within R: install.packages("/path/to/pgk.tar.gz", repos=NULL) or at command line R CMD INSTALL /path/to/pgk.tar.gz In either case, pay attention to any messages that R returns Sarah On Thu, Oct 8, 2015 at 7:12 AM, FERNANDO MANSITO CABALLERO wr

[R] How to install packages without internet

2015-10-08 Thread FERNANDO MANSITO CABALLERO
Dear Madam/Sir, I am trying to understand how to install packages without internet and I have come to a dead end. I choose polynom (Venables & Ripley) which I first successfully installed on a computer with internet. I found that the installed package comprises a void "polynom" folder and a "poly