CRAN

openintro 1.7.1

Data Sets and Supplemental Functions from 'OpenIntro' Textbooks

Released Sep 8, 2017 by David M Diez

This package can be loaded by Renjin but 3 out 143 tests failed.

Supplemental functions and data for 'OpenIntro' resources, which includes open-source textbooks and resources for introductory statistics at . The package contains data sets used in our open-source textbooks along with custom plotting functions for reproducing book figures. Note that many functions and examples include color transparency; some plotting elements may not show up properly (or at all) when run in some versions of Windows operating system.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>openintro</artifactId>
    <version>1.7.1-b22</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:openintro')

Test Results

This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.

Source

R

View GitHub Mirror

Release History