Skip to content

shinyscholar

A Template for Creating Reproducible 'shiny' Applications

v0.4.5 · Apr 3, 2026 · GPL-3

Description

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.

Downloads

619

Last 30 days

5761st

1.9K

Last 90 days

7.6K

Last year

Trend: +1.3% (30d vs prior 30d)

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 7, 2026
ERROR r-devel-linux-x86_64-debian-gcc

examples

Running examples in ‘shinyscholar-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: create_template
> ### Title: Create a skeleton application containing empty modules
> ### Aliases
...[truncated]...
ile(con, "w") :
  cannot open file '/tmp/RtmpxdG82q/filefbc7c478ca9dd.R': No space left on device
Error in file(con, "w") : cannot open the connection
Calls: create_template ... <Anonymous> -> knit -> write_utf8 -> writeLines -> file
Execution halted
OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE May 5, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE May 1, 2026
ERROR r-oldrel-windows-x86_64

tests

Running 'testthat.R' [97s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
  > Sys.setenv("R_TEST" = "")
  > library(testthat)
  > library(shinyscholar)
  > library(shinytest2)
  > 
  > test_check("shinyscholar")
  Saving _problems/t
...[truncated]...
 ├─base::as.data.frame(...)
   10.     └─tools:::read_CRAN_object(CRAN_baseurl_for_web_area(), "web/packages/packages.rds")
   11.       └─base::readRDS(con)
  
  [ FAIL 1 | WARN 1 | SKIP 30 | PASS 151 ]
  Error:
  ! Test failures.
  Execution halted
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 12, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 17, 2026
ERROR r-oldrel-windows-x86_64

tests

Running 'testthat.R' [68s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
  > Sys.setenv("R_TEST" = "")
  > library(testthat)
  > library(shinyscholar)
  Loading required package: bslib
  
  Attaching package: 'bslib'
  
  The follo
...[truncated]...
ate_template.R:258:7
   4.   └─(function() {...
   5.     └─pak::local_install_deps(...)
   6.       └─pak:::remote(...)
   7.         └─err$throw(res$error)
  
  [ FAIL 4 | WARN 1 | SKIP 27 | PASS 152 ]
  Error:
  ! Test failures.
  Execution halted
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Dependency Network

Dependencies Reverse dependencies curl devtools glue knitr pak zip shinyscholar

Version History

11 tracked
updated 0.4.5 ← 0.4.4 diff Apr 3, 2026
new 0.4.4 Mar 10, 2026
updated 0.4.4 ← 0.4.3 diff Feb 5, 2026
updated 0.4.3 ← 0.4.2 diff Sep 4, 2025
updated 0.4.2 ← 0.4.1 diff Jun 1, 2025
updated 0.4.1 ← 0.3.0 diff May 18, 2025
updated 0.3.0 ← 0.2.5 diff Mar 19, 2025
updated 0.2.5 ← 0.2.4 diff Feb 4, 2025
updated 0.2.4 ← 0.2.3 diff Jan 28, 2025
updated 0.2.3 ← 0.2.2 diff Jan 16, 2025
new 0.2.2 Jan 14, 2025