On Tue, Jan 30, 2018 at 01:17:41PM +, Kumar, Awanish wrote:
> Or from shell
> $R CMD INSTALL RPostgreSQL_0.6-2.tar.gz
> ##it means installing from binary file.
Are you updating the config.guess script inside the tar file? If not,
every time you unpack the distribution tar file, you will get t
Hi,
I am trying to install a package called RPostgreSQL inside analytical tool
called R. This package help R analytical tool to connect database in
PostgreSQL. There are different way to install it and path is already defined
where package will be installed.
$ R
> install.packages("RPostgreSQL
On 1/30/2018 8:02 AM, Earnie wrote:
>
>
> On 1/30/2018 5:27 AM, Kumar, Awanish wrote:
>> Hi,
>> The command $ find . -name config.guess | xargs grep 2011-10-19 is NOT
>> returning anything. Which means in no files this value is present. But when
>> we are installing (R CMD INSTALL RPostgreSQ
On 1/30/2018 5:27 AM, Kumar, Awanish wrote:
> Hi,
> The command $ find . -name config.guess | xargs grep 2011-10-19 is NOT
> returning anything. Which means in no files this value is present. But when
> we are installing (R CMD INSTALL RPostgreSQL_0.6-2.tar.gz ) we are getting
> error saying
On 1/30/2018 5:27 AM, Kumar, Awanish wrote:
> Hi,
> The command $ find . -name config.guess | xargs grep 2011-10-19 is NOT
> returning anything. Which means in no files this value is present. But when
> we are installing (R CMD INSTALL RPostgreSQL_0.6-2.tar.gz ) we are getting
> error saying
Hi,
The command $ find . -name config.guess | xargs grep 2011-10-19 is NOT
returning anything. Which means in no files this value is present. But when we
are installing (R CMD INSTALL RPostgreSQL_0.6-2.tar.gz ) we are getting error
saying old config.guess file. Now I am really clueless from whi