[R] Hash fuctions library for R?

2010-10-14 Thread Uwe Ziegenhagen
Hi,

I would like to calculate various hash sums for given string but haven't
found a suitable package, yet.

I found tools::md5sum which works only for files, however I would like to
avoid putting my string in a file before calculating the hash.

Thanks,

Uwe

-- 
Uwe Ziegenhagen
http://www.uweziegenhagen.de

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Hash fuctions library for R?

2010-10-14 Thread Hans W Borchers
Uwe Ziegenhagen ziegenhagen at gmail.com writes:
 
 Hi,
 
 I would like to calculate various hash sums for given string but haven't
 found a suitable package, yet.
 
 I found tools::md5sum which works only for files, however I would like to
 avoid putting my string in a file before calculating the hash.

See the 'digest' package.

Hans Werner

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.