[Rcpp-commits] r3733 - pkg/RcppExamples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Aug 10 03:26:55 CEST 2012
Author: edd
Date: 2012-08-10 03:26:53 +0200 (Fri, 10 Aug 2012)
New Revision: 3733
Added:
pkg/RcppExamples/NEWS.Rd
Removed:
pkg/RcppExamples/NEWS
Modified:
pkg/RcppExamples/ChangeLog
Log:
mark release 0.1.4 in ChangeLog
move NEWS to NEWS.Rd
Modified: pkg/RcppExamples/ChangeLog
===================================================================
--- pkg/RcppExamples/ChangeLog 2012-08-10 01:09:56 UTC (rev 3732)
+++ pkg/RcppExamples/ChangeLog 2012-08-10 01:26:53 UTC (rev 3733)
@@ -1,9 +1,13 @@
2012-08-09 Dirk Eddelbuettel <edd at dexter>
+ * DESCRIPTION: Release 0.1.4
+
* src/RcppRNGs.cpp: New example of generating RNG draws
* R/RcppRNGs.R: New R function to call new example
* man/RcppRNGs.Rd: New manual page for new example
+ * NEWS.Rd: Converted from NEWS
+
* DESCRIPTION: Changed Maintainer: to single person per CRAN Policy
2011-12-28 Dirk Eddelbuettel <edd at debian.org>
Deleted: pkg/RcppExamples/NEWS
===================================================================
--- pkg/RcppExamples/NEWS 2012-08-10 01:09:56 UTC (rev 3732)
+++ pkg/RcppExamples/NEWS 2012-08-10 01:26:53 UTC (rev 3733)
@@ -1,29 +0,0 @@
-0.1.4 2012-0809
-
- o Added new example for Rcpp sugar and vectorised draws of RNGs
-
-0.1.3 2011-12-28
-
- o Added new example for Rcpp::DataFrame
-
- o Switched two examples from using std::cout (which 'Writing R
- Extensions' recommends agains) to the new Rcpp::Rcout device
-
- o Minor .Rd correction, suppressing one warning
-
-0.1.2 2010-12-20
-
- o Updated src/Makevars
-
- o Now depends also on RcppClassic so that we can keep continue to show
- examples using the classic API
-
- o Added examples for Rcpp::Date, Rcpp::Datetime and Rcpp::List
-
-0.1.1 2010-07-29
-
- o Minor update, no new examples or documentation added yet
-
-0.1.0 2010-03-10
-
- o Initial release as a package, carved out of Rcpp 0.7.7
Copied: pkg/RcppExamples/NEWS.Rd (from rev 3732, pkg/RcppExamples/NEWS)
===================================================================
--- pkg/RcppExamples/NEWS.Rd (rev 0)
+++ pkg/RcppExamples/NEWS.Rd 2012-08-10 01:26:53 UTC (rev 3733)
@@ -0,0 +1,36 @@
+\name{NEWS}
+\title{News for Package 'RcppExamples'}
+\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
+
+\section{Changes in RcppExamples version 0.1.4 (2012-08-09)}{
+ \itemize{
+ \item Added new example for Rcpp sugar and vectorised draws of RNGs
+ \item Minor updates to reflect newer CRAN Policy
+ }
+}
+\section{Changes in RcppExamples version 0.1.3 (2011-12-28)}{
+ \itemize{
+ \item Added new example for Rcpp::DataFrame
+ \item Switched two examples from using std::cout (which 'Writing R
+ Extensions' recommends agains) to the new Rcpp::Rcout device
+ \item Minor .Rd correction, suppressing one warning
+ }
+}
+\section{Changes in RcppExamples version 0.1.2 (2010-12-20)}{
+ \itemize{
+ \item Updated src/Makevars
+ \item Now depends also on RcppClassic so that we can keep continue to show
+ examples using the classic API
+ \item Added examples for Rcpp::Date, Rcpp::Datetime and Rcpp::List
+ }
+}
+\section{Changes in RcppExamples version 0.1.1 (2010-07-29)}{
+ \itemize{
+ \item Minor update, no new examples or documentation added yet
+ }
+}
+\section{Changes in RcppExamples version 0.1.0 (2010-03-10)}{
+ \itemize{
+ \item Initial release as a package, carved out of Rcpp 0.7.7
+ }
+}
More information about the Rcpp-commits
mailing list