Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from xoopR/0.1.3
Browse files Browse the repository at this point in the history
0.1.3
  • Loading branch information
RaphaelS1 committed Sep 12, 2021
2 parents d3efd24 + 3ab32ec commit 5456165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dictionar6
Title: R6 Dictionary Interface
Description: Efficient object-oriented R6 dictionary capable of holding objects of any class, including R6. Typed and untyped dictionaries are provided as well as the 'usual' dictionary methods that are available in other OOP languages, for example listing keys, items, values, and methods to get/set these.
Version: 0.1.2.9000
Version: 0.1.3
Authors@R:
person(given = "Raphael",
family = "Sonabend",
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# dictionar6 0.1.2.9000
# dictionar6 0.1.3

* Items are now stored as hashed environments for significant performance improvements
* Imports ooplah for helper functions

# dictionar6 0.1.2

Expand Down

0 comments on commit 5456165

Please sign in to comment.