uuid - UUID manipulation
RForge.net

uuid

About uuid
GIT access
Download/Files
News
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/uuid.git uuid
see also uuid GitHub repository.

To install the latest development snapshot of this package, use

install.packages("uuid",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("uuid",,"http://rforge.net/")

Most recent GIT commits


518da6dc| Merge: 7d09efb 03a25ab
RForge user | Tue Feb 25 16:42:39 2020 -0600

Merge branch 'master' of https://github.com/s-u/uuid

03a25abd| Simon Urbanek | Wed Feb 26 11:42:28 2020 +1300
update NEWS
 M       NEWS

7d09efb1| Merge: 75ade0c 77bcff6
RForge user | Tue Feb 25 16:38:05 2020 -0600

Merge branch 'master' of https://github.com/s-u/uuid

77bcff6b| Simon Urbanek | Wed Feb 26 11:37:31 2020 +1300
on Linux RTLD_DEFAULT is not defined by default, fall back if needed
 M       src/rand.c

75ade0c4| Merge: 2035849 b621c34
RForge user | Tue Feb 25 16:20:29 2020 -0600

Merge branch 'master' of https://github.com/s-u/uuid