Last data update: 2014.03.03

R.methodsS3

Package: R.methodsS3
Version: 1.7.1
Depends: R (>= 2.13.0)
Imports: utils
Date: 2016-02-15
Title: S3 Methods Simplified
Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email = "henrikb@braju.com"))
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Description: Methods that simplify the setup of S3 generic functions and S3 methods. Major effort has been made in making definition of methods as simple as possible with a minimum of maintenance for package developers. For example, generic functions are created automatically, if missing, and naming conflict are automatically solved, if possible. The method setMethodS3() is a good start for those who in the future may want to migrate to S4. This is a cross-platform package implemented in pure R that generates standard S3 methods.
License: LGPL (>= 2.1)
LazyLoad: TRUE
NeedsCompilation: no
Packaged: 2016-02-16 03:21:35 UTC; hb
Repository: CRAN
Date/Publication: 2016-02-16 13:48:09

● 0 images, 13 functions, 0 datasets
Reverse Depends: 7

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'R.methodsS3' ...
** package 'R.methodsS3' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'R.methodsS3'
    finding HTML links ... done
    Non-documented_objects                  html  
    R.KEYWORDS                              html  
    R.methodsS3-package                     html  
    findDispatchMethodsS3                   html  
    getDispatchMethodS3                     html  
    getGenericS3                            html  
    getMethodS3                             html  
    isGenericS3                             html  
    isGenericS4                             html  
    pkgStartupMessage                       html  
Rd warning: /tmp/RtmpJkive3/R.INSTALL1c8c2a737051/R.methodsS3/man/pkgStartupMessage.Rd:17: missing file link 'packageStartupMessage'
Rd warning: /tmp/RtmpJkive3/R.INSTALL1c8c2a737051/R.methodsS3/man/pkgStartupMessage.Rd:27: missing file link 'packageStartupMessage'
Rd warning: /tmp/RtmpJkive3/R.INSTALL1c8c2a737051/R.methodsS3/man/pkgStartupMessage.Rd:40: missing file link 'packageStartupMessage'
    setGenericS3                            html  
    setMethodS3                             html  
    throw                                   html  
** building package indices
** testing if installed package can be loaded
* DONE (R.methodsS3)
Making 'packages.html' ... done