The goal of nightingale is to provide an exemplary R package for learning and trying out practices of research software engineering.
Members: Jan Simson, Fritjof Jammers
You can install the development version of nightingale from GitHub with:
# install.packages("pak")
pak::pak("jansim/nightingale")This is a basic example which shows you how to use the package. First load the package into the environment:
library(nightingale)To create a barplot of mortality data:
show_barplot()To launch a Shiny dashboard for the mortality data:
show_shiny_app()This package is licensed under the MIT License.
See the LICENSE file for details.
Reach out:
-
Jan Simson: jan.simson@lmu.de
-
Fritjof Jammers: fritjoflammers@gmail.com