Package: editrules
Maintainer: Edwin de Jonge <edwindjonge@gmail.com>
License: GPL-3
Title: R package for parsing and manipulating edit rules
LazyData: no
Type: Package
LazyLoad: yes
Author: Edwin de Jonge, Mark van der Loo
Description: Facilitates reading and manipulating
    (multivariate) data restrictions (edit rules) on
    numerical and categorical data. Rules can be defined
    with common R syntax and parsed to an internal
    (matrix-like format). Rules can be manipulated with
    variable elimination and value substitution methods,
    allowing for feasibility checks and more. Data can be
    tested against the rules and erroneous fields can be
    found based on Fellegi and Holt's generalized principle
    and rules can be visualized with the igraph package.
Version: 2.0-1
URL: http://code.google.com/p/editrules/
Date: 2011-09-25
Suggests: lpSolveAPI, iterators, igraph
Collate: 'adjacency.R' 'as.igraph.R' 'as.matrix.R' 'backtracker.R'
        'blocks.R' 'checkRows.R' 'contains.R' 'duplicated.R'
        'echelon.R' 'editarray.R' 'editarrayAttr.R' 'editmatrix.R'
        'editmatrixAttr.R' 'editrules-data.R' 'eliminate.R'
        'errorLocalizer.R' 'errorLocation.R' 'getVars.R' 'is.R'
        'isFeasible.R' 'isObviouslyInfeasible.R'
        'isObviouslyRedundant.R' 'isSubset.R' 'list2env.R'
        'localizeErrors.R' 'parseEdits.R' 'pkg.R' 'plot.editmatrix.R'
        'plot_errorLocation.R' 'print.R' 'reduce.R' 'str.R'
        'subsetting.R' 'substValue.R' 'summary.R' 'violatedEdits.R'
        'localizeError_mip.R'
Packaged: 2011-12-08 13:30:18 UTC; ejne
Repository: CRAN
Date/Publication: 2011-12-08 20:09:12
