r-checkmate¶
Summary¶
Tests and assertions to perform frequent argument checks. A substantial part of the package was written in C to minimize any worries about execution time overhead.
Versions¶
- 1.6.3
License¶
BSD_3_clause + file LICENSE
Meta¶
package:
name: r-checkmate
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "1.6.3"
source:
fn: checkmate_1.6.3.tar.gz
url:
- http://cran.r-project.org/src/contrib/checkmate_1.6.3.tar.gz
- http://cran.r-project.org/src/contrib/Archive/checkmate/checkmate_1.6.3.tar.gz
build:
number: 0
# This is required to make R link correctly on Linux.
rpaths:
- lib/R/lib/
- lib/
# Suggests: data.table, dplyr, ggplot2, knitr, microbenchmark, testthat
requirements:
build:
- r
- gcc # [not win]
run:
- r
- libgcc # [not win]
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('checkmate')" # [not win]
- "\"%R%\" -e \"library('checkmate')\"" # [win]
about:
home: https://github.com/mllg/checkmate
license: BSD_3_clause + file LICENSE
summary: Tests and assertions to perform frequent argument checks. A substantial part of the
package was written in C to minimize any worries about execution time overhead.
# The original CRAN metadata for this package was:
# Package: checkmate
# Type: Package
# Title: Fast and Versatile Argument Checks
# Description: Tests and assertions to perform frequent argument checks. A substantial part of the package was written in C to minimize any worries about execution time overhead.
# Version: 1.6.3
# Author: Michel Lang <michellang@gmail.com>, Bernd Bischl <bernd_bischl@gmx.net>
# Maintainer: Michel Lang <michellang@gmail.com>
# URL: https://github.com/mllg/checkmate
# BugReports: https://github.com/mllg/checkmate/issues
# NeedsCompilation: yes
# ByteCompile: yes
# Encoding: UTF-8
# Depends: R (>= 3.0.0)
# Imports: utils
# Suggests: data.table, dplyr, ggplot2, knitr, microbenchmark, testthat
# License: BSD_3_clause + file LICENSE
# VignetteBuilder: knitr
# Packaged: 2015-10-23 11:08:45 UTC; lang
# Repository: CRAN
# Date/Publication: 2015-10-23 16:23:03
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml