| NEWS | R Documentation |
summary() for fastLm() now displays vastly more information
fastLmPure() now uses same argument order as R's lm.fit()
Added more unit tests for fastLm() and related functions
Export and document S3 methods in NAMESPACE and manual page as such
Vignettes have been moved to the vignettes/ directory
Main vignette renamed to RcppGSL-intro.pdf to use a
filename different from the package reference manual
NEWS file converted to .Rd format
inline support function no longer uses assignInNamespace
Unit tests produce a summary vignette as for some of the other packages
The documentation Makefile now uses the $R_HOME environment variable
The documentation Makefile no longer calls clean in the all target
Initial CRAN release with basic functionality for vectors and matrices
A vignette provides an introduction and documentation about the package
An example package RcppGSLExample provides a complete stanza for creating your own package using RcppGSL (and the GSL and Rcpp)