An open API service indexing awesome lists of open source software.

https://github.com/glotaran/paramgui

paramGUI is a Shiny based R-package for teaching parameter estimation examples inspired by time-resolved spectroscopy
https://github.com/glotaran/paramgui

education estimation parameter-estimation r shiny teaching

Last synced: 5 months ago
JSON representation

paramGUI is a Shiny based R-package for teaching parameter estimation examples inspired by time-resolved spectroscopy

Awesome Lists containing this project

README

          

# paramGUI

**paramGUI** is an R-package for teaching parameter estimation examples inspired by time-resolved spectroscopy, it was built using the [Shiny](https://shiny.rstudio.com/) web app framework.

It uses the R-package [TIMP](https://github.com/glotaran/TIMP) as its backend, which was developed by [Mullen and van Stokkum](https://doi.org/10.18637/jss.v018.i03).

## Installation

[paramGUI is available from CRAN](https://cran.r-project.org/package=paramGUI). To install, from an R Console type:

```R
install.packages("paramGUI")
```

[![](https://cranlogs.r-pkg.org/badges/paramGUI)](https://cran.r-project.org/package=paramGUI)

## The Glotaran Ecosystem

paramGUI is part of the [Glotaran](https://github.com/glotaran) ecosystem ([glotaran.org](https://glotaran.org/)).

## Cite

It's not expected that you cite paramGUI directly, rather cite the [TIMP](https://github.com/glotaran/TIMP) package on which it was built. However, if you'd like to let us know how you are using it (e.g. in teaching) please don't hesitate to reach out, we'd love to know!

## Contributors

The first version of paramGUI was created by [Katharine Mullen](https://github.com/k-m-m) and [Ivo van Stokkum](https://github.com/ism200) in 2008, but was never released to the public.

In 2016 [Joris Snellenburg](https://github.com/jsnel) created a shiny new web app based frontend for the package and released it to CRAN as version 2.0. He is also the current maintainer of the package.

## Package statistics

| paramGUI | Downloads |
| --- | ---: |
| Last day | [![](https://cranlogs.r-pkg.org/badges/last-day/paramGUI)](https://cran.r-project.org/package=paramGUI) |
| Last week | [![](https://cranlogs.r-pkg.org/badges/last-week/paramGUI)](https://cran.r-project.org/package=paramGUI) |
| Last month | [![](https://cranlogs.r-pkg.org/badges/last-month/paramGUI)](https://cran.r-project.org/package=paramGUI) |
| Total | [![](https://cranlogs.r-pkg.org/badges/grand-total/paramGUI)](https://cran.r-project.org/package=paramGUI) |

Download count thanks to the [cranlogs.app](https://github.com/r-hub/cranlogs.app) service.

### Notes
- paramGUI 1.0 was first released internally at the Vrije Univeristeit Amsterdam on January 14th 2008, where it was used for teaching purposes. Back then it used a Tcl/Tk based Graphical User Inteface.