Package: FisPro
Type: Package
Title: Fuzzy Inference System Design and Optimization
Version: 1.0
Authors@R: c(
  person("Serge", "Guillaume", email = "serge.guillaume@irstea.fr", role = "aut"),
  person("Brigitte", "Charnomordic", email = "brigitte.charnomordic@inra.fr", role = "aut"),
  person("Jean-Luc", "Lablée", email = "jean-luc.lablee@irstea.fr", role = c("aut", "cre")),
  person("Hazaël", "Jones", email = "hazael.jones@supagro.fr", role = "ctb"),
  person("Lydie", "Desperben", role = "ctb"),
  person("IRSTEA", role = "cph", comment = "Institut national de Recherche en Sciences et Technologies pour l'Environnement et l'Agriculture, France"),
  person("INRA", role = "cph", comment = "Institut National de la Recherche Agronomique, France"))
Author: Serge Guillaume [aut],
  Brigitte Charnomordic [aut],
  Jean-Luc Lablée [aut, cre],
  Hazaël Jones [ctb],
  Lydie Desperben [ctb],
  IRSTEA [cph] (Institut national de Recherche en Sciences et
    Technologies pour l'Environnement et l'Agriculture, France),
  INRA [cph] (Institut National de la Recherche Agronomique, France)
Maintainer: Jean-Luc Lablée <jean-luc.lablee@irstea.fr>
URL: https://www.fispro.org
Description: Fuzzy inference systems are based on fuzzy rules, which have a good capability for managing progressive phenomenons. 
  This package is a basic implementation of the main functions to use a Fuzzy Inference System (FIS) provided by the open source software 'FisPro' <https://www.fispro.org>. 
  'FisPro' allows to create fuzzy inference systems and to use them for reasoning purposes, especially for simulating a physical or biological system.
License: CeCILL
Encoding: UTF-8
Depends: R (>= 3.3.0)
Imports: methods, Rdpack, Rcpp (>= 1.0.0)
RdMacros: Rdpack
LinkingTo: Rcpp
NeedsCompilation: yes
Suggests: testthat
RoxygenNote: 6.1.1
Packaged: 2019-06-14 06:41:49 UTC; jean-luc.lablee
Repository: CRAN
Date/Publication: 2019-06-14 10:40:08 UTC
