Title: | Wraps Commonmeta For rOpenSci Blog's Needs |
---|---|
Description: | Uses the commonmeta Go library to generate random DOI strings. |
Authors: | Maëlle Salmon [cre, aut] (ORCID: <https://orcid.org/0000-0002-2815-0399>), rOpenSci [fnd] (https://ropensci.org/, ROR: <https://ror.org/019jywm96>) |
Maintainer: | Maëlle Salmon <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2025-04-29 08:24:05 UTC |
Source: | https://github.com/ropensci-org/commonmetar |
Generate random DOI string
commonmeta_doi(prefix = "10.59350")
commonmeta_doi(prefix = "10.59350")
prefix |
DOI prefix |
A random DOI string
commonmeta_doi()
commonmeta_doi()
Downloads binary from commonmeta releases, and installs in system wide cache.
commonmeta_install(os = NULL, arch = "x86_64", force = FALSE)
commonmeta_install(os = NULL, arch = "x86_64", force = FALSE)
os |
Operating system, one of "Linux", "Windows", "Darwin". Defaults to current operating system. Will be guessed automatically. |
arch |
Architecture |
force |
Whether to force a re-install/trigger an update. |
## Not run: commonmeta_install() ## End(Not run)
## Not run: commonmeta_install() ## End(Not run)