PASWR2: Functions and data sets for the textProbability and Statistics with R, Second Edition
Please report anybugs orsuggestions at:https://github.com/alanarnholt/PASWR2/issues.
The stable version of the package is available for download from.
You may install the most recent development version ofPASWR2 using thedevtools functioninstall_github().
However, you need to make sure you’re set up to develop packages. This is platform specific:
You can check everything is installed correctly with thehas_devel() function from thedevtools package. Type the following at theR prompt:
install.packages("devtools", dependencies=TRUE)devtools::has_devel()If everything is installed correctly, the function will print some output and then returnTRUE.
To install thePASWR2 package, type the following at theR prompt:
devtools::install_github('alanarnholt/PASWR2')It is possible to installPASWR2 withGIT and theR CMD build assuming you have GIT installed and the appropriate tools to buildR from source.
git clone https://github.com/alanarnholt/PASWR2.gitR CMD build PASWR2R CMD INSTALL PASWR2_*.tar.gz