We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559de61 commit 732392cCopy full SHA for 732392c
inst/include/Rcpp/Environment.h
@@ -3,6 +3,7 @@
3
// Environment.h: Rcpp R/C++ interface class library -- access R environments
4
//
5
// Copyright (C) 2009 - 2013 Dirk Eddelbuettel and Romain Francois
6
+// Copyright (C) 2014 Dirk Eddelbuettel, Romain Francois and Kevin Ushey
7
8
// This file is part of Rcpp.
9
@@ -358,7 +359,7 @@ typedef Environment_Impl<PreserveStorage> Environment ;
358
359
inline Environment new_env(int size = 29) {
360
Shield<SEXP> sizeSEXP(Rf_ScalarInteger(size));
361
return R_NewHashedEnv(R_EmptyEnv, sizeSEXP);
-};
362
+}
363
364
365
} // namespace Rcpp
0 commit comments