Title: rpf
The idea behind RPF is modularity. Most item factor analysis softwareis not modular. Modularity facilitates more contributors and crosspollination between projects.
To get the current released version from CRAN:
install.packages("rpf")There are a number of useful scripts in thetoolssubdir:
install – Installs the package as quickly aspossible. Skips building the vignettes and documentation.
build – Builds a source tarball
check – Builds a source tarball and checksit
rox – Re-generates the documentation.
test – Runs the test suite using the uninstalledtests against the installed package.
autodep – Recalculates the header filedependences
If you’re working on the C++ code, you probably want to adjust thesettings insrc/Makevars.