Package: shinyscholar 0.2.5
shinyscholar: A Template for Creating Reproducible 'shiny' Applications
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:
shinyscholar_0.2.5.tar.gz
shinyscholar_0.2.5.zip(r-4.5)shinyscholar_0.2.5.zip(r-4.4)shinyscholar_0.2.5.zip(r-4.3)
shinyscholar_0.2.5.tgz(r-4.5-any)shinyscholar_0.2.5.tgz(r-4.4-any)shinyscholar_0.2.5.tgz(r-4.3-any)
shinyscholar_0.2.5.tar.gz(r-4.5-noble)shinyscholar_0.2.5.tar.gz(r-4.4-noble)
shinyscholar_0.2.5.tgz(r-4.4-emscripten)shinyscholar_0.2.5.tgz(r-4.3-emscripten)
shinyscholar.pdf |shinyscholar.html✨
shinyscholar/json (API)
NEWS
# Install 'shinyscholar' in R: |
install.packages('shinyscholar', repos = c('https://simon-smart88.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/simon-smart88/shinyscholar/issues
Pkgdown site:https://simon-smart88.github.io
Last updated 1 months agofrom:bcc3d853e4. Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 07 2025 |
R-4.5-win | OK | Mar 07 2025 |
R-4.5-mac | OK | Mar 07 2025 |
R-4.5-linux | OK | Mar 07 2025 |
R-4.4-win | OK | Mar 07 2025 |
R-4.4-mac | OK | Mar 07 2025 |
R-4.4-linux | OK | Mar 07 2025 |
R-4.3-win | OK | Mar 07 2025 |
R-4.3-mac | OK | Mar 07 2025 |
Exports:asyncLogcheck_suggestscheck_urlclose_loading_modalcreate_modulecreate_templateget_nasa_tokenmetadataplot_histplot_scatterprintVecAsisregister_modulerun_shinyscholarsave_and_loadselect_asyncselect_queryselect_usershow_loading_modalshow_mapshow_resultsshow_tablespuriouswriteLog
Dependencies:askpassattemptbase64encbrewbriobslibcachemcallrclicliprcolorspacecommonmarkcpp11crayoncredentialscrosstalkcurldescdevtoolsdiffobjdigestdownlitellipsisevaluatefansifarverfastmapfontawesomefsgargoylegertghgitcredsgluehighrhtmltoolshtmlwidgetshttpuvhttr2inijquerylibjsonliteknitrlabelinglaterlatticelazyevalleafletleaflet.providerslifecyclemagrittrmemoisemimeminiUImunsellopensslpillarpkgbuildpkgconfigpkgdownpkgloadpngpraiseprettyunitsprocessxprofvispromisespspurrrR6raggrappdirsrasterrcmdcheckRColorBrewerRcppremotesrlangrmarkdownroxygen2rprojrootrstudioapirversionssassscalessessioninfoshinysourcetoolsspstringistringrsyssystemfontsterratestthattextshapingtibbletinytexurlcheckerusethisutf8vctrsviridisLitewaldowhiskerwithrxfunxml2xopenxtableyamlzip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
_shinyscholar_: A modular platform for creating reproducible applications | shinyscholar-package shinyscholar |
Create a shinyscholar module | create_module |
Create a skeleton application containing empty modules | create_template |
Fetch a token from the NASA Earthdata API | get_nasa_token |
Add metadata lines to modules | metadata |
Extract values from a raster to produce a histogram | plot_hist |
Extract values from a raster to produce a scatterplot | plot_scatter |
Register a shinyscholar module | register_module |
Run _shinyscholar_ Application | run_shinyscholar |
Adds lines to modules to save and load input values. | save_and_load |
Load FAPAR data from NASA asynchronously | select_async |
Load FAPAR data from NASA | select_query |
Load a raster image | select_user |