Skip to content

Commit 2ad8e07

Browse files
author
Tomoaki Nishiyama
committed
remove direct reference to <R_ext/RS.h>
1 parent 93492ef commit 2ad8e07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RPostgreSQL/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: RPostgreSQL
22
Version: 0.7-1
3-
Date: 2021-08-03
3+
Date: 2021-09-09
44
Title: R Interface to the 'PostgreSQL' Database System
55
Author: Joe Conway, Dirk Eddelbuettel, Tomoaki Nishiyama, Sameer Kumar Prayaga (during 2008), Neil Tiffin
66
Maintainer: Tomoaki Nishiyama <tomoakin@staff.kanazawa-u.ac.jp>

RPostgreSQL/src/RS-pgsql-copy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include "RS-PostgreSQL.h"
88
#include <Rinternals.h>
9-
#include <R_ext/RS.h> /* for Calloc/Free */
9+
#include <R.h> /* for Calloc/Free */
1010
#include <ctype.h>
1111
#include <stdlib.h>
1212
#include <errno.h>

0 commit comments

Comments
 (0)