Skip to content

Commit

Permalink
version 0.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomoaki Nishiyama authored and cran-robot committed May 8, 2016
1 parent ce48a7d commit 263a7d4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: RPostgreSQL
Version: 0.4
Version: 0.4-1
Date: $Date: 2013-03-27 15:32:53 +0900 (Wed, 27 Mar 2013) $
Title: R interface to the PostgreSQL database system
Author: Joe Conway, Dirk Eddelbuettel, Tomoaki Nishiyama, Sameer Kumar
Expand All @@ -9,16 +9,16 @@ Description: Database interface and PostgreSQL driver for R This
package provides a Database Interface (DBI) compliant driver
for R to access PostgreSQL database systems.
.
In order to build and install this package from source, PostgreSQL
In order to build and install this package from source, PostgreSQL
itself must be present your system to provide PostgreSQL
functionality via its libraries and header files. These files
are provided as postgresql-devel package under some Linux
distributions.
.
On Microsoft Windows system the attached libpq library source will be
On Microsoft Windows system the attached libpq library source will be
used.
.
A wiki and issue tracking system for the package are available at
A wiki and issue tracking system for the package are available at
Google Code at https://code.google.com/p/rpostgresql/ .
LazyLoad: true
Depends: R (>= 2.9.0), methods, DBI (>= 0.1-4)
Expand All @@ -28,7 +28,7 @@ Copyright: Authors listed above, PostgreSQL Global Development Group,
Collate: S4R.R zzz.R PostgreSQLSupport.R dbObjectId.R PostgreSQL.R
URL: https://code.google.com/p/rpostgresql/,
http://www.stat.bell-labs.com/RS-DBI, http://www.postgresql.org
Packaged: 2013-03-27 07:24:02 UTC; tomoaki
Packaged: 2016-05-08 20:59:35 UTC; ligges
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-03-27 09:34:11
Date/Publication: 2016-05-08 23:09:20
4 changes: 2 additions & 2 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
3f7fa2f8347ec616473e2918c825c4a8 *ChangeLog
bf3109a70c05f48325af4218823659cd *DESCRIPTION
eb0e999a8abd29c0ac2d5935ba53e298 *DESCRIPTION
c8af6d9e6bc5bf68e12a361ef92d8ed2 *LICENSE
07abd6526506cad69dacbcd85056df39 *NAMESPACE
2d9f70685a274782a6294593052b35c9 *R/PostgreSQL.R
Expand Down Expand Up @@ -73,7 +73,7 @@ ad0f605aa54b56a24bad2eaff5f9e770 *src/libpq/Makefile.global.darwin
27f3f61b48248452f421f708fcc383ca *src/libpq/Makefile.port
cd612b52f4c8225182a8dbd899de2b18 *src/libpq/Makefile.port.darwin
41b44e9dffa16c318c046aaa40132309 *src/libpq/Makefile.shlib
11674cf44e470a958990dbf33e7b2d21 *src/libpq/Makefile.win
7169cd2bc996ffb509ae33d1b31f6c91 *src/libpq/Makefile.win
92c6d2478320dcb7596b189e1404f462 *src/libpq/README
81fa40bc86309f5f19a5173a0691fc0e *src/libpq/bcc32.mak
f6603683fd65a79d90fe3e5036416d98 *src/libpq/blibpqdll.def
Expand Down
Empty file modified config.guess
100755 → 100644
Empty file.
Empty file modified inst/devTests/copyTest.sh
100755 → 100644
Empty file.
Empty file modified inst/devTests/timeTypeComparison.r
100755 → 100644
Empty file.
Empty file modified inst/devTests/typeTest.r
100755 → 100644
Empty file.
4 changes: 4 additions & 0 deletions src/libpq/Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ else
include Makefile.global.win32
endif

include $(R_HOME)/etc/$(R_ARCH)/Makeconf
WINDRES=$(RESCOMP)


all: pg_config.h pg_config_os.h
pg_config.h: pg_config.h.win
cp pg_config.h.win pg_config.h
Expand Down

0 comments on commit 263a7d4

Please sign in to comment.