[Rcpp-commits] r4198 - in pkg/RcppGSL: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jan 13 03:26:40 CET 2013


Author: edd
Date: 2013-01-13 03:26:38 +0100 (Sun, 13 Jan 2013)
New Revision: 4198

Modified:
   pkg/RcppGSL/ChangeLog
   pkg/RcppGSL/inst/NEWS.Rd
Log:
committing the b-spline example already blogged about earlier


Modified: pkg/RcppGSL/ChangeLog
===================================================================
--- pkg/RcppGSL/ChangeLog	2013-01-13 02:22:25 UTC (rev 4197)
+++ pkg/RcppGSL/ChangeLog	2013-01-13 02:26:38 UTC (rev 4198)
@@ -1,3 +1,14 @@
+2012-11-11  Dirk Eddelbuettel  <edd at debian.org>
+
+	* inst/examples/bSpline/bSpline.cpp: New example for B-spline fit
+	taken from GSL manual
+	* inst/examples/bSpline/bSpline.cpp: R wrapper and illustration
+
+2012-10-14  Dirk Eddelbuettel  <edd at debian.org>
+
+	* vignettes/RcppGSL/RcppGSL-intro.Rnw: Switch to using Rcpp:::bib()
+	and the bibtex file shipped with Rcpp
+
 2012-07-22  Dirk Eddelbuettel  <edd at debian.org>
 
 	* DESCRIPTION: Version 0.2.0

Modified: pkg/RcppGSL/inst/NEWS.Rd
===================================================================
--- pkg/RcppGSL/inst/NEWS.Rd	2013-01-13 02:22:25 UTC (rev 4197)
+++ pkg/RcppGSL/inst/NEWS.Rd	2013-01-13 02:26:38 UTC (rev 4198)
@@ -2,6 +2,13 @@
 \title{News for Package \pkg{RcppGSL}}
 \newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
 
+\section{Changes in version 0.2.1 (2012-xx-yy)}{
+  \itemize{
+    \item Added new example based on B-splines example in GSL manual
+    illustrating simple GSL use via Rcpp attributes
+  }
+}
+
 \section{Changes in version 0.2.0 (2012-07-22)}{
   \itemize{
     \item{summary() for fastLm() now displays more information}



More information about the Rcpp-commits mailing list