rbcavanaugh / pnt

Beta-version of R Shiny implementation of the computer-adaptive Philadelphia naming test (Roach et al., 1996) following item response theory.
https://william-hula.shinyapps.io/pnt-cat/
GNU General Public License v3.0
0 stars 6 forks source link

reduce golem dependency #32

Closed rbcavanaugh closed 2 years ago

rbcavanaugh commented 2 years ago

Currently, I've built the app using the r package {golem} which has been great but must be included in the dependencies and comes with a lot of heavy packages not used here. The authors are working on making golem more lightweight. Creating this issue to folow updates to golem and update here according.

golem/issues/597