R package providing UUID generation and parsing functionality from libuuid to R code.

CRAN RForge GitHub

To install the CRAN version, use simply

install.packages("uuid")

For installation of the latest development version, use

install.packages("uuid", repo="https://rforge.net")