- Add split_terms function
- Add toggle.sign method
-
catcont functions removed. Use the catcont package instead.
- Fix issue with Rd files causing a rejection by CRAN
- Update docs, README.md
- Fixes doc problems with ‘<-’ methods
- Fixes #6
- Improve documentation
- Import stats
- Fix tests
- Fix issue with CRAN blocking
- Expand tests for get.vars, lhs.vars, rhs.vars, lhs, rhs
- Fix issue #5, get.vars(NULL, NULL) throws an error … Thanks to Paul Bailey for poinint out the problem.
- Fix documentaion for roxygen-4.0.0+ (#1)
- No other functional fixes
- Fix to prevent breakage from new testthat
- Documentation moved to Roxygen2 format
- Fixes documentation
- Adds Namespace
Added: as.character.formula
[Modified] Added methods lhs, rhs, op, op.type for ‘<-’ assignment class. Previosly it did not handle this and produced an error.
- n.b. statements with ‘->’ return ‘<-’
[Modified] - Fixed problem with NAMESPACE file
COMPLETE REFACTOR!!! - Now dependent on oeprator.tools-1.1.0 - R/is.one.sided.R: is.two.sided is fixed - R/lhs.R: - R/rhs.R: - R/op.R: - fun( expression ) now returns an expression - replacement handles multiple values for replacing on expressions.