https://github.com/UZH-PEG/dmdScheme
Domain Meta Data Scheme package with structure indepandant functionality
https://github.com/UZH-PEG/dmdScheme
metadata-scheme r
Last synced: 5 months ago
JSON representation
Domain Meta Data Scheme package with structure indepandant functionality
- Host: GitHub
- URL: https://github.com/UZH-PEG/dmdScheme
- Owner: UZH-PEG
- License: other
- Created: 2019-05-22T11:33:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T07:35:06.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:13:46.602Z (8 months ago)
- Topics: metadata-scheme, r
- Language: R
- Homepage: https://uzh-peg.github.io/dmdScheme/
- Size: 24.7 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - UZH-PEG/dmdScheme - Domain Meta Data Scheme package with structure indepandant functionality (R)
README
# `dmdScheme`
An R Package to develop and manage Domain Specific Metadata Schemes (dmdSchemes)## General
[](https://doi.org/10.5281/zenodo.3581970)
[](https://opensource.org/licenses/MIT)
[](https://www.tidyverse.org/lifecycle/#stable)## Checks
[](https://github.com/UZH-PEG/dmdScheme/actions)
[](https://uzh-peg.r-universe.dev)## Coverage
[](https://codecov.io/gh/UZH-PEG/dmdScheme)## R-Universe (official distribution channel of the `master` branch of github)
[](https://uzh-peg.r-universe.dev)
[](https://uzh-peg.r-universe.dev)## CRAN (might be behind the R-Universe, but more stable)
[](https://cran.r-project.org/package=dmdScheme)
[](https://cran.r-project.org/package=dmdScheme)
[](https://cran.r-project.org/package=dmdScheme)# The R Package
The R package `dmdScheme` is the base package for all `dmdScheme`
schemes. The metadata scheme used by this package (`dmdScheme`) in
itself is just a template and of no real applicability. It needs to be
adjusted to actual needs and uploaded to the site [dmdScheme
repository](https://github.com/Exp-Micro-Ecol-Hub/dmdSchemeRepository/tree/master)
so that it can be used.The definition of the dmdScheme can be found at the [dmdScheme
repository](https://github.com/Exp-Micro-Ecol-Hub/dmdSchemeRepository).
The R package provides the functionality to work in R with the scheme,
i.e. to enter, validate and export the metadata.For further info see the [dmdScheme Website](https://uzh-peg.github.io/dmdScheme/).