[Rinside-commits] r268 - in pkg: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Nov 5 00:23:39 CET 2012
Author: edd
Date: 2012-11-05 00:23:39 +0100 (Mon, 05 Nov 2012)
New Revision: 268
Modified:
pkg/ChangeLog
pkg/DESCRIPTION
pkg/inst/NEWS.Rd
Log:
RInside release 0.2.9
Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog 2012-10-31 20:28:56 UTC (rev 267)
+++ pkg/ChangeLog 2012-11-04 23:23:39 UTC (rev 268)
@@ -1,6 +1,10 @@
+2012-11-04 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.2.9
+
2012-10-28 Peter Aberline <peter.aberline at gmail.com>
- * inst/examples/standard/cmake/CMakeLists.txt: R_ARCH autodetection
+ * inst/examples/standard/cmake/CMakeLists.txt: R_ARCH autodetection
* inst/examples/armadillo/cmake/CMakeLists.txt: Dito
* inst/examples/eigen/cmake/CMakeLists.txt: Dito
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2012-10-31 20:28:56 UTC (rev 267)
+++ pkg/DESCRIPTION 2012-11-04 23:23:39 UTC (rev 268)
@@ -1,6 +1,6 @@
Package: RInside
Title: C++ classes to embed R in C++ applications
-Version: 0.2.8.3
+Version: 0.2.9
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois
Maintainer: Dirk Eddelbuettel <edd at debian.org>
Modified: pkg/inst/NEWS.Rd
===================================================================
--- pkg/inst/NEWS.Rd 2012-10-31 20:28:56 UTC (rev 267)
+++ pkg/inst/NEWS.Rd 2012-11-04 23:23:39 UTC (rev 268)
@@ -2,20 +2,20 @@
\title{News for Package 'RInside'}
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
-\section{Changes in RInside version 0.2.9 (2012-12-31)}{
+\section{Changes in RInside version 0.2.9 (2012-11-04)}{
\itemize{
- \item Added note to examples/standard/Makefile.win that R_HOME may
- need to be set to run the executables -- so either export your local
- value, or re-install RInside from source to have it reflected in the
- library build of libRinside
- \item On Windows, have RInside use R's get_R_HOME() function to get
- R_HOME value from registry if not set by user
\item Applied (modified) patch by Theodore Lytras which lets RInside
recover from some parsing errors and makes RInside applications more
tolerant of errors
\item Added non-throwing variants of parseEval() and parseEvalQ()
\item Modified Qt and Wt examples of density estimation applications
to be much more resilient to bad user input
+ \item On Windows, have RInside use R's get_R_HOME() function to get
+ R_HOME value from registry if not set by user
+ \item Added note to examples/standard/Makefile.win that R_HOME may
+ need to be set to run the executables -- so either export your local
+ value, or re-install RInside from source to have it reflected in the
+ library build of libRinside
\item Updated CMake build support for standard, armadillo and eigen
\item Improved CMake builds of examples/standard, examples/eigen and
examples/armadillo by detecting architecture
More information about the Rinside-commits
mailing list