Movatterモバイル変換


[0]ホーム

URL:


PASWR21.0.5

PASWR2

Version 1.0.5

Downloads from the RStudio CRAN mirror

CRAN version

Alan T. Arnholt

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.

Installation

The stable version of the package is available for download fromCRAN_Status_Badge.

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:

  • On Windows, download and installRtools.
  • On the Mac, make sure you haveXcode installed.
  • On Linux, make sure you have the R-dev packages installed.

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

Links

License

Citation

Developers

  • Alan T. Arnholt
    Author, maintainer

Dev status

  • Travis-CI Build Status

[8]ページ先頭

©2009-2026 Movatter.jp