[Rcpp-commits] r4181 - in pkg/RcppClassicExamples: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Dec 30 16:57:48 CET 2012


Author: edd
Date: 2012-12-30 16:57:47 +0100 (Sun, 30 Dec 2012)
New Revision: 4181

Added:
   pkg/RcppClassicExamples/inst/
   pkg/RcppClassicExamples/inst/NEWS.Rd
Modified:
   pkg/RcppClassicExamples/ChangeLog
   pkg/RcppClassicExamples/DESCRIPTION
Log:
Release 0.1.1 with versioned Depends: on current Rcpp, RcpClassic and R as this package cannot be built under older versions.
Reworded DESCRIPTION::Desctription
Added inst/NEWS.Rd


Modified: pkg/RcppClassicExamples/ChangeLog
===================================================================
--- pkg/RcppClassicExamples/ChangeLog	2012-12-29 15:50:23 UTC (rev 4180)
+++ pkg/RcppClassicExamples/ChangeLog	2012-12-30 15:57:47 UTC (rev 4181)
@@ -1,3 +1,12 @@
+2012-12-30  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION: Version 0.1.1
+
+	* DESCRIPTION: Added versioned Depends: on current Rcpp, RcpClassic
+	and R as this package cannot be built under older versions.
+
+	* inst/NEWS.Rd: Added
+
 2010-12-27  Dirk Eddelbuettel  <edd at debian.org>
 
 	* DESCRIPTION: Version 0.1.0 --- new package, split off RcppExamples

Modified: pkg/RcppClassicExamples/DESCRIPTION
===================================================================
--- pkg/RcppClassicExamples/DESCRIPTION	2012-12-29 15:50:23 UTC (rev 4180)
+++ pkg/RcppClassicExamples/DESCRIPTION	2012-12-30 15:57:47 UTC (rev 4181)
@@ -1,16 +1,19 @@
 Package: RcppClassicExamples
 Title: Examples using RcppClassic to interface R and C++ 
-Version: 0.1.0
+Version: 0.1.1
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, based on code written 
  during 2005 and 2006 by Dominick Samperi 
 Maintainer: Dirk Eddelbuettel <edd at debian.org>
-Description: Examples for Seamless R and C++ integration
- The Rcpp package contains a C++ library that facilitates the integration of
- R and C++ in various ways. The deprecated RcppClassic package provides
- backwards-compatibility for the previous version of the API, and this
- package provides some usage examples for the deprecated older API.. 
-Depends: R (>= 2.11.0), Rcpp, RcppClassic
+Description: The Rcpp package contains a C++ library that facilitates the
+ integration of R and C++ in various ways via a rich API. This API was
+ preceded by an earlier version which has been deprecated since 2010 (but is
+ still supported to provide backwards compatability in the package
+ RcppClassic).  This package RcppClassicExamples provides usage examples for
+ the older, deprecated API. There is also a corresponding package
+ RcppExamples package with examples for the newer, current API which we
+ strongly recommend as the basis for all new development.
+Depends: R (>= 2.15.2), Rcpp (>= 0.10.2), RcppClassic (>= 0.9.3)
 LinkingTo: Rcpp, RcppClassic
 Suggests: RUnit 
 URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp

Added: pkg/RcppClassicExamples/inst/NEWS.Rd
===================================================================
--- pkg/RcppClassicExamples/inst/NEWS.Rd	                        (rev 0)
+++ pkg/RcppClassicExamples/inst/NEWS.Rd	2012-12-30 15:57:47 UTC (rev 4181)
@@ -0,0 +1,16 @@
+\name{NEWS}
+\title{News for Package \pkg{RcppClassicExamples}}
+\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
+
+\section{Changes in version 0.1.1 (2012-12-30)}{
+  \itemize{
+    \item Added versioned Depends: in DESCRIPTION to not build under
+    older versions of \cpkg{Rcpp} and \cpkg{RcppClassic}
+  }
+}
+
+\section{Changes in version 0.1.0 (2012-12-27)}{
+  \itemize{
+    \item Initial release, split from package \cpkg{RcppExamples}
+  }
+}
\ No newline at end of file



More information about the Rcpp-commits mailing list