Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 298db17

Browse filesBrowse files
committed
bring back accidentally-removed plugin
1 parent b79b508 commit 298db17
Copy full SHA for 298db17

File tree

Expand file treeCollapse file tree

1 file changed

+15
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-0
lines changed

‎R/plugin.R

Copy file name to clipboard
+15Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# Inline plugin used by sourceCpp.
3+
inlineCxxPlugin <- function() {
4+
5+
list(
6+
env = list(
7+
PKG_CXXFLAGS = tbbCxxFlags(),
8+
PKG_LIBS = tbbLdFlags()
9+
),
10+
includes = "#include <RcppParallel.h>",
11+
LinkingTo = "RcppParallel",
12+
body = identity,
13+
Depends = "RcppParallel"
14+
)
15+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.