This package is hidden from search results because it is not hosted in the universe of the upstream owner
cran
. See also theR-universe documentation.Package: udunits2 0.13.2.1
udunits2: Udunits-2 Bindings for R
Provides simple bindings to Unidata's udunits library.
Authors:
udunits2_0.13.2.1.tar.gz
udunits2_0.13.2.1.tar.gz(r-4.5-noble)udunits2_0.13.2.1.tar.gz(r-4.4-noble)
udunits2.pdf |udunits2.html✨
udunits2/json (API)
# Install 'udunits2' in R: |
install.packages('udunits2', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/pacificclimate/rudunits2/issues
Last updated 3 years agofrom:81444abdb4. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-linux-x86_64 | OK | Nov 01 2024 |
Exports:ud.are.convertibleud.convertud.get.nameud.get.symbolud.have.unit.systemud.is.parseableud.set.encoding
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
udunits-2 bindings for R | udunits2-package udunits2 |
Determine whether two units may be converted between each other | ud.are.convertible |
Convert numeric types from one unit to another | ud.convert |
Retrieve the udunits name or symbol from the database for a given units string | ud.get.name ud.get.symbol |
Determine whether udunits has loaded its units database | ud.have.unit.system |
Determine whether a unit string is parseable by the udunits library | ud.is.parseable |
Set the udunits package level encoding type | ud.set.encoding |