NEWS.md

2019-01-04 Version 3.3.0

2017-03-01 Vesion 3.2.0

2014-11-20 Version 3.0.2

2014-11-20 Version 3.0.1

2014-02-01 Version 3.0.0

Incompatibe Changes breaking some backward compatability:

New features

Organizational Changes

OlDER CHANGES

2013-02-20 Version 2.2.6 - Fixes bug with '[' assessor which was broken. Thanks to Jeremy Rassen. - Adds some test for accessors using testthat

2013-01-31 Version 2.2.5 Fixes bug with has.key. Because of the default settingg of inherits=TRUE in the exists function, the has.key function was revealing keys for objects found on inherited environments, this included functions such as 'c' and 'q'. Thanks to Michael Pratt for spotting the bug.

2012-04-25 Version 2.2.0 Recaptured orphaned package - R/zzz.R: uses utlis::packageVersion(pkgname, libname) - R/DESCRIPTION: Dependency to R-2.12.0+

2011-03-17 Version 2.1.0 Changed contact information.

2010-09-26 Version 2.0.2 (cbrown) Just releasing as version 2.0.2. Mostly, documentation and benchmarks added. Unreleased to CRAN.

2010-07-25 - demo/hash-benchmarks.R has been expanded.

2010-06-14 - man/hash-package.Rd - man/hash-class.Rd: Ammended notes section specifically being more clear about the PASS-BY-REFERENCE BEHAVIOR of HASHES

2010-05-26 Version 2.0.1 (cbrown) - At the request of Michael Hahsler, removed the ODG ASCII ART logo in the .OnLoad method. It will comeback as soon as I can figure out how to disable it through the appropriate option.

Hi Christopher,

thank you for providing the package hash. I am thinking of using it in my rEMM package. Is there a way to make the load message a little less flashy. I include hash in my DESCRIPTION file and the ASCII art comes always up when my package loads.

Thanks, Michael

-- Dr. Michael Hahsler, Visiting Assistant Professor Department of Computer Science and Engineering Lyle School of Engineering Southern Methodist University, Dallas, Texas

2010-04-24 Version 2.0.0 (cbrown)

2010-03-15 - Passes Checks on R 2.9.2, 2.10.1. 2.11.0 (devel) - Warning on CHECK: Defining type "environment" as a superclass via class ".environment"

Some R data types do not behave normally, in the sense that they are non-local references or other objects that are not duplicated. Examples include those corresponding to classes "environment", "externalptr", and "name". These can not be the types for objects with user-defined classes (either S4 or S3) because setting an attribute overwrites the object in all contexts. It is possible to define a class that inherits from such types, through an indirect mechanism that stores the inherited object in a reserved slot. The implementation tries to make such classes behave as if the object had a data part of the corresponding object type. Methods defined with the object type in the signature should work as should core code that coerces an object to the type in an internal or primitive calculation. There is no guarantee, however, because C-level code may switch directly on the object type, which in this case will be "S4". The cautious mechanism is to use as(x, "environment") or something similar before doing the low-level computation. See the example for class "stampedEnv" below.

2010-02-16 Version 1.99.3 (cbrown) - Fixed several typos - R/Class-hash.R + [[ now allows for na.action and works correctly + $ now calls [[ rather than get

2010-02-16 Version 1.99.1 (cbrown) - Fixed S4 Documentation Bugs throughtout - R/Class-hash.R : sped up $ and [[ with 'try' was previously using keys which is very slow by comparison. - R/values.R : fixed definition to values<-

2010-02-16 Version 1.99.0 (cbrown) RELEASE CANDIDATE FOR VERSION 2.00 THIS VERSION BREAKS BACKWARD COMPATABILITY WHEN TRYING TO ACCESS A NON-EXISTANT KEY. PACKAGE NOW RETURNS NA BY DEFAULT, BUT BAHAVIOUR IS CONTROLABLE BY Options('na.default.hash')

2010-02-15 Version 1.10.3 (cbrown) - R/keys.R: added all.names = T to show even hidden names. - R/values.R: + Added keys argument to 'values' and 'values<'- methods. + 'values' Passes ... argument to .get method Thanks Matthias Buch-Kromann.

2010-01-01 Version 1.10.2 (cbrown) - R/Class-hash.R + Added methods signature [-hash,missing,... to return the case when no indexes are provided to the hash slice method. - R/get.R + get.R will not return a simplified version from sapply call. When the hash had values with all the same elements, a matrix was returned and this interferred with the hash slices, [. I am not sure the behavior was even useful. - R/values.R + Added replacement method for values - R/zzz.R + Make it so that the odg.logo is displayed only once per session.

2009-12-09 Version 1.10.1 (cbrown) - R/Class-hash.R + Removed 'name' from signature for methods: $, $<-

2009-11-29 Version 1.10.0 (cbrown) - R/set.R + Fixed problem pointed out by Denise Maudlin from blog.opendatagroup.com key <- 'one' ikey <- 'two' val <- 'three' info <- hash() info[key] <- hash( keys=c(ikey), values=c(val) ) Error in get(make.keys(i), x@.Data) : object ‘1′ not found Solution is to check if only one key is provided than the values are are the value vector. - tests/set.r + Added test for adding hashes as values. - Class-hash.R + [[-method: verifies if argument is a previously assigned key. If not, method returns NULL with a warning. NULL with a warning. + $-method: verifies if argument is a previously assigned key. If not, method returns NULL with a warning.

2009-11-11 (cbrown) - R/zzz.R + Fixed logo - R/invert.R + Made better generic for use with formula tools

2009-11-04 Version 1.0.3 (cbrown) + Fixed dependency of R-2.9.0

2009-10-14 (cbrown) + show.R - Handled cases where values are not supported by "format". These are collapsed as character

2009-10-11 (cbrown) Version 1.0.2 + revert previous change allowing [[(hash) to accept multiple keys

2009-10-09 (cbrown) Version 1.0.1 ( not released on CRAN ) + [[(hash) support for multiple supplied keys also passes ... to simplify + now properly inherits from environment + requires R>=2.9.0

2009-09-30 (cbrown) + validate.key rename make.keys - This is more R-ish and more like the make.names function.

2009-09-28 (cbrown) + R/hash.R: - Fixed format of hash accessors. Now hashes can contain hashes. - Deprecated use of [[ with multipe keys.

2009-09-04 (cbrown) - R/zzz.R: added Open Data message

2009-09-04 Version 0.40 (cbrown) - R/get.R: Added drop to reduce to lowest dimension by default. + R/invert.R: + invert method added. + inverted.hash function added.



decisionpatterns/r-hash documentation built on Feb. 6, 2019, 10:27 p.m.