Package: formula.tools
Type: Package
Title: Programmatic Utilities for Manipulating Formulas, Expressions,
        Calls, Assignments and Other R Objects
Version: 1.7.1
Date: 2018-02-22
Authors@R: c(
    person("Christopher", "Brown", , "chris.brown@decisionpatterns.com", c("aut", "cre") ),
    person("Decision Patterns", role = "cph")
    )
Description: These utilities facilitate the programmatic manipulations of
    formulas, expressions, calls, assignments and other R language objects. 
    These objects all share the same structure: a left-hand side, operator and 
    right-hand side. This packages provides methods for accessing and 
    modifying this structures as well as extracting and replacing names and 
    symbols from these objects.
Depends: R (>= 3.0.0)
Imports: operator.tools(>= 1.4.0), utils, methods
Suggests: magrittr, testthat
License: GPL-2 | file LICENSE
URL: https://github.com/decisionpatterns/formula.tools
BugReports: https://github.com/decisionpatterns/formula.tools/issues
LazyLoad: yes
LazyData: yes
Collate: 'as.character.formula.R' 'env.R' 'get.vars.R' 'invert.R'
        'is.one.sided.R' 'is.two.sided.R' 'lhs.vars.R' 'op.type.R'
        'parts.R' 'parts.lhs.get.R' 'parts.lhs.set.R' 'parts.op.get.R'
        'parts.op.set.R' 'parts.rhs.get.R' 'parts.rhs.set.R'
        'rhs.vars.R' 'split.terms.R' 'terms.R' 'toggle.sign.R' 'zzz.R'
RoxygenNote: 6.0.1.9000
Repository: CRAN
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2018-03-01 07:53:43 UTC; cbrown
Author: Christopher Brown [aut, cre],
  Decision Patterns [cph]
Maintainer: Christopher Brown <chris.brown@decisionpatterns.com>
Date/Publication: 2018-03-01 12:56:01 UTC
Built: R 4.1.3; ; 2023-04-17 14:18:27 UTC; windows
