Skip to content

Digest package - make digest generic?

2 messages · Hadley Wickham, Henrik Bengtsson

#
On 10/15/07, Henrik Bengtsson <hb at maths.lth.se> wrote:
Yes, that's what I'm doing too.
The problem is I need to refer to the image from the documentation, so
I do need to know it's path.  I also want to be able to look at the
image, so if the digests are different I can see what the difference
is (I'm planning to automate this with the imagemagick compare command
line tool).
Yes, exactly.
Yes, that's the model I was thinking of too.

Hadley
#
On 10/15/07, hadley wickham <h.wickham at gmail.com> wrote:
See ?findCache.  That will give you the pathname given a key.  It is
on purpose that I do not list this function in the HTML help index - I
want to keep the "public" API to a minimum.

/Henrik