1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
--- r-cran-rpostgresql.orig/inst/devTests/PostgreSQLDataTypeTest.r
+++ r-cran-rpostgresql/inst/devTests/PostgreSQLDataTypeTest.r
@@ -1,4 +1,4 @@
-#!/usr/bin/env r
+#!/usr/bin/R
## Create a database
tempdb <- "tempdbase"
--- r-cran-rpostgresql.orig/inst/devTests/datetime.r
+++ r-cran-rpostgresql/inst/devTests/datetime.r
@@ -1,4 +1,4 @@
-#!/usr/bin/env r
+#!/usr/bin/R
## assign a basic time type
now <- Sys.time()
--- r-cran-rpostgresql.orig/inst/devTests/timeTypeComparison.r
+++ r-cran-rpostgresql/inst/devTests/timeTypeComparison.r
@@ -1,4 +1,4 @@
-#!/usr/bin/r
+#!/usr/bin/R
suppressMessages({
library(RODBC)
--- r-cran-rpostgresql.orig/inst/devTests/transactionManagement.r
+++ r-cran-rpostgresql/inst/devTests/transactionManagement.r
@@ -1,4 +1,4 @@
-#!/usr/bin/env r
+#!/usr/bin/R
cat("Testing the working of Transaction Management\n")
--- r-cran-rpostgresql.orig/inst/devTests/typeTest.r
+++ r-cran-rpostgresql/inst/devTests/typeTest.r
@@ -1,4 +1,4 @@
-#!/usr/bin/env r
+#!/usr/bin/R
usePG <- TRUE
|