Skip to content

Commit f49ad0f

Browse files
committed
Added update to ChangeLog & News
1 parent 4e9c1cf commit f49ad0f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
2016-08-04 James J Balamuta <[email protected]>
22

33
* 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+
58
2016-08-03 Dirk Eddelbuettel <[email protected]>
69

710
* .gitattributes: Added to have ChangeLog and NEWS.Rd merge via union

inst/NEWS.Rd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
call the standalone Rmath library. (James Balamuta in \ghpr{514}
2828
addressing issue \ghit{28}).
2929
}
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+
}
3036
}
3137
}
3238

0 commit comments

Comments
 (0)