Skip to content

Commit 844907f

Browse files
committed
update Date and minor dev version (now 0.11.5.2); also one Modules fix
1 parent 6121f84 commit 844907f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.11.5.1
4-
Date: 2015-03-08
3+
Version: 0.11.5.2
4+
Date: 2015-04-11
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Douglas Bates, and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/include/Rcpp/module/Module_generated_CppFunction.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ class CppFunction6<void,U0,U1,U2,U3,U4,U5> : public CppFunction {
605605
typename traits::input_parameter< U4 >::type x4(args[4]);
606606
typename traits::input_parameter< U5 >::type x5(args[5]);
607607
ptr_fun(x0,x1,x2,x3,x4,x5);
608+
return R_NilValue ;
608609
}
609610

610611
inline int nargs() { return 6; }

0 commit comments

Comments
 (0)