The goal of itemstats is to …
You can install the development version of itemstats from GitHub with:
# install.packages("devtools")
devtools::install_github("abuchardt/itemstats")You should now be able to run your app for dichotomous items with
itemstats::app("RMDitemfit")and for polytomous items with
itemstats::app("RMPitemfit")