Skip to content

Commit 90bc32c

Browse files
committed
Merge pull request #481 from dcdillon/master
Second pass at Rcpp::algorithm
2 parents 19ec5e3 + 7644872 commit 90bc32c

File tree

5 files changed

+699
-0
lines changed

5 files changed

+699
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ inst/lib
33
src/*.o
44
src/*.so
55
src/*.dll
6+
src/symbols.rds
67
.Rhistory
78
.RData
89

inst/include/Rcpp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,6 @@
8080

8181
#include <Rcpp/platform/solaris.h>
8282
#include <Rcpp/api/meat/meat.h>
83+
84+
#include <Rcpp/algorithm.h>
8385
#endif

0 commit comments

Comments
 (0)