[Rinside-commits] r88 - pkg/inst/examples

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jan 30 19:08:07 CET 2010


Author: romain
Date: 2010-01-30 19:08:07 +0100 (Sat, 30 Jan 2010)
New Revision: 88

Modified:
   pkg/inst/examples/rinside_sample0.cpp
   pkg/inst/examples/rinside_sample1.cpp
   pkg/inst/examples/rinside_sample2.cpp
   pkg/inst/examples/rinside_sample3.cpp
   pkg/inst/examples/rinside_sample4.cpp
   pkg/inst/examples/rinside_sample5.cpp
   pkg/inst/examples/rinside_test0.cpp
   pkg/inst/examples/rinside_test1.cpp
Log:
remove include<Rcpp.h> because now RInside.h includes Rcpp.h already

Modified: pkg/inst/examples/rinside_sample0.cpp
===================================================================
--- pkg/inst/examples/rinside_sample0.cpp	2010-01-29 04:52:29 UTC (rev 87)
+++ pkg/inst/examples/rinside_sample0.cpp	2010-01-30 18:08:07 UTC (rev 88)
@@ -5,7 +5,6 @@
 // Copyright (C) 2009 Dirk Eddelbuettel and GPL'ed 
 
 #include "RInside.h"                    // for the embedded R via RInside
-#include "Rcpp.h"                       // for the R / Cpp interface used for transfer
 
 int main(int argc, char *argv[]) {
 

Modified: pkg/inst/examples/rinside_sample1.cpp
===================================================================
--- pkg/inst/examples/rinside_sample1.cpp	2010-01-29 04:52:29 UTC (rev 87)
+++ pkg/inst/examples/rinside_sample1.cpp	2010-01-30 18:08:07 UTC (rev 88)
@@ -6,8 +6,6 @@
 
 #include "RInside.h"            // for the embedded R via RInside
 
-#include "Rcpp.h"               // for the R / Cpp interface used for transfer
-
 std::vector< std::vector< double > > 
 createMatrix(const int n) {     // simple STL matrix content generator
     std::vector< std::vector< double > > mat;

Modified: pkg/inst/examples/rinside_sample2.cpp
===================================================================
--- pkg/inst/examples/rinside_sample2.cpp	2010-01-29 04:52:29 UTC (rev 87)
+++ pkg/inst/examples/rinside_sample2.cpp	2010-01-30 18:08:07 UTC (rev 88)
@@ -5,7 +5,6 @@
 // Copyright (C) 2009 Dirk Eddelbuettel and GPL'ed 
 
 #include "RInside.h"                    // for the embedded R via RInside
-#include "Rcpp.h"                       // for the R / Cpp interface used for transfer
 
 int main(int argc, char *argv[]) {
 

Modified: pkg/inst/examples/rinside_sample3.cpp
===================================================================
--- pkg/inst/examples/rinside_sample3.cpp	2010-01-29 04:52:29 UTC (rev 87)
+++ pkg/inst/examples/rinside_sample3.cpp	2010-01-30 18:08:07 UTC (rev 88)
@@ -5,7 +5,6 @@
 // Copyright (C) 2009 Dirk Eddelbuettel and GPL'ed 
 
 #include "RInside.h"                    // for the embedded R via RInside
-#include "Rcpp.h"                       // for the R / Cpp interface used for transfer
 #include <iomanip>
 
 int main(int argc, char *argv[]) {

Modified: pkg/inst/examples/rinside_sample4.cpp
===================================================================
--- pkg/inst/examples/rinside_sample4.cpp	2010-01-29 04:52:29 UTC (rev 87)
+++ pkg/inst/examples/rinside_sample4.cpp	2010-01-30 18:08:07 UTC (rev 88)
@@ -5,7 +5,6 @@
 // Copyright (C) 2009 Dirk Eddelbuettel and GPL'ed 
 
 #include "RInside.h"                    // for the embedded R via RInside
-#include "Rcpp.h"                       // for the R / Cpp interface used for transfer
 #include <iomanip>
 
 int main(int argc, char *argv[]) {

Modified: pkg/inst/examples/rinside_sample5.cpp
===================================================================
--- pkg/inst/examples/rinside_sample5.cpp	2010-01-29 04:52:29 UTC (rev 87)
+++ pkg/inst/examples/rinside_sample5.cpp	2010-01-30 18:08:07 UTC (rev 88)
@@ -5,7 +5,6 @@
 // Copyright (C) 2009 Dirk Eddelbuettel and GPL'ed 
 
 #include "RInside.h"                    // for the embedded R via RInside
-#include "Rcpp.h"                       // for the R / Cpp interface used for transfer
 
 int main(int argc, char *argv[]) {
 

Modified: pkg/inst/examples/rinside_test0.cpp
===================================================================
--- pkg/inst/examples/rinside_test0.cpp	2010-01-29 04:52:29 UTC (rev 87)
+++ pkg/inst/examples/rinside_test0.cpp	2010-01-30 18:08:07 UTC (rev 88)
@@ -5,7 +5,6 @@
 // Copyright (C) 2009 Dirk Eddelbuettel and GPL'ed 
 
 #include "RInside.h"                    // for the embedded R via RInside
-#include "Rcpp.h"                       // for the R / Cpp interface used for transfer
 
 int main(int argc, char *argv[]) {
 

Modified: pkg/inst/examples/rinside_test1.cpp
===================================================================
--- pkg/inst/examples/rinside_test1.cpp	2010-01-29 04:52:29 UTC (rev 87)
+++ pkg/inst/examples/rinside_test1.cpp	2010-01-30 18:08:07 UTC (rev 88)
@@ -5,7 +5,6 @@
 // Copyright (C) 2009 Dirk Eddelbuettel and GPL'ed 
 
 #include "RInside.h"                    // for the embedded R via RInside
-#include "Rcpp.h"                       // for the R / Cpp interface used for transfer
 
 int main(int argc, char *argv[]) {
 



More information about the Rinside-commits mailing list