Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 5 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 (4 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
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3581970.svg)](https://doi.org/10.5281/zenodo.3581970)
[![License:
MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-green.png)](https://www.tidyverse.org/lifecycle/#stable)## Checks
[![R-CMD-check](https://github.com/UZH-PEG/dmdScheme/workflows/R-CMD-check/badge.svg)](https://github.com/UZH-PEG/dmdScheme/actions)
[![:registry status
badge](https://uzh-peg.r-universe.dev/badges/:registry)](https://uzh-peg.r-universe.dev)## Coverage
[![codecov coverage
status](https://codecov.io/gh/UZH-PEG/dmdScheme/branch/master/graph/badge.svg?token=hCiW2fKgTv)](https://codecov.io/gh/UZH-PEG/dmdScheme)## R-Universe (official distribution channel of the `master` branch of github)
[![:name status
badge](https://uzh-peg.r-universe.dev/badges/:name)](https://uzh-peg.r-universe.dev)
[![dmdScheme status
badge](https://uzh-peg.r-universe.dev/badges/dmdScheme)](https://uzh-peg.r-universe.dev)## CRAN (might be behind the R-Universe, but more stable)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/dmdScheme)](https://cran.r-project.org/package=dmdScheme)
[![CRAN_Status_Badge_version_last_release](https://www.r-pkg.org/badges/version-last-release/dmdScheme)](https://cran.r-project.org/package=dmdScheme)
[![](http://cranlogs.r-pkg.org/badges/grand-total/dmdScheme?color=green)](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/).