2015-07-06  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.5

	* NAMESPACE: Added now-required importFrom() statements

	* DESCRIPTION: Added Imports: stats

2015-07-04  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/RcppGSL-intro.Rnw (Rcpp): Updated and edited throughout.

2015-06-27  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Description, Date): More Title Case; rolled Date

2015-06-26  Dirk Eddelbuettel  <edd@debian.org>

	* inst/examples/RcppGSLExample/DESCRIPTION: Updated Date and Version
	* inst/examples/RcppGSLExample/src/colNorm.cpp: Added new version
	based on Attributes
	* inst/examples/RcppGSLExample/src/RcppExports.cpp: Added
	* inst/examples/RcppGSLExample/R/RcppExports.R: Added
	* inst/examples/RcppGSLExample/R/colNorm.R: Retired

	* inst/unitTests/runit.client.package.R (test.client.package):
	Updated to use version 0.0.3 of RcppGSLExample

	* vignettes/RcppGSL-intro.Rnw (Rcpp): Updated to reflect updated
	example client package RcppGSLExample

	* src/RcppExports.cpp: Updated via newer compileAttributes()

	* .travis.yml (install): Use Launchpad PPA for r-cran-* packages

2015-06-24  Dirk Eddelbuettel  <edd@debian.org>

	* inst/examples/bSpline/bSpline.cpp (fitData): Removed unneccessary
	instantiation of a data.frame object

2015-01-24  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.2.4

2015-01-22  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/RcppGSL-intro.Rnw: Updated to note that package turns off
	GSL error when loaded via .onAttach().

2015-01-14  Dirk Eddelbuettel  <edd@debian.org>

	* src/setErrorHandler.cpp: Add two simple functions to turn off the
	GSL error handler (which is recommended), and to reset to the default
	value if so desired. Note that under the default value GSL will abort
	on error which is not desirable when called from R.

	* R/init.R (.onAttach): Call the new gslSetErrorHandler() function

2015-01-13  Qiang Kou <qkou@umail.iu.edu>

	* vignettes/RcppGSL-intro.Rnw: Add section about setting default
	error in GSL per http://thread.gmane.org/gmane.comp.lang.r.rcpp/7905

2015-01-10  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.2.3

2015-01-09  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/RcppGSL-intro.Rnw: Small update for look&feel, also
	updated regarding configure variables

2015-01-06  Dirk Eddelbuettel  <edd@debian.org>

	* src/Makevars.in: One char correction requested by CRAN Maintainers

	* configure.ac: Updated and shortened
	* configure: Ditto

2014-05-31  Dirk Eddelbuettel  <edd@debian.org>

 	* DESCRIPTION: Version 0.2.2

	* inst/NEWS.Rd: Ditto

2014-05-30  Kevin Ushey  <kevinushey@gmail.com>

	* inst/include/RcppGSLForward.h: Take address of private member, not
	variable passed in

2014-05-26  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.2.1

	* inst/unitTests/runit.client.package.R: Add 'require(Rcpp)' which is
	now needed as we only Import: rather than Depends: in the example

2014-05-22  Dirk Eddelbuettel  <edd@debian.org>

	* inst/examples/RcppGSLExample/DESCRIPTION: Updated
	* inst/examples/RcppGSLExample/NAMESPACE: Ditto
	* inst/examples/RcppGSLExample/configure.ac: Ditto
	* inst/examples/RcppGSLExample/configure: Ditto
	* inst/examples/RcppGSLExample/src/Makevars.in: Ditto
	* inst/examples/RcppGSLExample/src/Makevars.win: Ditto

2014-05-21  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Updated for Rcpp (>= 0.11.0)
	* NAMESPACE: Ditto

	* configure.ac: Simplified as we longer need -L flags for Rcpp
	* src/Makevars.in: Ditto
	* src/Makevars.win (PKG_LIBS): Removed call to Rcpp:::LdFlags()

	* R/inline.R (inlineCxxPlugin): Now call Rcpp::Rcpp.plugin.maker()

	* .Rbuildignore: Added

2013-10-22  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Added 'Suggests: Rcpp' to build vignette as we call
	into Rcpp to get its bibtex file

2013-10-09  Dirk Eddelbuettel  <edd@debian.org>

	* NAMESPACE: Export LdFlags and CFlags
	* man/LdFlags.Rd: Added documentation for exported functions

2013-09-10  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Imports): Now 'Imports: Rcpp' rather than Depends: to
	satisfy R CMD check for the R version under development

2013-08-24  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Suggests): Added 'highlight' so that the package is
	available during 'R CMD check' in order to build vignettes

	* vignettes/RcppGSL-intro.Rnw: Also cite the Eddelbuettel and
	Sanderson (2013, CSDA) paper on RcppArmadillo

2013-06-23  Dirk Eddelbuettel  <edd@debian.org>

	* inst/unitTests/runit.gsl.R: Corrections to new unitTest scheme
	* inst/unitTests/cpp/gsl.cpp: Idem

2013-06-22  Dirk Eddelbuettel  <edd@debian.org>

	* inst/unitTests/runit.gsl.R: Rewritten to use sourceCpp()

	* inst/unitTests/cpp/gsl.cpp: New C++ file with unit tests

 	* vignettes/RcppGSL-unitTests.Rnw: Minor tweaking

	* vignettes/RcppGSL-intro.Rnw: Added section on attributes

	* vignettes/buildVignette.R: Default to all .Rnw files in directory,
	also set boxes option to TRUE

2013-06-21  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/buildVignette.R: Added simple helper script to build
	the vignette(s) on the command-line (which requires highlight)

	* cleanup: Take some tasks that the vignette/Makefile had

	* src/fastLm.cpp: Minor improvement in computing std.error of est.

