[Rcpp-commits] r2638 - in pkg/RcppGSL: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Dec 1 04:55:00 CET 2010
Author: edd
Date: 2010-12-01 04:54:56 +0100 (Wed, 01 Dec 2010)
New Revision: 2638
Modified:
pkg/RcppGSL/ChangeLog
pkg/RcppGSL/DESCRIPTION
pkg/RcppGSL/cleanup
pkg/RcppGSL/inst/NEWS
Log:
release 0.1.0
Modified: pkg/RcppGSL/ChangeLog
===================================================================
--- pkg/RcppGSL/ChangeLog 2010-12-01 03:09:05 UTC (rev 2637)
+++ pkg/RcppGSL/ChangeLog 2010-12-01 03:54:56 UTC (rev 2638)
@@ -1,3 +1,7 @@
+2010-11-30 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Version 0.1.0 and initial release
+
2010-11-29 Romain Francois <romain at r-enthusiasts.com>
* inst/include/RcppGSLForward.h: vector_view<T> now exposes a conversion
Modified: pkg/RcppGSL/DESCRIPTION
===================================================================
--- pkg/RcppGSL/DESCRIPTION 2010-12-01 03:09:05 UTC (rev 2637)
+++ pkg/RcppGSL/DESCRIPTION 2010-12-01 03:54:56 UTC (rev 2638)
@@ -1,7 +1,7 @@
Package: RcppGSL
Type: Package
Title: Rcpp integration for GNU GSL vectors and matrices
-Version: 0.0.5
+Version: 0.1.0
Date: $Date$
Author: Romain Francois and Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
Modified: pkg/RcppGSL/cleanup
===================================================================
--- pkg/RcppGSL/cleanup 2010-12-01 03:09:05 UTC (rev 2637)
+++ pkg/RcppGSL/cleanup 2010-12-01 03:54:56 UTC (rev 2638)
@@ -5,11 +5,12 @@
inst/doc/*.blg inst/doc/*.bbl \
*/*~ *~
rm -rf autom4te.cache inst/doc/*/auto
+
(cd inst/examples/RcppGSLExample; \
rm -f config.log config.status \
src/*.o src/*.so src/Makevars \
*/*~ *~ ; \
- rm -rf autom4te.cache; \
- cd -)
+ rm -rf autom4te.cache)
+
Modified: pkg/RcppGSL/inst/NEWS
===================================================================
--- pkg/RcppGSL/inst/NEWS 2010-12-01 03:09:05 UTC (rev 2637)
+++ pkg/RcppGSL/inst/NEWS 2010-12-01 03:54:56 UTC (rev 2638)
@@ -1,6 +1,8 @@
-0.1.0 2010-11-28
+0.1.0 2010-11-30
o Initial CRAN release with basic functionality for vectors and matrices
- o RcppGSL vignette provides an introduction and documentation about the
- package
+ o A vignette provides an introduction and documentation about the package
+
+ o An example package RcppGSLExample provides a complete stanza for
+ creating your own package using RcppGSL (and the GSL and Rcpp)
More information about the Rcpp-commits
mailing list