Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 699 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 699 Bytes

Hatchery literature review app

This repository contains source code for an app displaying an article database pertaining to a fish hatchery literature review. See the app in action here

Reproducibility

The shiny app was written in R 4.4.1 using the following packages:

  • shiny 1.8.11
  • bslib 0.7.0
  • DT 0.33
  • purrr 1.0.2
  • stringr 1.5.1
  • dplyr 1.1.4
  • rvest 1.0.4
  • xml2 1.3.6
  • renv 1.0.7

This repository uses renv for package management. To replicate the library with which this app was made, clone the repo and install the project library using renv::restore().