Other packages > Find by keyword >

checkmate  

Fast and Versatile Argument Checks
View on CRAN: Click here


Download and install checkmate package within the R console
Install from CRAN:
install.packages("checkmate")

Install from Github:
library("remotes")
install_github("cran/checkmate")

Install by package version:
library("remotes")
install_version("checkmate", "2.3.2")



Attach the package and use:
library("checkmate")
Maintained by
Michel Lang
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-06-17
Latest Update: 2023-04-27
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.
How to cite:
Michel Lang (2014). checkmate: Fast and Versatile Argument Checks. R package version 2.3.2, https://cran.r-project.org/web/packages/checkmate. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.0 (2014-06-17 21:47), 1.1 (2014-06-28 18:36), 1.2 (2014-07-21 13:29), 1.3 (2014-08-15 14:42), 1.4 (2014-09-03 15:58), 1.5.0 (2014-10-19 01:41), 1.5.1 (2014-12-14 01:06), 1.5.2 (2015-03-20 00:13), 1.5.3 (2015-05-13 17:13), 1.6.0 (2015-06-19 13:15), 1.6.1 (2015-07-17 12:44), 1.6.2 (2015-07-26 09:11), 1.6.3 (2015-10-23 16:23), 1.7.0 (2016-01-23 23:26), 1.7.1 (2016-02-02 12:02), 1.7.2 (2016-02-25 18:03), 1.7.3 (2016-03-10 23:38), 1.7.4 (2016-04-08 11:33), 1.8.0 (2016-06-06 20:23), 1.8.1 (2016-06-28 08:55), 1.8.2 (2016-11-02 18:15), 1.8.3 (2017-07-03 09:50), 1.8.4 (2017-09-26 00:36), 1.8.5 (2017-10-24 15:28), 1.9.0 (2019-01-09 16:20), 1.9.1 (2019-01-15 17:20), 1.9.3 (2019-05-03 23:40), 1.9.4 (2019-07-04 18:20), 2.0.0 (2020-02-06 02:00), 2.1.0 (2022-04-21 09:30), 2.2.0 (2023-04-27 11:22), 2.3.0 (2023-10-25 15:20), 2.3.1 (2023-12-04 11:20)
Other packages that cited checkmate R package
View checkmate citation profile
Other R packages that checkmate depends, imports, suggests or enhances
Complete documentation for checkmate
Functions, R codes and Examples using the checkmate R package
Some associated functions: AssertCollection . anyInfinite . anyMissing . anyNaN . asInteger . assert . checkAccess . checkArray . checkAtomic . checkAtomicVector . checkCharacter . checkChoice . checkClass . checkComplex . checkCount . checkDataFrame . checkDataTable . checkDate . checkDirectoryExists . checkDisjunct . checkDouble . checkEnvironment . checkFALSE . checkFactor . checkFileExists . checkFlag . checkFormula . checkFunction . checkInt . checkInteger . checkIntegerish . checkList . checkLogical . checkMatrix . checkMultiClass . checkNamed . checkNames . checkNull . checkNumber . checkNumeric . checkOS . checkPOSIXct . checkPathForOutput . checkPermutation . checkR6 . checkRaw . checkScalar . checkScalarNA . checkSetEqual . checkString . checkSubset . checkTRUE . checkTibble . checkVector . checkmate-package . coalesce . makeAssertion . makeExpectation . makeTest . matchArg . qassert . qassertr . register_test_backend . vname . wf . 
Some associated R codes: AssertCollection.R . allMissing.R . anyInfinite.R . anyMissing.R . anyNaN.R . asInteger.R . assert.R . checkAccess.R . checkArray.R . checkAtomic.R . checkAtomicVector.R . checkCharacter.R . checkChoice.R . checkClass.R . checkComplex.R . checkCount.R . checkDataFrame.R . checkDataTable.R . checkDate.R . checkDirectoryExists.R . checkDisjunct.R . checkDouble.R . checkEnvironment.R . checkFALSE.R . checkFactor.R . checkFileExists.R . checkFlag.R . checkFormula.R . checkFunction.R . checkInt.R . checkInteger.R . checkIntegerish.R . checkList.R . checkLogical.R . checkMatrix.R . checkMultiClass.R . checkNamed.R . checkNames.R . checkNull.R . checkNumber.R . checkNumeric.R . checkOS.R . checkPOSIXct.R . checkPathForOutput.R . checkPermutation.R . checkR6.R . checkRaw.R . checkScalar.R . checkScalarNA.R . checkSetEqual.R . checkString.R . checkSubset.R . checkTRUE.R . checkTibble.R . checkVector.R . coalesce.R . helper.R . isIntegerish.R . makeAssertion.R . makeExpectation.R . makeTest.R . matchArg.R . qassert.R . qassertr.R . vname.R . wfwl.R . zzz.R .  Full checkmate package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA