NEWS
svTools 0.9-3 (2013-01-28)
- Fixed a bug in lint() that prevented to retrieve warnings from codetools 0.2-8
checkUsage() function.
svTools 0.9-2 (2012-04-01)
- Fixed partial matching of arguments env(ir) in .argsFunAfter() and
.isFunction() and nc(ol), nr(ow) in completeCode()
- .descriptionFields is now created in code to avoid false warning of missing
object in R 2.15.0.
- .rbib() now loads the bibRNews.rda data before proceeding.
svTools 0.9-1 (2010-11-11)
- Several bugs eliminated in tryParse() and lintUsage().
- lintUsage() renamed lint() for simplicity.
- lint() added to support code linter for Komodo with new 'flat' or 'rjson'
output format. The function takes R code as a character string, or the name of
a file and it outputs a data.frame, text, or rjson object that contains the
error messages.
svTools 0.9-0 (2010-09-27)
- This is a major rewriting of the package. Dependency to operators was
eliminated, and most functions and arguments have changed!
svTools 0.0-12 (2009-10-29)
svTools 0.0-11 (2009-10-11)
- Further clean up of the NAMESPACE and DESCRIPTION files.
svTools 0.0-10 (2009-08-10)
- Cleaning for CRAN submission.
svTools 0.0-8
- Handling the token better in CompletePlusWrap().
svTools 0.0-5
First version on R-Forge