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.1")



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.1, https://cran.r-project.org/web/packages/checkmate
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)
Other packages that cited checkmate R package
View checkmate citation profile
Other R packages that checkmate depends, imports, suggests or enhances
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

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns