r-r.methodss3¶
Summary¶
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.
Home¶
Versions¶
- 1.7.0
License¶
LGPL (>= 2.1)
Meta¶
package:
name: r-r.methodss3
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "1.7.0"
source:
fn: R.methodsS3_1.7.0.tar.gz
url:
- http://cran.r-project.org/src/contrib/R.methodsS3_1.7.0.tar.gz
- http://cran.r-project.org/src/contrib/Archive/R.methodsS3/R.methodsS3_1.7.0.tar.gz
# You can add a hash for the file here, like md5 or sha1
# md5: 49448ba4863157652311cc5ea4fea3ea
# sha1: 3bcfbee008276084cbb37a2b453963c61176a322
# patches:
# List any patch files here
# - fix.patch
build:
# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
# number: 1
# This is required to make R link correctly on Linux.
rpaths:
- lib/R/lib/
- lib/
requirements:
build:
- r
run:
- r
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('R.methodsS3')" # [not win]
- "\"%R%\" -e \"library('R.methodsS3')\"" # [win]
# You can also put a file called run_test.py, run_test.sh, or run_test.bat
# in the recipe that will be run at test time.
# requires:
# Put any additional test requirements here.
about:
#home:
license: LGPL (>= 2.1)
summary: !!python/unicode '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.'
# The original CRAN metadata for this package was:
# Package: R.methodsS3
# Version: 1.7.0
# Depends: R (>= 2.2.0)
# Imports: utils
# Date: 2015-02-19
# 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: 2015-02-20 03:15:35 UTC; hb
# Repository: CRAN
# Date/Publication: 2015-02-20 09:16:51
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml