trafficlight

The package contains tools for data validation and aggregation of validation results.

https://github.com/pik-piam/trafficlight

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.6%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

The package contains tools for data validation and aggregation of validation results.

Basic Info
  • Host: GitHub
  • Owner: pik-piam
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 26.4 KB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 2
  • Open Issues: 1
  • Releases: 0
Created over 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme Citation

README.md

traffic light - Tools for data validation

R package trafficlight, version 1.15.1

CRAN status R build status codecov r-universe

Purpose and Functionality

The package contains tools for data validation and aggregation of validation results.

Installation

For installation of the most recent package version an additional repository has to be added in R:

r options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages")) The additional repository can be made available permanently by adding the line above to a file called .Rprofile stored in the home folder of your system (Sys.glob("~") in R returns the home directory).

After that the most recent version of the package can be installed using install.packages:

r install.packages("trafficlight")

Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):

r update.packages()

Questions / Problems

In case of questions / problems please contact Jan Philipp Dietrich dietrich@pik-potsdam.de.

Citation

To cite package trafficlight in publications use:

Dietrich J, Bonsch M (2024). trafficlight: traffic light - Tools for data validation. R package version 1.15.1.

A BibTeX entry for LaTeX users is

latex @Manual{, title = {trafficlight: traffic light - Tools for data validation}, author = {Jan Philipp Dietrich and Markus Bonsch Bonsch}, year = {2024}, note = {R package version 1.15.1}, }

Owner

  • Name: Potsdam Integrated Assessment Modelling (PIAM)
  • Login: pik-piam
  • Kind: organization
  • Location: Potsdam Institute for Climate Impact Research (PIK), Germany

Tools developed for use with data and models related to PIK's research.

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'trafficlight: traffic light - Tools for data validation'
version: 1.15.1
date-released: '2024-01-16'
abstract: The package contains tools for data validation and aggregation of validation
  results.
authors:
- family-names: Dietrich
  given-names: Jan Philipp
  email: dietrich@pik-potsdam.de
- family-names: Bonsch
  given-names: Markus Bonsch
license: LGPL-3.0

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 5
  • Total Committers: 4
  • Avg Commits per committer: 1.25
  • Development Distribution Score (DDS): 0.6
Past Year
  • Commits: 2
  • Committers: 2
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Michaja Pehl p****l@p****e 2
Anastasis Giannousakis g****u@p****e 1
Benjamin Leon Bodirsky b****y@p****e 1
Pascal Führlich p****h@p****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 16 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 16 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • pre-commit-ci[bot] (2)
  • 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 2.10.0 depends
  • ggplot2 * imports
  • magclass * imports
  • qualV * imports
.github/workflows/check.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite