Skip to content

Commit 0cd3af1

Browse files
committed
move from ::: to :: for Rcpp.plugin.maker
1 parent 11966e5 commit 0cd3af1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

R/inline.R

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (C) 2011 Douglas Bates, Dirk Eddelbuettel and Romain Francois
1+
## Copyright (C) 2011 - 2017 Douglas Bates, Dirk Eddelbuettel and Romain Francois
22
##
33
## This file is part of RcppEigen.
44
##
@@ -15,10 +15,8 @@
1515
## You should have received a copy of the GNU General Public License
1616
## along with RcppEigen. If not, see <http://www.gnu.org/licenses/>.
1717

18-
inlineCxxPlugin <-
19-
Rcpp:::Rcpp.plugin.maker(
20-
include.before = "#include <RcppEigen.h>",
21-
package = "RcppEigen"
22-
# , LinkingTo = c("RcppEigen", "Rcpp")
23-
)
18+
inlineCxxPlugin <- Rcpp::Rcpp.plugin.maker(include.before = "#include <RcppEigen.h>",
19+
package = "RcppEigen"
20+
# , LinkingTo = c("RcppEigen", "Rcpp")
21+
)
2422

0 commit comments

Comments
 (0)