/usr/lib/R/site-library/R.methodsS3/DESCRIPTION is in r-cran-r.methodss3 1.7.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 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
Built: R 3.4.2; ; 'Fri, 20 Oct 2017 12:02:49 +0200'; unix
|