# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "shinyscholar" in publications use:' type: software license: GPL-3.0-only title: 'shinyscholar: A Template for Creating Reproducible ''shiny'' Applications' version: 0.2.5 doi: 10.32614/CRAN.package.shinyscholar abstract: Create a skeleton 'shiny' application with create_template() that is reproducible, can be saved and meets academic standards for attribution. Forked from 'wallace'. Code is split into modules that are loaded and linked together automatically and each call one function. Guidance pages explain modules to users and flexible logging informs them of any errors. Options enable asynchronous operations, viewing of source code, interactive maps and data tables. Use to create complex analytical applications, following best practices in open science and software development. Includes functions for automating repetitive development tasks and an example application at run_shinyscholar() that requires install.packages("shinyscholar", dependencies = TRUE). A guide to developing applications can be found on the package website. authors: - family-names: Smart given-names: Simon E. H. email: simon.smart@cantab.net - family-names: Lucas given-names: Tim email: timcdlucas@gmail.com orcid: https://orcid.org/0000-0003-4694-8107 repository: https://simon-smart88.r-universe.dev repository-code: https://github.com/simon-smart88/shinyscholar commit: bcc3d853e48dccf95b3f2840f98cb3a73099031c url: https://simon-smart88.github.io/shinyscholar/ contact: - family-names: Smart given-names: Simon E. H. email: simon.smart@cantab.net