Skip to contents

This package provides an R Shiny application used for diagnosis of cognitive status based on neuropsychological scores.

Installation

You can install the development version of NpsychAssessmentTool from GitHub with:

# install.packages("pak")
pak::pak("rmtrane/NpsychAssessmentTool")

or

# install.packages("remotes")
remotes::install_github("rmtrane/NpsychAssessmentTool")

Note that some features of the application mean additional resources. For example, the R package REDCapR is necessary to be able to pull data straight from REDCap. To install the packages needed to enable all features, use

pak::pak("rmtrane/NpsychAssessmentTool", dependencies = TRUE)

or

remotes::install_github("rmtrane/NpsychAssessmentTool", dependencies = TRUE)

Example

You can start the application as follows:

Alternatively, the app is also available as an RStudio add-in. I.e., once the package is installed, you should be able to launch it from the RStudio add-in dropdown menu:

Screenshot showing the RStudio add-in.

Screenshots