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 1a40ae3 commit 1e83889Copy full SHA for 1e83889
R/zzz.R
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2009 - 2011 Dirk Eddelbuettel and Romain Francois
+# Copyright (C) 2009 - 2013 Dirk Eddelbuettel and Romain Francois
2
#
3
# This file is part of Rcpp.
4
@@ -20,12 +20,6 @@
20
.classes_map <- new.env()
21
22
.onLoad <- function(libname, pkgname){
23
- minimum_svn_rev <- packageDescription( pkgname )[["MinimumSvnRev"]]
24
- # if( as.integer(R.version[["svn rev"]]) < as.integer(minimum_svn_rev)){
25
- # packageStartupMessage(gettextf(paste("R version (%s) older than minimum required (%s)",
26
- # "for full use of reference methods"),
27
- # R.version[["svn rev"]], minimum_svn_rev))
28
- # }
29
new_dummyObject(.dummyInstancePointer);
30
}
31
0 commit comments