Package: hashids
Title: Generate Short Unique YouTube-Like IDs (Hashes) from Integers
Version: 0.9.0
Authors@R: c(
	person("Alex", "Shum", email = "Alex@ALShum.com", role = c("aut", "cre")), 
	person("Ivan", "Akimov", email = "ivan@barreleye.com", role= c("aut"), comment = "original author of hashids -- implemented in javascript"), 
	person("David", "Aurelio", email = "dev@david-aurelio.com", role = c("ctb"), comment = "implemented hashids in python 2 and 3"))
Description: An R port of the hashids library.  hashids generates YouTube-like hashes from integers or vector of integers.  Hashes generated from integers are relatively short, unique and non-seqential.  hashids can be used to generate unique ids for URLs and hide database row numbers from the user.  By default hashids will avoid generating common English cursewords by preventing certain letters being next to each other.  hashids are not one-way: it is easy to encode an integer to a hashid and decode a hashid back into an integer.
URL: https://github.com/ALShum/hashids-r/, http://hashids.org
BugReports: https://github.com/ALShum/hashids-r/issues
Depends: R (>= 3.2.2)
License: MIT + file LICENSE
LazyData: true
Suggests: testthat
NeedsCompilation: no
Packaged: 2015-09-11 06:11:04 UTC; MKULTRA
Author: Alex Shum [aut, cre],
  Ivan Akimov [aut] (original author of hashids -- implemented in
    javascript),
  David Aurelio [ctb] (implemented hashids in python 2 and 3)
Maintainer: Alex Shum <Alex@ALShum.com>
Repository: CRAN
Date/Publication: 2015-09-11 10:10:26
Built: R 4.1.3; ; 2023-04-17 14:00:54 UTC; windows
