MyNixOS website logo
Description

Probability and Statistics with R, Second Edition.

Functions and data sets for the text Probability and Statistics with R, Second Edition.

PASWR2

Version 1.0.5

Travis-CI Build Status Downloads from the RStudio CRAN mirror

Alan T. Arnholt

PASWR2: Functions and data sets for the text Probability and Statistics with R, Second Edition

Please report any bugs or suggestions at: https://github.com/alanarnholt/PASWR2/issues.

Installation

The stable version of the package is available for download from CRAN_Status_Badge.

You may install the most recent development version of PASWR2 using the devtools function install_github().

However, you need to make sure you're set up to develop packages. This is platform specific:

  • On Windows, download and install Rtools.
  • On the Mac, make sure you have Xcode installed.
  • On Linux, make sure you have the R-dev packages installed.

You can check everything is installed correctly with the has_devel() function from the devtools package. Type the following at the R prompt:

install.packages("devtools", dependencies = TRUE)    
devtools::has_devel()

If everything is installed correctly, the function will print some output and then return TRUE.

To install the PASWR2 package, type the following at the R prompt:

devtools::install_github('alanarnholt/PASWR2')

It is possible to install PASWR2 with GIT and the R CMD build assuming you have GIT installed and the appropriate tools to build R from source.

git clone https://github.com/alanarnholt/PASWR2.git
R CMD build PASWR2
R CMD INSTALL PASWR2_*.tar.gz
Metadata

Version

1.0.5

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows