r-catools¶
Summary¶
Contains several basic utility functions including: moving (rolling, running) window statistic functions, read/write for GIF and ENVI binary files, fast calculation of AUC, LogitBoost classifier, base64 encoder/decoder, round-off-error-free sum and cumsum, etc.
Home¶
Versions¶
- 1.17.1
License¶
GPL-3
Meta¶
package:
name: r-catools
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "1.17.1"
source:
fn: caTools_1.17.1.tar.gz
url:
- http://cran.r-project.org/src/contrib/caTools_1.17.1.tar.gz
- http://cran.r-project.org/src/contrib/Archive/caTools/caTools_1.17.1.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/
# Suggests: MASS, rpart
requirements:
build:
- r
- r-bitops
- gcc # [not win]
run:
- r
- r-bitops
- libgcc # [not win]
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('caTools')" # [not win]
- "\"%R%\" -e \"library('caTools')\"" # [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: GPL-3
summary: !!python/unicode 'Contains several basic utility functions including: moving (rolling,
running) window statistic functions, read/write for GIF and ENVI binary files, fast
calculation of AUC, LogitBoost classifier, base64 encoder/decoder, round-off-error-free
sum and cumsum, etc.'
# The original CRAN metadata for this package was:
# Package: caTools
# Type: Package
# Title: Tools: moving window statistics, GIF, Base64, ROC AUC, etc.
# Version: 1.17.1
# Date: 2014-04-21
# Author: Jarek Tuszynski <jaroslaw.w.tuszynski@saic.com>
# Maintainer: Harutyun Khachatryan <kh_harut@yahoo.com>
# Depends: R (>= 2.2.0)
# Imports: bitops
# Suggests: MASS, rpart
# Description: Contains several basic utility functions including: moving (rolling, running) window statistic functions, read/write for GIF and ENVI binary files, fast calculation of AUC, LogitBoost classifier, base64 encoder/decoder, round-off-error-free sum and cumsum, etc.
# License: GPL-3
# Packaged: 2014-09-09 21:05:06 UTC; ripley
# NeedsCompilation: yes
# Repository: CRAN
# Date/Publication: 2014-09-10 16:22:53
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml