Add (void*) parameter to HashFunc definition
[Rpkg-dict.git] / DESCRIPTION
blobafc2fa2b797d74cb056ac5cf614eb46282f8d0b1
1 Package: dict
2 Type: Package
3 Title: Dictionary Data Type
4 Version: 0.1.0
5 Author: Seth Falcon
6 Maintainer: Seth Falcon <sfalcon@fhcrc.org>
7 Description: This packages provides a dictionary or hash table data
8              type for use in R programming.
9 License: The Artistic License, Version 2.0
10 Depends: R (>= 2.6.0), methods
11 LazyLoad: yes
12 Collate: AllClasses.R
13          AllGenerics.R
14          dict.R