Predicate helper functions for testing atomic vectors in R. All functions take a single argument 'x' and check whether it's of the target type of base-R atomic vector (i.e. no class extensions nor attributes other than 'names'), returning TRUE or FALSE. Some additionally check for value (e.g. absence of missing values, infinities, blank characters, or 'names' attribute; or having length 1).
Version: | 1.0.0 |
Depends: | R (≥ 3.0.0) |
Suggests: | tinytest (≥ 1.4.1) |
Published: | 2024-05-23 |
DOI: | 10.32614/CRAN.package.vek |
Author: | Sam Semegne [aut, cre] |
Maintainer: | Sam Semegne <sam.ahoi at hotmail.com> |
License: | GPL-3 |
URL: | https://github.com/samsemegne/vek |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | vek results |
Reference manual: | vek.pdf |
Package source: | vek_1.0.0.tar.gz |
Windows binaries: | r-devel: vek_1.0.0.zip, r-release: vek_1.0.0.zip, r-oldrel: vek_1.0.0.zip |
macOS binaries: | r-devel (arm64): vek_1.0.0.tgz, r-release (arm64): vek_1.0.0.tgz, r-oldrel (arm64): vek_1.0.0.tgz, r-devel (x86_64): vek_1.0.0.tgz, r-release (x86_64): vek_1.0.0.tgz, r-oldrel (x86_64): vek_1.0.0.tgz |
Reverse imports: | pci |
Please use the canonical form https://CRAN.R-project.org/package=vek to link to this page.