Search Criteria
Package Details: r-uuid 1.2.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/r-uuid.git (read-only, click to copy) |
|---|---|
| Package Base: | r-uuid |
| Description: | Tools for generating and handling of UUIDs (Universally Unique Identifiers). |
| Upstream URL: | https://cran.r-project.org/package=uuid |
| Licenses: | MIT |
| Submitter: | panupam |
| Maintainer: | alhirzel |
| Last Packager: | alhirzel |
| Votes: | 1 |
| Popularity: | 0.000074 |
| First Submitted: | 2021-05-25 20:49 (UTC) |
| Last Updated: | 2024-07-31 08:35 (UTC) |
Latest Comments
pekkarr commented on 2024-01-17 22:11 (UTC)
@alhirzel Note that the terms of the MIT license are distributed as a template in
/usr/share/R/licenses/MITwhich is part of therpackage. Asr-uuiddepends onr, the license terms are always available whenr-uuidis installed.Almost all R packages with MIT license distribute only the year and copyright holder in the
LICENSEfile, as that is the standard in the R ecosystem.By the way, the
LICENSEfile is already installed to/usr/lib/R/library/uuid/LICENSE, so it's possible to create a symlink to it in/usr/share/licenses/r-uuidto avoid creating a duplicate file. That is what the BioArchLinux PKGBUILD forr-uuiddoes.