https://github.com/cwwhitney/calibration_app

Materials for the "Calibration Training" Shiny app for University of Bonn

https://github.com/cwwhitney/calibration_app

Science Score: 36.0%

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

  • 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
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Materials for the "Calibration Training" Shiny app for University of Bonn

Basic Info
  • Host: GitHub
  • Owner: CWWhitney
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Size: 507 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 28
  • Releases: 2
Created over 4 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
```




The goal of the Calibration Training App is to help the [University of Bonn](https://www.uni-bonn.de/en/university/) administer *calibration* assessments ...

## Installation

1. Clone this repository to your local machine

2. Open the **calibration_app.Rproj** file from the directory on your local machine where you cloned this repository. This should install the {renv} package if you do not already have it installed, but if you don't see that happen in the console, run `install.packages("renv")`.

3. Run `renv::restore()` to install the package dependencies needed to run this app successfully

4. Edit the [global.R](global.R) script as necessary (see [below](#app-parameters))

5. Open the [app.R](app.R) file and execute the code in that script to launch the app

### App Parameters

Before a calibration workshop, the [global.R](global.R) script should be edited to define the following parameters for the workshop:

1. The language that questions should be shown in (current options include *English*, *German*, and *Vietnamese*)

2. Google authentication credentials; such credentials are not necessary if the Google Sheet containing the questions is *public*, and require a simple call to `googlesheets4::gs4_deauth()`
    + If the Google Sheet is not public, we recommend reading the [**{googlesheets4}** authentication documentation](https://googlesheets4.tidyverse.org/articles/auth.html) to determine how to configure the appropriate credentials

3. The URL of the Google Sheet's shareable link

4. The specific questions to be used for each group & question type

5. The [{pins}](https://pins.rstudio.com/) board on RStudio Connect that has been dedicated for this workshop 

## Workflow

![](www/calibration_app_workflow.png)

*** 

See below for session info for full reproducibility: 

```{r session_info}
sessionInfo()
```

Owner

  • Name: Cory Whitney
  • Login: CWWhitney
  • Kind: user
  • Location: Bonn, Germany
  • Company: University of Bonn

Holistic and collaborative research processes related to decision theory, human ecology, ethno- botany/biology/ecology.

GitHub Events

Total
  • Member event: 1
  • Push event: 24
  • Create event: 1
Last Year
  • Member event: 1
  • Push event: 24
  • Create event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 124
  • Total Committers: 5
  • Avg Commits per committer: 24.8
  • Development Distribution Score (DDS): 0.468
Past Year
  • Commits: 6
  • Committers: 2
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.167
Top Committers
Name Email Commits
mthomas-ketchbrook m****s@k****m 66
CWWhitney w****y@g****m 36
ChristineSchmitz s****m@u****e 11
Johannes Kopton j****s@k****g 10
Michael Thomas 5****k 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 73
  • Total pull requests: 16
  • Average time to close issues: 4 months
  • Average time to close pull requests: 1 day
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 1.22
  • Average comments per pull request: 0.19
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 1.2
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mthomas-ketchbrook (20)
  • CWWhitney (17)
  • ChristineSchmitz (15)
  • johanneskopton (1)
Pull Request Authors
  • ChristineSchmitz (8)
  • CWWhitney (3)
  • mthomas-ketchbrook (2)
Top Labels
Issue Labels
enhancement (25) bug (10) question (6) documentation (4) help wanted (4) wontfix (1)
Pull Request Labels
documentation (1) enhancement (1)