[Rcpp-commits] r3657 - pkg/RcppBDT/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jul 1 14:59:50 CEST 2012
Author: edd
Date: 2012-07-01 14:59:50 +0200 (Sun, 01 Jul 2012)
New Revision: 3657
Added:
pkg/RcppBDT/inst/NEWS.Rd
Removed:
pkg/RcppBDT/inst/NEWS
Log:
converted NEWS to NEWS.Rd
Deleted: pkg/RcppBDT/inst/NEWS
===================================================================
--- pkg/RcppBDT/inst/NEWS 2012-07-01 12:49:52 UTC (rev 3656)
+++ pkg/RcppBDT/inst/NEWS 2012-07-01 12:59:50 UTC (rev 3657)
@@ -1,14 +0,0 @@
-0.2.0 2012-06-30
-
- o The core module, which wraps what in C++ is boost::gregorian::date,
- is now exposed as an Rcpp module bdtDate. As all example as demos
- operated off a (package-global) variable 'bdt', no user visible
- change was needed outside of the code instantiating at package load.
-
- o Updated package instantiation to the new facilities offered by the
- current versions R 2.15.1 and Rcpp 0.9.13
-
-0.1.0 2011-01-17
-
- o First CRAN upload (and see ChangeLog for more granular details)
-
Copied: pkg/RcppBDT/inst/NEWS.Rd (from rev 3656, pkg/RcppBDT/inst/NEWS)
===================================================================
--- pkg/RcppBDT/inst/NEWS.Rd (rev 0)
+++ pkg/RcppBDT/inst/NEWS.Rd 2012-07-01 12:59:50 UTC (rev 3657)
@@ -0,0 +1,24 @@
+\name{NEWS}
+\title{News for Package \pkg{e1071}}
+\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
+
+\section{Changes in version 0.2.0 (2012-06-30}{
+ \itemize{
+ \item The core module, which wraps what in C++ is
+ boost::gregorian::date, is now exposed as an Rcpp module bdtDate.
+ As all example as demos operated off a (package-global) variable
+ 'bdt', no user visible change was needed outside of the code
+ instantiating at package load.
+
+ \item Updated package instantiation to the new facilities offered by
+ the current versions R 2.15.1 and Rcpp 0.9.13
+ }
+}
+
+\section{Changes in version 0.1.0 (2011-01-17)}{
+ \itemize{
+ \item First CRAN upload (and see ChangeLog for more granular
+ details) bug fix in svm cross validation
+ }
+}
+
More information about the Rcpp-commits
mailing list