We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11966e5 commit 0cd3af1Copy full SHA for 0cd3af1
R/inline.R
@@ -1,4 +1,4 @@
1
-## Copyright (C) 2011 Douglas Bates, Dirk Eddelbuettel and Romain Francois
+## Copyright (C) 2011 - 2017 Douglas Bates, Dirk Eddelbuettel and Romain Francois
2
##
3
## This file is part of RcppEigen.
4
@@ -15,10 +15,8 @@
15
## You should have received a copy of the GNU General Public License
16
## along with RcppEigen. If not, see <http://www.gnu.org/licenses/>.
17
18
-inlineCxxPlugin <-
19
- Rcpp:::Rcpp.plugin.maker(
20
- include.before = "#include <RcppEigen.h>",
21
- package = "RcppEigen"
22
-# , LinkingTo = c("RcppEigen", "Rcpp")
23
- )
+inlineCxxPlugin <- Rcpp::Rcpp.plugin.maker(include.before = "#include <RcppEigen.h>",
+ package = "RcppEigen"
+# , LinkingTo = c("RcppEigen", "Rcpp")
+ )
24
0 commit comments