https://github.com/cran/RcppArmadillo
Raw File
Tip revision: d756ef6a7f0c640eb267dd2252e8600bfc5f45d9 authored by Dirk Eddelbuettel on 18 September 2012, 18:53:29 UTC
version 0.3.4.1
Tip revision: d756ef6
ChangeLog
2012-09-18  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.3.4.1

	* inst/include/*: Upgraded to new release 3.4.1 of Armadillo

2012-09-06  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.3.4.0

	* inst/include/*: Upgraded to new release 3.4.0 of Armadillo

2012-08-31  Dirk Eddelbuettel  <edd@debian.org>

	* inst/NEWS.Rd: Converted to Rd format

2012-08-30  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.3.3.91

	* inst/include/*: Upgraded to release 3.3.91 (v3.4 beta 1) of Armadillo

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

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

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

	* R/fastLm.R (summary.fastLm): Also display residual standard error

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

	* R/fastLm.R (fastLm.formula): Note whether intercept in formula or
	not; also store the result of summary() on residuals
	* R/fastLm.R (fastLm.default): Autmagically detect intercept use
	* R/fastLm.R (print.summary.fastLm): Display summary of residuals
	* R/fastLm.R (summary.fastLm): Distinguish between the intercept and
	no-intercept cases when computing R^2

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

	* DESCRIPTION: Release 0.3.2.4

	* inst/include/*: Upgraded to new release 3.2.4 of Armadillo

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

	* DESCRIPTION: Release 0.3.2.3

	* inst/include/*: Upgraded to new release 3.2.3 of Armadillo

	* inst/include/armadillo_bits/: Reverted files {Mat,Col,Row}_bones.hpp
	to the previous versions due to compilation issues under g++ 4.7

	* inst/doc/RcppArmadillo-intro.Rnw: New introductory vignette based
	on just-submitted paper by Eddelbuettel and Sanderson

	* DESCRIPTION: Set Maintainer: to edd@debian.org as CRAN prefers to
	provide upload email from the same address the Maintainer field

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

	* inst/examples/fastLm.r: Also examine the 'two versus one' casts
	impact when converting SEXP to Armadillo types

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

	* DESCRIPTION: Release 0.3.2.0

	* inst/include/*: Upgraded to new release 3.2.0 of Armadillo

2012-05-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.3.1.94

	* inst/include/*: Upgraded to new (beta) release 3.1.94 of Armadillo

2012-05-10  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.3.1.92

	* inst/include/*: Upgraded to new (beta) release 3.1.92 of Armadillo

2012-05-03  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.3.0.3

	* inst/include/*: Upgraded to new release 3.0.3 of Armadillo

2012-04-29  Dirk Eddelbuettel  <edd@debian.org>

	* inst/examples/fastLm.r: New example fastLm

2012-04-19  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.3.0.2

	* inst/include/*: Upgraded to new release 3.0.2 of Armadillo

2012-04-17  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/RcppArmadilloConfig.h: Undefine NDEBUG to not suppress
	Armadillo debug messages

2012-04-12  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.3.0.1

	* inst/include/*: Upgraded to new release 3.0.1 of Armadillo

2012-04-11  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/RcppArmadilloConfig.h: Protect define of
	ARMA_DEFAULT_OSTREAM by a #ifndef test

2012-04-10  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.3.0

	* inst/include/*: Upgraded to new release 3.0.0 of Armadillo

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

	* DESCRIPTION: Release 0.2.40

	* inst/include/*: Upgraded to new test release 2.99.4 of Armadillo

2012-04-02  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.39

	* inst/include/*: Upgraded to new test release 2.99.3 of Armadillo

2012-03-28  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.38

	* inst/include/*: Upgraded to new test release 2.99.2 of Armadillo

2012-03-24  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.37

2012-03-24  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadilloWrap.h: adapt to Armadillo 2.99.1

2012-03-19  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/*: Upgraded to new test release 2.99.1 of Armadillo

2012-03-05  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.36

	* inst/include/*: Upgraded to new release 2.4.4 of Armadillo

2012-02-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.35 (depending on Rcpp 0.9.10)

	* inst/include/*: Upgraded to new release 2.4.3 of Armadillo

2012-02-01  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/armadillo_bits/Cube_meat.hpp : changes related to
	std::cout -> Rcpp::Rcout

	* inst/include/armadillo_bits/Mat_meat.hpp : idem

	* inst/include/armadillo_bits/config.hpp : idem

	* inst/include/armadillo_bits/debug.hpp : idem

	* inst/include/armadillo_bits/field_meat.hpp : idem

	* inst/include/armadillo_bits/forward_bones.hpp : idem

	* DESCRIPTION: depends on Rcpp 0.9.10

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

	* inst/include/RcppArmadillo/Mat_meat.h: Add missing semicolon in
	code ifdef'ed for C++0x mode, with thanks to Teo Guo Ci

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

	* src/RcppArmadillo.cpp: Force instantiation of arma version vars
	which helps with older OS X compiler, as suggested by Gershon Bialer

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

	* man/RcppArmadillo-package.Rd: Updated to current version number,
	added Conrad's Technical Report as a reference

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

	* DESCRIPTION: Release 0.2.34

	* inst/include/*: Upgraded to new release 2.4.2 of Armadillo

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

	* DESCRIPTION: Release 0.2.33

	* inst/include/*: Upgraded to new release 2.4.1 of Armadillo

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

	* DESCRIPTION: Release 0.2.32

	* inst/include/*: Upgraded to new release 2.4.0 of Armadillo

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

	* DESCRIPTION: Release 0.2.31

	* inst/include/*: Upgraded to new test release 2.3.92 of Armadillo

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

	* DESCRIPTION: Release 0.2.30

2011-11-17  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadilloSugar.h: reworked forwarding sugar
	expressions to arma expressions. No need for the "forward" function
	anymore. For now, we kept forward as a templated identity function
	for backwards compatibility but it is not needed anymore

	* inst/include/RcppArmadillo/Mat_meat.h: reworked handling of complex
	values

	* inst/unitTests/runit.RcppArmadillo.R: removed uses of forward as we
	don't need it anymore.

2011-11-16  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadilloForward.h: support for the new arma
	classes Gen and GenCube that arma uses internally

	* inst/include/RcppArmadilloWrap.h: idem

	* inst/include/RcppArmadillo/Mat_meat.h: adapted to the changed
	arma_type_check

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

	* inst/include/*: Upgraded to new test release 2.3.91 of Armadillo

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

	* DESCRIPTION: Release 0.2.29

	* inst/include/*: Updated to bug-fix release 2.2.3 of Armadillo

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

	* DESCRIPTION: Release 0.2.28

	* inst/include/*: Updated to release 2.2.1 of Armadillo

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

	* DESCRIPTION: Release 0.2.27

	* inst/include/*: Updated to release 2.1.91 of Armadillo

2011-07-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.26

	* inst/include/*: Updated to release 2.0.2 of Armadillo

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

	* DESCRIPTION: Release 0.2.25

	* inst/include/*: Updated to release 2.0.1 of Armadillo

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

	* DESCRIPTION: Release 0.2.24

	* inst/include/*: Updated to release 2.0.0 of Armadillo

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

	* DESCRIPTION: Release 0.2.23

	* inst/include/*: Updated to release 1.99.5 of Armadillo

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

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

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

	* ChangeLog, inst/NEWS: ChangeLog and NEWS entry for Doug's S3 fixes

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

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

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

	* DESCRIPTION: Release 0.2.22

	* inst/include/*: Updated to release 1.99.4 of Armadillo

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

	* inst/include/RcppArmadilloConfig.h: Enable sprintf on FreeBSD by
	undefining ARMA_HAVE_STD_SNPRINTF thanks to patch by Rainer Hurling

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

	* DESCRIPTION: Release 0.2.21

	* inst/include/*: Updated to release 1.99.3 of Armadillo

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

	* DESCRIPTION: Release 0.2.20

	* inst/include/*: Updated to release 1.99.2 of Armadillo

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

	* inst/include/*: Updated to test release 1.99.1 of Armadillo

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

	* src/RcppArmadillo.cpp: Rewritten armadillo_version as to no longer
	require an instance of arma::arma_version, with Thanks! to Conrad

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

	* inst/examples/varSimulation.r: New example simulating of first-order
	vector autoregression data set via R, compiled R and RcppArmadillo

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

	* DESCRIPTION: Release 0.2.19

	* inst/include/*: Updated to Armadillo 1.2.0 "Unscrupulous Carbon Emitter"

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

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

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

	* DESCRIPTION: Release 0.2.18

	* inst/include/*: Updated to Armadillo 1.1.92 "Jurassic Barbecue"

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

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

	* DESCRIPTION: Release 0.2.17

	* inst/include/*: Updated to Armadillo 1.1.90 "Inside Job"

2011-03-10  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.16

	* inst/include/*: Updated to Armadillo 1.1.8 "Kangaroo Steak"

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

	* DESCRIPTION: Release 0.2.15

	* inst/include/*: Updated to Armadillo 1.1.6 “Baby Carpet Shark”

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

	* DESCRIPTION: Release 0.2.14

	* inst/include/RcppArmadillo/Row_meat.h: Support RTTI via vec_state
	* inst/include/RcppArmadillo/Col_meat.h: Support RTTI via vec_state

	* inst/unitTests/runit.RcppArmadillo.R: Added unit test for above

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

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

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

	* src/fastLm.cpp (fastLm): Further simplified and shortened by using
	Rcpp::as<arma::mat>() on the input data

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

	* DESCRIPTION: Release 0.2.13

	* inst/include/*: Updated to Armadillo 1.1.4 "Manta Lodge"

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

	* DESCRIPTION: Release 0.2.12

	* inst/include/*: Updated to Armadillo 1.1.2 "Flood Kayak"

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

	* DESCRIPTION: Release 0.2.11

	* inst/include/*: Updated to Armadillo 1.1.0 "Climate Vandal"

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

	* R/SHLIB.R: new unexported R function SHLIB, small wrapper around R
	CMD SHLIB

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

	* DESCRIPTION: Release 0.2.10

	* inst/include/*: Updated to Armadillo 1.0.0 "Antipodean Antileech”

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

	* R/fastLm.R: Also provide two R-squared measures in summary method

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

	* DESCRIPTION: remove dependency on GNU make

	* R/RcppArmadillo.package.skeleton.R: updated skeleton generator so
	that the dependency on GNU make is removed

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

	* DESCRIPTION: Release 0.2.9

	* inst/include/*: Updated to Armadillo 0.9.92 "Wall Street Gangster"

2010-10-16  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.8

	* inst/include/*: Updated to Armadillo 0.9.90 "Water Dragon"

	* NEWS: moved to inst/NEWS so that it gets installed with the package
	* inst/ChangeLog: moved to top-level enabling 'C-x 4 a' lookups

2010-09-25  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.7

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

	* inst/include/RcppArmadilloWrap.h: Updated for Armadillo 0.9.80

2010-09-21  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/*: Update to Armadillo 0.9.80 "Chihuahua Muncher"

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

	* DESCRIPTION: Release 0.2.6

2010-09-10  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/* : Update to Armadillo 0.9.70 "Subtropical Winter Safari"

2010-08-18  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/armadillo_bits/Mat_meat.hpp : not so intrusive patch that allows
	RcppArmadillo to add its own Mat constructors
	* inst/include/armadillo_bits/Mat_proto.hpp : same

	* inst/include/RcppArmadillo/Mat_proto.h : Mat constructor that takes a sugar
	expression
	* inst/include/RcppArmadillo/Mat_meat.h : implementation

2010-08-17  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadilloWrap.h : extracted from RcppArmadillo.h

	* inst/include/RcppArmadilloSugar.h : preliminary code to more interoperability
	between Rcpp sugar and armadillo. Defines the Rcpp::forward that allows
	forwarding the result of a sugar expression so that it is used in a Mat
	constructor. (needs more testing)

	* inst/unitTests/runit.RcppArmadillo.R : initial test for sugar/armadillo

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

	* DESCRIPTION: Release 0.2.5

	* Upgraded to Armadillo 0.9.60 "Killer Bush Turkey" with changes:
	  - More flexible reshape(), allowing significantly different
	    matrix sizes
	  - Added matrix initialisation via the << operator
	  - Fixes for compilation issues under Mac OS X with GCC 4.2/4.0
	    hybrid

2010-08-03  Romain Francois <romain@r-enthusiasts.com>

	* Upgraded to Armadillo 0.9.58 beta for testing purposes

        * inst/include/armadillo: Reworked so that armadillo_bits/
	  directory can be included as is without minor tweaks to
	  armadillo_bits/config.hpp

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

	* DESCRIPTION: Release 0.2.4

	* inst/include/armadillo_bits: Added small patch to not use asinh,
	acosh and atanh on win32 as the (older) MinGW compiler cannot cope.
	This problem will go away once R 2.12 is released as it requires
	gcc / g++ 4.5.

2010-07-25  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/* : upgrade to armadillo 0.9.52 "Monkey Wrench"

	* src/fastLm.cpp: Switch from inv() (which now throws a warning on
	(near) singular matrices and returns an empty matrix) to the
	Moore-Penrose pseudo-inverse pinv() which allows us to continue
	the example from the manual page. Of course, for standard use inv() is
	doing the right thing by issueing the warning.

2010-06-14  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.3

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

	* inst/include/RcppArmadilloConfig.h: Addition cconfig helping suncc

2010-06-09  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.2

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

	* inst/include/* : upgrade to armadillo 0.9.10

	* inst/include/* : support for new mtOp and mtGlue, introduced in
	armadillo 0.9.10

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

	* R/flags.R: added RcppArmadillo:::CxxFlags()

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

	* DESCRIPTION: Release 0.2.1

	* src/fastLm.cpp: Rename stderr to std_err

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

	* DESCRIPTION: Release 0.2.0

2010-05-18  Douglas Bates  <bates@stat.wisc.edu>

	* man/fastLm/Rd: Added rank-deficient example to illustrate possible
	problems with fastLmPure() and fastLm()

	* src/fastLm/cpp: Compute sig2 via std::inner_product

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

	* inst/include/*: updated to Armadillo 0.9.8

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

	* inst/include/RcppArmadillo.h: workaround for win64

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

	* R/fastLm.R: fastLm() is now generic and has a formula interface as
	well as methods for print, summary, predict to behave like a standard
	model fitting function

	* R/fastLm.Rd: Added documentation for new methods

	* src/fastLm.cpp: Small additions to returned parameters to support
	new functionality

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

	* R/RcppArmadillo.package.skeleton.R: new package skeleton function
	similar to Rcpp::Rcpp.package.skeleton but targetting use of
	RcppArmadillo

	* README: removed and promoted to additional documentation in
	?RcppArmadillo

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

	* inst/include/* : updated to armadillo 0.9.6

2010-04-03  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Remove OS_type restriction now that RcppArmadillo
	  includes Armadillo headers, add Doug to Authors and Maintainers

2010-04-03  Douglas Bates  <bates@stat.wisc.edu>

	* inst/include/armadillo: Added the armadillo headers and the
	armadillo_bits directory.  This is from the armadillo sources with
	only the armadillo_bits/config.hpp file modified.

	* configure: and many other configuration files.  Removed the
	foo.in files, modified cleanup not to remove the target files.

2010-03-20  Dirk Eddelbuettel  <edd@debian.org>

	* src/fastLm.cpp: Small fix for Armadillo 0.8.2

2010-03-17  Romain Francois <romain@r-enthusiasts.com>

	* src/fastLm.cpp: added some arma:: prefix

	* src/RcppArmadillo.cpp: update examples to use make_list and showcase
	various ways to use them : Named(.)=., _[.] = , Named( ., . )

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

	* DESCRIPTION: Release 0.1.0 and initial CRAN upload

2010-03-03  Dirk Eddelbuettel  <edd@debian.org>

	* src/fastLm.cpp: Moved into its own file, some more polish

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

	* inst/include/RcppArmadillo.h: avoid an extra memory copy when
	possible (i.e. in wrap( eGlue) and wrap( eOp ) when the elem_type
	is int or double).

	* inst/include/RcppArmadilloDefines.in.h added the SCALAR macro
	to take care of the 0.9.0 api change

	* src/RcppArmadillo.cpp : fix a runtime error uisng the SCALAR macro

2010-03-02  Dirk Eddelbuettel  <edd@debian.org>

	* src/RcppArmadillo.cpp: Added bare-bones 'fastLm' function
	* R/fastLm.R: Added fastLm R wrapper for C++ fastLm
	* man/fastLm.Rd: Added manual page
	* inst/unitTests/runit.RcppArmadillo.R: Added unit test
	* NAMESPACE: Made fastLm visible

2010-03-02  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadillo.h: support for Armadillo 0.9.*

2010-03-01  Dirk Eddelbuettel  <edd@debian.org>

	* configure.in: Add configure support to test for version 0.9.0

2010-02-23  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadillo.h: support for wrap( arma::Glue )
	and wrap( arma::Op ) enabling wrap()'ing arbitrary expressions
	involving arma::Mat objects, for example wrap( m1 + m2 ), or
	wrap( -m1 )

	* inst/unitTests/runit.RcppArmadillo.R: new unit test for
	wrap( Glue ) and wrap( Op )

2010-02-20  Dirk Eddelbuettel  <edd@debian.org>

	* configure.in: Add configure support to test for presence of
	  'armadillo' header and working 'libarmadillo' library; and
	  a test for version 0.7.0 or higher (for Cube() type)
	* src/Makevars.in: Setup to be filled-in from configure
	* src/RcppArmadilloDefines.h.in: Idem
	* cleanup: Added to remove configure-generated files

	* R/flags.R: Small cleanups

	* src/RcppArmadillo.h: Use the #define ARMA_HAS_CUBE from the
	  autogenerated header, reindent using Emacs' defaults

2010-02-19  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Restrict to 'OS_type: unix' for now,
	  set Date: as an SVN property

2010-02-19  Romain Francois <romain@r-enthusiasts.com>

	* added support for field<T> where T is wrappable

2010-02-17  Romain Francois <romain@r-enthusiasts.com>

	* added support for as<Mat<T>> as<Row<T>> and as<Col<T>>
	with T in : int, double, float, unsigned int

	* added untested support for wrap( Cube<T> )

2010-02-16  Dirk Eddelbuettel  <edd@debian.org>

	* Initial package structure based on first proof-of-concept

2010-02-16  Romain Francois <romain@r-enthusiasts.com>

	* initial version, covering wrap(Mat), wrap(Col), wrap(Row)
back to top