File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
2016-08-04 James J Balamuta <
[email protected] >
2
2
3
3
* src/attributes.cpp: Correct variable re-declaration
4
-
4
+ * inst/examples/RcppGibbs/RcppGibbs.R: Updated example to use Rcpp
5
+ attributes instead of cxxfunction
6
+ * inst/examples/RcppGibbs/timeRNGs.R: Idem
7
+
5
8
2016-08-03 Dirk Eddelbuettel <
[email protected] >
6
9
7
10
* .gitattributes: Added to have ChangeLog and NEWS.Rd merge via union
Original file line number Diff line number Diff line change 27
27
call the standalone Rmath library. (James Balamuta in \ghpr {514 }
28
28
addressing issue \ghit {28 }).
29
29
}
30
+ \item Changes in Rcpp Examples :
31
+ \itemize {
32
+ \item Examples that used cxxfunction() from the inline package have been
33
+ rewritten to use either sourceCpp() or cppFunction()
34
+ (James Balamuta in \ghpr {532 } addressing issue \ghit {56 }).
35
+ }
30
36
}
31
37
}
32
38
You can’t perform that action at this time.
0 commit comments