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 64639b9 commit ebe97abCopy full SHA for ebe97ab
src/Rcpp_init.cpp
@@ -2,7 +2,7 @@
2
//
3
// Rcpp_init.cpp : Rcpp R/C++ interface class library -- Initialize and register
4
5
-// Copyright (C) 2010 - 2015 John Chambers, Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2010 - 2016 John Chambers, Dirk Eddelbuettel and Romain Francois
6
7
// This file is part of Rcpp.
8
@@ -121,9 +121,9 @@ void registerFunctions(){
121
}
122
123
124
-extern "C" void R_unload_Rcpp(DllInfo *info) {
+extern "C" void R_unload_Rcpp(DllInfo *info) { // #nocov start
125
// Release resources
126
-}
+} // #nocov end
127
128
extern "C" void R_init_Rcpp(DllInfo* info) {
129
setCurrentScope(0);
0 commit comments