File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed
Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1+ 2018-06-09 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * inst/unitTests/runit.embeddedR.R: Suspend test for now
4+
152018-06-08 Dirk Eddelbuettel <edd@debian.org>
26
37 * DESCRIPTION (Version, Date): Roll minor version
4246 tests check in particular that the C++ stack is properly unwound when a
4347 long jump occurs.
4448
49+ 2018-06-01 Romain Francois <romain@purrple.cat>
50+
51+ * inst/include/Rcpp/Environment.h: Make Environment::new_child() const
52+
45532018-05-31 Lionel Henry <lionel@rstudio.com>
4654
4755 * inst/include/Rcpp/api/meat/Rcpp_eval.h: Fix protected evaluation.
8997
9098 * src/attributes.cpp: Detect longjump sentinels and resume jump.
9199
100+ 2018-05-27 Romain Francois <romain@purrple.cat>
101+
102+ * inst/include/Rcpp/vector/string_proxy.h: Make
103+ StringProxy::operator== const
104+ * inst/unitTests/cpp/Vector.cpp: New test
105+ * inst/unitTests/runit.Vector.R: Idem
106+
107+ 2018-05-09 Filip Schouwenaars <filip@datacamp.com>
108+
109+ * R/Attributes.R: Set local environment in source()
110+ * inst/unitTests/cpp/embeddedR.cpp: New test
111+ * inst/unitTests/runit.embeddedR.R: Idem
112+
921132018-05-09 Dirk Eddelbuettel <edd@debian.org>
93114
94115 * DESCRIPTION: Release 0.12.17
Original file line number Diff line number Diff line change 1515 \item The \code {Environment :: new_child()} is now \code {const }
1616 (Romain in \ghpr {858 } fixing \ghit {854 }).
1717 \item Next \code {eval } codes now properly unwind (Lionel in the large
18- and careful \ghpr {859 }).
18+ and careful \ghpr {859 } fixing \ ghit { 807 } ).
1919 \item In debugging mode , more type information is shown on
20- \code {abort()} (Jack Waseyin \ghpr {860 }).
20+ \code {abort()} (Jack Waseyin \ghpr {860 } fixing \ ghit { 857 } ).
2121 \item A new class was added which allow suspension of the RNG
2222 synchronisation to address an issue seen in \CRANpkg {RcppDE }
2323 (Kevin in \ghpr {862 }).
Original file line number Diff line number Diff line change 1818# You should have received a copy of the GNU General Public License
1919# along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
2020
21- .runThisTest <- Sys.getenv(" RunAllRcppTests" ) == " yes"
21+ .runThisTest <- FALSE # Sys.getenv("RunAllRcppTests") == "yes"
2222
2323if (.runThisTest ) {
2424
You can’t perform that action at this time.
0 commit comments