packages
library(shiny)
library(shinytest2)
library(testthat)
library(rhino)rhino appsPart 5 (series): Testing with box modules
Martin Frigaard
December 8, 2023
The rhino framework from Appsilon introduces a novel method for developing your Shiny application. Unlike the golem and leprechaun frameworks, rhino applications are not built inside R packages.
The example rhino application we’ll be using comes from my moviesApp repo covered in the Shiny App-Packages book (you can access this app using the shinyap package or directly from the repo).