2013-06-19  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/RcppGSL/RcppGSL-intro.Rnw: Some fixes

2013-06-19  Romain Francois  <romain@r-enthusiasts.com>

	* vignettes/RcppGSL/RcppGSL-intro.Rnw: Converted back to use with
	package highlight (>= 0.4.2)

2012-11-11  Dirk Eddelbuettel  <edd@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@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@debian.org>

	* DESCRIPTION: Version 0.2.0

	* inst/unitTests/runit.fastLm.R: expanded unit tests

	* R/inline.R: Use two variables in a new package-global environment
	to store RcppGSL compiler and linker flags

	* vignettes/RcppGSL/RcppGSL-intro.Rnw: Skip use of highlight for
	C++ and shell snippets to sidestep build issues on 32bit OSs

	* vignettes/RcppGSL.bib: updated references

2012-07-21  Dirk Eddelbuettel  <edd@debian.org>

	* R/fastLm.R: expanded summary() display as in RcppArmadillo

	* inst/NEWS.Rd: converted from ascii text to Rd format

	* vignettes/*: moved from inst/doc/* per newer R Policy

	* vignettes/: renamed main vignette to RcppGSL-intro to not clash
	with the filename of the package reference manual RcppGSL.pdf

	* DESCRIPTION: changed Maintainer: to single person per CRAN Policy

2011-12-23  Dirk Eddelbuettel  <edd@debian.org>

	* inst/unitTests/runTests.R: unit tests output 'fallback' directory
	changed to '..' and files are now in top-level of $pkg.Rcheck/

2011-12-22  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/RcppGSLForward.h (RcppGSL): Commented-out long and
	ulong declarations which currently clash with int64

	* inst/include/RcppGSL_matrix.h (RcppGSL): Commented-out long and
	ulong casts which currently clash with int64

	* inst/unitTests/runit.gsl.R: Disable corresponding tests

2011-06-14  Douglas Bates <bates@stat.wisc.edu>

	* R/fastLm.R, man/fastLm.Rd, src/fastLm.cpp,
	inst/unitTests/runit.fastLm.R: Change order of arguments in
	fastLm.cpp, fastLm.R, unit test and documentation.

2011-06-13  Dirk Eddelbuettel  <edd@debian.org>

	* NAMESPACE: Properly export S3methods as such
	* man/fastLm.Rd: Similar updates to help page

2011-04-08  Dirk Eddelbuettel  <edd@debian.org>

	* R/fastLm.R: In print.summary.fastLm(), use 'P.values' not 'P.value'

2011-04-05  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.1.1

2011-04-04  Dirk Eddelbuettel  <edd@debian.org>

	* inst/doc/Makefile: Do not call clean in all target

2011-02-28  Dirk Eddelbuettel  <edd@debian.org>

	* inst/doc/Makefile: Call R and Rscript relative to R_HOME/bin

2011-02-11  Dirk Eddelbuettel  <edd@debian.org>

	* inst/doc/RcppGSL/Makefile: Also create unitTest vignette
	* inst/doc/RcppGSL/RcppGSL-unitTests.Rnw: idem
	* inst/doc/RcppGSL/unitTests/RcppGSL-unitTests.R: idem

2010-12-06  Romain Francois <romain@r-enthusiasts.com>

	* inst/doc/RcppGSL/RcppGSL.Rnw: cosmetics

2010-11-30  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.1.0 and initial release

2010-11-29  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppGSLForward.h: vector_view<T> now exposes a conversion
	operator to implicitely convert it to the associated gsl_vector_foo * type.
	Similarly matrix_view<T> expose a conversion operator to the associated
	gsl matrix pointer.

2010-11-28  Dirk Eddelbuettel  <edd@debian.org>

	* inst/examples/RcppGSLExample/: Started as a means to provide a
	simple yet complete example of using RcppGSL in a user package

	* NEWS: Added with initial notes towards a release

2010-11-27  Romain Francois <romain@r-enthusiasts.com>

	* include/include/*h: Updated to satisfy some grumblings from g++

2010-11-27  Dirk Eddelbuettel  <edd@debian.org>

	* R/fastLm.R: summary() now also computed R2 and adjR2

2010-05-25  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppGSLForward.h : add indexing operator, stl iterator
	and begin() and end() methods to RcppGSL::vector using proxy classes

	* inst/include/RcppGSLForward.h : RcppGSL::matrix gets indexing
	operator(int,int)

	* configure.win: added empty configure.win so that R CMD check does
	not get jealous about the configure script

	* src/Makevars.win: use Brian Ripley's suggestions to anticipate R 2.12.0

	* inst/include/*.h: RcppGSL::vector_view and RcppGSL::matrix_view

2010-05-13  Dirk Eddelbuettel  <edd@debian.org>

	* R/fastLm.R: fastLm is now generic and behaves similar to lm():
	formula interface, returns object of class 'fastLm', and had methods
	for print, summary and predict
	* man/fasttLm.Rd: documented interface accordingly
	* src/fastLm.cpp: Added and degrees of freedom to list of result
	returned from C++ to R

2010-05-13  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/*.h: wrap specializations are now inline

	* inst/include/*.h: new classes RcppGSL::matrix<T> and
	RcppGSL::matrix_view<T>

2010-05-12  Dirk Eddelbuettel  <edd@debian.org>

	* src/fastLm.cpp : added fastLm from Rcpp examples

2010-05-12  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/*.h: added classes RcppGSL::vector<T> that act as
	smart pointers to gsl_vector_* objects. This gives nicer syntax and
	helps Rcpp implicit converters wrap and as.


