[Rcpp-commits] r1185 - pkg/Rcpp/inst/include/Rcpp pkg/Rcpp/inst/unitTests scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri May 7 09:28:23 CEST 2010
Author: romain
Date: 2010-05-07 09:28:22 +0200 (Fri, 07 May 2010)
New Revision: 1185
Modified:
pkg/Rcpp/inst/include/Rcpp/preprocessor_generated.h
pkg/Rcpp/inst/unitTests/runit.macros.R
scripts/preprocessor.R
Log:
testing information generated by RCPP_FUNCTION
Modified: pkg/Rcpp/inst/include/Rcpp/preprocessor_generated.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/preprocessor_generated.h 2010-05-07 07:15:46 UTC (rev 1184)
+++ pkg/Rcpp/inst/include/Rcpp/preprocessor_generated.h 2010-05-07 07:28:22 UTC (rev 1185)
@@ -31,8 +31,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 0 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
\
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -54,8 +54,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 1 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -77,8 +77,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 2 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -100,8 +100,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 3 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -123,8 +123,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 4 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -146,8 +146,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 5 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -169,8 +169,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 6 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -192,8 +192,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 7 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -215,8 +215,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 8 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -238,8 +238,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 9 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -261,8 +261,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 10 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -284,8 +284,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 11 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -307,8 +307,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 12 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -330,8 +330,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 13 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -353,8 +353,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 14 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -376,8 +376,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 15 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -399,8 +399,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 16 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -422,8 +422,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 17 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -445,8 +445,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 18 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -468,8 +468,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 19 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -491,8 +491,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 20 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -514,8 +514,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 21 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -537,8 +537,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 22 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -560,8 +560,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 23 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -583,8 +583,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 24 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -606,8 +606,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 25 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___1, #___2, #___3, #___4, #___5, #___6, #___7, #___8, #___9, #___10, #___11, #___12, #___13, #___14, #___15, #___16, #___17, #___18, #___19, #___20, #___21, #___22, #___23, #___24 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -629,8 +629,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 26 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -652,8 +652,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 27 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -675,8 +675,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 28 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -698,8 +698,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 29 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -721,8 +721,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 30 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -744,8 +744,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 31 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -767,8 +767,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 32 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -790,8 +790,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 33 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -813,8 +813,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 34 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -836,8 +836,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 35 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -859,8 +859,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 36 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -882,8 +882,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 37 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -905,8 +905,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 38 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -928,8 +928,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 39 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -951,8 +951,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 40 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -974,8 +974,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 41 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -997,8 +997,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 42 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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, #___41 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -1020,8 +1020,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 43 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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, #___41, #___42 \
) ) ; \
info.attr( "class" ) = "rcppfunctioninfo" ; \
@@ -1043,8 +1043,8 @@
using Rcpp::_ ; \
Rcpp::List info = Rcpp::List::create( \
_["n"] = 44 , \
- _["out"] = #__OUT__ , \
- _["in"] = Rcpp::CharacterVector::create( \
+ _["output"] = #__OUT__ , \
+ _["input"] = Rcpp::CharacterVector::create( \
#___0, #___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, #___41, #___42, #___43 \
) ) ; \
[TRUNCATED]
To get the complete diff run:
svnlook diff /svnroot/rcpp -r 1185
More information about the Rcpp-commits
mailing list