Last data update: 2014.03.03

sets

Package: sets
Version: 1.0-16
Title: Sets, Generalized Sets, Customizable Sets and Intervals
Description: Data structures and basic operations for ordinary sets,
generalizations such as fuzzy sets, multisets, and
fuzzy multisets, customizable sets, and intervals.
Authors@R: c(person(given = "David", family = "Meyer", role = c("aut", "cre"), email = "David.Meyer@R-project.org"),
person(given = "Kurt", family = "Hornik", role = c("aut")),
person(given = "Christian", family = "Buchta", role = "ctb"))
Depends: R (>= 2.7.0)
Suggests: proxy
Imports: graphics, grDevices, stats, utils
License: GPL-2
NeedsCompilation: yes
Packaged: 2015-10-11 17:00:32 UTC; hornik
Author: David Meyer [aut, cre],
Kurt Hornik [aut],
Christian Buchta [ctb]
Maintainer: David Meyer <David.Meyer@R-project.org>
Repository: CRAN
Date/Publication: 2015-10-11 19:21:21


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'sets' ...
** package 'sets' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c closure.c -o closure.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o sets.so closure.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/sets/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'sets'
    finding HTML links ... done
    canonicalizeSetMapping                  html  
    closure                                 html  
    cset                                    html  
    fuzzy                                   html  
    fuzzydocs                               html  
    fuzzyfuns                               html  
Rd warning: /tmp/RtmpVFOh27/R.INSTALL279352ccec42/sets/man/fuzzyfuns.Rd:117: missing file link 'dnorm'
    fuzzyinference                          html  
    gset                                    html  
    interval                                html  
    labels                                  html  
    options                                 html  
    outer                                   html  
    plot                                    html  
    set                                     html  
    sets-internal                           html  
    similarity                              html  
    tuple                                   html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (sets)
Making 'packages.html' ... done