shinyresults

R package with shiny modules and apps to analyze model results

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

Science Score: 67.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
    Found 7 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

R package with shiny modules and apps to analyze model results

Basic Info
  • Host: GitHub
  • Owner: pik-piam
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 134 KB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 6
  • Open Issues: 0
  • Releases: 1
Created almost 8 years ago · Last pushed 12 months ago
Metadata Files
Readme License Citation

README.md

A collection of shiny apps and modules to visualize/handle model

results

R package shinyresults, version 0.33.1

CRAN status DOI R build status codecov r-universe

Purpose and Functionality

A collection of tools which allow to manipulate and analyze code.

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("shinyresults")

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 shinyresults in publications use:

Dietrich J, Humpenoeder F, Sauer P (2025). "shinyresults: A collection of shiny apps and modules to visualize/handle model results." doi:10.5281/zenodo.1478922 https://doi.org/10.5281/zenodo.1478922, Version: 0.33.1, https://github.com/pik-piam/shinyresults.

A BibTeX entry for LaTeX users is

latex @Misc{, title = {shinyresults: A collection of shiny apps and modules to visualize/handle model results}, author = {Jan Philipp Dietrich and Florian Humpenoeder and Pascal Sauer}, doi = {10.5281/zenodo.1478922}, date = {2025-03-26}, year = {2025}, url = {https://github.com/pik-piam/shinyresults}, note = {Version: 0.33.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: |-
  shinyresults: A collection of shiny apps and modules to visualize/handle model
      results
version: 0.33.1
date-released: '2025-03-26'
abstract: A collection of tools which allow to manipulate and analyze code.
authors:
- family-names: Dietrich
  given-names: Jan Philipp
  email: dietrich@pik-potsdam.de
- family-names: Humpenoeder
  given-names: Florian
  email: humpenoeder@pik-potsdam.de
- family-names: Sauer
  given-names: Pascal
  email: pascal.sauer@pik-potsdam.de
license: BSD-2-Clause
repository-code: https://github.com/pik-piam/shinyresults
doi: 10.5281/zenodo.1478922

GitHub Events

Total
  • Issues event: 1
  • Issue comment event: 4
  • Push event: 2
  • Pull request review event: 1
  • Pull request event: 7
  • Fork event: 1
  • Create event: 1
Last Year
  • Issues event: 1
  • Issue comment event: 4
  • Push event: 2
  • Pull request review event: 1
  • Pull request event: 7
  • Fork event: 1
  • Create event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 90
  • Total Committers: 7
  • Avg Commits per committer: 12.857
  • Development Distribution Score (DDS): 0.344
Past Year
  • Commits: 15
  • Committers: 3
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.4
Top Committers
Name Email Commits
Jan Philipp Dietrich d****h@p****e 59
Pascal Führlich p****h@p****e 10
David Klein d****n@p****e 7
florianh h****r@p****e 6
Debbora Leip l****p@p****e 5
Lavinia Baumstark b****k@p****e 2
Michaja Pehl p****l@p****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 11
  • Average time to close issues: over 4 years
  • Average time to close pull requests: about 2 months
  • Total issue authors: 1
  • Total pull request authors: 5
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.18
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 22 days
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • giannou (1)
Pull Request Authors
  • pre-commit-ci[bot] (6)
  • deleip (3)
  • georg-schroeter (3)
  • dklein-pik (2)
  • pfuehrlich-pik (1)
Top Labels
Issue Labels
bug (1)
Pull Request Labels

Dependencies

.github/workflows/lucode2-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
DESCRIPTION cran
  • shiny * depends
  • curl * imports
  • data.table * imports
  • doSNOW * imports
  • foreach * imports
  • ggplot2 * imports
  • magclass * imports
  • mip * imports
  • parallel * imports
  • plotly * imports
  • reshape2 * imports
  • snow * imports
  • trafficlight * imports
  • covr * suggests
  • lucode2 * suggests
  • quitte >= 0.3072 suggests