File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
steps :
33
33
- uses : actions/checkout@v2
34
34
35
- - uses : r-lib/actions/setup-r@master
35
+ - uses : r-lib/actions/setup-r@v2
36
36
with :
37
37
r-version : ${{ matrix.config.r }}
38
38
http-user-agent : ${{ matrix.config.http-user-agent }}
39
39
40
- - uses : r-lib/actions/setup-pandoc@master
40
+ - uses : r-lib/actions/setup-pandoc@v2
41
41
42
42
- name : Query dependencies
43
43
run : |
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Encoding: UTF-8
13
13
SystemRequirements: C++11
14
14
URL: https://github.com/tnagler/RcppThread
15
15
BugReports: https://github.com/tnagler/RcppThread/issues
16
- RoxygenNote: 7.1.2
16
+ RoxygenNote: 7.2.0
17
17
Suggests:
18
18
testthat,
19
19
R.rsp,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ inlineCxxPlugin <- function(...) {
2
2
settings <- Rcpp :: Rcpp.plugin.maker(
3
3
include.before = " #include <RcppThread.h>" ,
4
4
package = " RcppThread" ,
5
- libs = if (Sys.info()[ " sysname " ] == " Linux " ) " -latomic -lpthread " else " "
5
+ libs = RcppThread :: LdFlags()
6
6
)()
7
7
settings $ env $ USE_CXX11 <- " yes"
8
8
settings
You can’t perform that action at this time.
0 commit comments