smbache/immutequality: Use Equality Assignment for Immutability

When `=` is used for assignment immutability is emulated by assigning an active binding to the symbol that will raise an error if reuse of the symbol is attempted. This allows the use of `=` as a promise that the value will not change within it's scope.

Getting started

Package details

AuthorStefan Milton Bache
MaintainerStefan Milton Bache <stefan@stefanbache.dk>
LicenseMIT + file LICENSE
Version0.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("smbache/immutequality")
smbache/immutequality documentation built on May 30, 2019, 5:01 a.m.