MCMaurer/inclose: Making %in% close enough

By default, R's %in% functions similar to identical(), meaning it requires exact matches, compared to all.equal(), which allows for equality within machine tolerance. This package overrides %in% to make it similar to all.equal(), using machine tolerance by default, and rewrites R's default %in% to a new function called %idin%, which stands for "identical in".

Getting started

Package details

AuthorMichael Culshaw-Maurer
MaintainerMichael Culshaw-Maurer <mjculshawmaurer@ucdavis.edu>
LicenseMIT + file LICENSE
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("MCMaurer/inclose")
MCMaurer/inclose documentation built on Jan. 21, 2020, 7:29 p.m.