Displaying 20 results from an estimated 1000 matches similar to: "RPostgreSQL Date format problem"
2011 Aug 30
2
RPostgreSQL Loading Issues
I'm starting to seriously use R and have tried to solve this issue using
my reference books but I'm missing something simple. Running R-2.13.1 on
Slackware-13.1.
Trying to invoke RPostgreSQL so I can copy data from a postgres table to
an R data-frame. I installed RPostgreSQL and the library() command shows
it's present:
Packages in library
2012 Jun 04
2
Error while trying to install RPostgreSQL.
Hi,
I am getting the following error while trying to install RPostgreSQL.
I tried all three methods(install.packages("RPostgreSQL", type =
"source"),install.packages("RPostgreSQL") & R CMD INSTALL
RPostgreSQL_0.3-1.tar.gz ) , but none of them is working.
++++++++++++++++++ Error++++++++++++++++++++++++
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I
2010 Jun 29
2
RPostgreSQL - Unable to locate required modules/DLLs on WinXP/7
Dear list users,
The problem occurs when library(RPostgreSQL) is issued on R. This issue
has previously appeared on R mailing list without any robust solution.
The error message issued by R:
Loading required package: RPostgreSQL
Loading required package: DBI
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library
2008 Oct 15
0
New package RPostgreSQL 0.1.0
RPostgreSQL version 0.1.0
We are pround to announce the availability of the RPostgreSQL package on CRAN
and its mirrors. This package provides an a DBI-compliant interface between
PostgreSQL and R.
RPostgreSQL was developed as part of the Google Summer of Code 2008 program
by Sameer Kumar Prayaga.
Some highlights:
o Implemented all the DBI features
o Added support for transaction
2009 Nov 24
0
Install RPostgreSQL (Mac OSX 10.6)
Dear all, I'm an absolute R-beginner and want to connect to my PostgreSQL DB
(on my local Mac OSX 10.6).
1) I tried to install RPostgreSQL (Package Installer > CRAN (sources)) and
get this log below. There seems to be an issue with libpq, bug I don't have
any clue how to fix this. What can I do?
2) Once this issue is solved, should this code work?
drv <-
2008 Oct 15
0
New package RPostgreSQL 0.1.0
RPostgreSQL version 0.1.0
We are pround to announce the availability of the RPostgreSQL package on CRAN
and its mirrors. This package provides an a DBI-compliant interface between
PostgreSQL and R.
RPostgreSQL was developed as part of the Google Summer of Code 2008 program
by Sameer Kumar Prayaga.
Some highlights:
o Implemented all the DBI features
o Added support for transaction
2012 Nov 22
1
problems with RPostgreSQL compilation
Hello,
I am trying to install RPostgreSQL, but without success at the moment, getting an errormessage - see below.
My OS is Fedora 17, R version 2.15.2, PostgreSQL 9.2.1 with Postgis 2.0.1 spatial extension.
Thank You for any help, advice or hint in advance.
Regards
Tomas
> install.packages("RPostgreSQL", dependencies=TRUE)
trying URL
2012 Aug 22
1
loading both RPostgreSQL and RSQLite leads to problems
hello,
if i load the RSQLite package in addition to the RPostgreSQL package,
i get various errors when trying to use RPostgreSQL functions. here is
an example transcript showing one such error:
==========================================================
R version 2.15.0 (2012-03-30)
[...]
> packageVersion('RPostgreSQL')
[1] 0.3.2
> packageVersion('RSQLite')
[1] 0.11.1
2009 Oct 14
3
RPostgreSQL: unable to load shared library
Hello list,
I'm using R 2.9.2 on a WinXP system, and I installed the RPostgreSQL
library using the package installer. When trying to load it, I get the
following error:
> library('RPostgreSQL')
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library
'C:/PROGRA~1/R/R/library/RPostgreSQL/libs/RPostgreSQL.dll':
LoadLibrary failure: The
2009 Oct 27
0
Installing RPostgreSQL from source on Mac OS X
Hi Everybody
I use R2.9.2 on Mac OS X 10.5.2. I tried to install RPostgreSQL from source
on CRAN via the package installer. Apparently the program cannot find my C
compiler gcc . Here is the output message
trying URL '
http://cran.za.r-project.org/src/contrib/RPostgreSQL_0.1-6.tar.gz'
Content type 'application/x-gzip' length 141399 bytes (138 Kb)
opened URL
2011 Mar 18
1
help regarding RPostgreSQL and R 2.12.2
Hi R-team,
While using R 2.12.2, I came across a problem that it doesn't have RPostgreSQL package in the list of "install packages".
As my original code was written in R 2.11.1, I could use the RPostgreSQL package.
I am moving to R 2.12.2 to use the newly added package "xtable" in newer version R 2.12.2.
Please help me to solve this problem and tell me if the RPostgreSQL
2009 Sep 11
1
RPostgreSQL package and libpq.dll file
Dear all,
I'd like to use the package RPostgreSQL. I'm using R version 2.8.1 and I've download the last version RPostgreSQL. When I load the package, I get something like "the file LIBPQ.DLL is missing".
Do you have any idea about what I'm suppose to do ? Thanks everyone.
_________________________________________________________________
[[elided Hotmail spam]]
2009 Aug 28
1
RPostgreSQL libpq problem
Dear all,
I am stuck trying to get RPostgreSQL running on my Mac. PostgreSQL
itself does work fine as it is able to connect with various other apps.
Unfortunately the RPostgreSQL package is not available as a binary for
MAC OS. Thus I?ve been trying to compile the source for quite some
time now - unfortunately without success (or at least very limited
success).
First, running
2008 Nov 28
0
Passing bigint (8-byte) values from Postgres to R using RPostgreSQL
Hi -
I have a simple R script that inserts values into a Postgres table to
generate a record that autogenerates a bigint unique ID (basically, a
customized bigserial value). When I query the table to retrieve the bigint
value, the value returned is not the same as the value created in the
database (as evidenced by a direct query of the database table via pgAdmin).
e.g. the value created should
2010 Oct 20
1
how to connect to a remote PostgreSQL database from R on mac osx
Hello List,
I would like to connect to a postgreSQL database on a remote server and I am wondering what is the best package to do that. I have just installed RpgSQL, RPostgreSQL, Rdbi and RODBC.
The handiest to me is RPostgreSQL but I don't see how to connect to a remote server with it. For sure I can connect to remote server with RODBC, but since I am on a Mac OSX 10.6, I have quite
2009 Jun 04
2
RPostgreSQL segfault with LEFT JOIN
Hi,
I recently upgraded to R 2.9.0 on linux x86. After doing so, I switched to the
RPostgreSQL package for interfacing with a postgresql database. I am using
postgresql 8.3.7.
A query that works from the postgresql terminal is causing a segfault when
executed from R.
My sessionInfo, the error message, and the R code used to generate the error
are listed below.
I have noticed that a
2011 Feb 15
0
RPostgreSQL [Expired connection at startup]
I have set up a postgresql database that I connect to each R startup in
my .Rprofile file.
##############relevant lines from .Rprofile############################
library(RPostgreSQL)
m <- PostgreSQL()
con <- dbConnect(m, user="xxx", password="yyy", dbname="zzz")
#######################################################################
in R
con
<Expired
2009 Sep 23
0
Configurar RPostgreSQL en win XP
Buen dia.
Los ultimos dias he estado tratando de configurar el puente
RPostgreSQL entre R y postgresql esto con el fin de realizar el
tratamiento de datos y crear mapas tematicos en mapserver, ya que el
calculo de R me parecio mas certero que los calculos realizados por
los modulos escritos por mi en php.
Ahora bien el asunto es que he tratado tanto de configurar R para
cargar datos desde
2016 Apr 21
2
Error using RPostgreSQL
Hi,
I'm having trouble connecting to my postgreSQL db on Heroku(Amazon)
using RPostgreSQL.
I've looked through GitHub for people doing the same thing. There are
quite a few examples and all look similar to the below:
drv <- dbDriver("PostgreSQL")
con <- dbConnect(
drv,
dbname = "dadqn30er7ghpl",
host =
2012 Sep 18
2
problem with vignettes when S4 classes in packages overlap
( A similar problem is also reported by Sebastian P. Luque with
library(maptools)
library(trip)
in the vignette as below ).
I am writing a vignette which loads RMySQL and RPostgreSQL. This
produces the warning:
Loading required package: DBI
Warning in .simpleDuplicateClass(def, prev) :
A specification for class ?dbObjectId? in package ?RPostgreSQL? seems
equivalent to one from package