Package: FuzzyNumbers
Title: Tools to Deal with Fuzzy Numbers
Type: Package
Authors@R: c(
    person("Marek", "Gagolewski", role = c("aut", "cre"),
    email = "gagolews@rexamine.com"),
    person("Jan", "Caha", role = "ctb",
    email = "jan.caha@klikni.cz"))
Description: S4 classes and methods
    to deal with fuzzy numbers. They allow for computing any arithmetic
    operations (e.g., by using the Zadeh extension principle),
    performing approximation of arbitrary FNs by trapezoidal and piecewise
    linear FNs, preparing plots of FNs for publications, computing
    possibility and necessity values for comparisons, etc.
Version: 0.4-2
Date: 2018-02-13
URL: http://FuzzyNumbers.rexamine.com
BugReports: http://github.com/gagolews/FuzzyNumbers/issues
License: LGPL (>= 3)
ByteCompile: TRUE
VignetteBuilder: knitr
Suggests: knitr, digest
Depends: R (>= 3.0.0), methods, grDevices, graphics, stats
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2018-02-13 18:22:58 UTC; gagolews
Author: Marek Gagolewski [aut, cre],
  Jan Caha [ctb]
Maintainer: Marek Gagolewski <gagolews@rexamine.com>
Repository: CRAN
Date/Publication: 2018-02-14 16:38:47 UTC
