CRAN

mRchmadness 1.0.0

Numerical Tools for Filling Out an NCAA Basketball Tournament Bracket

Released Apr 9, 2017 by Eli Shayer

This package can be loaded by Renjin but 4 out 6 tests failed.

Dependencies

xml2 Matrix 1.2-12 dplyr 0.7.4 glmnet 2.0-13 rvest 0.3.2 shiny 1.0.5

Scrape season results, estimate win probabilities, and find a competitive bracket for your office pool. Additional utilities include: scraping population picks; simulating tournament results; and testing your bracket in simulation.

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>mRchmadness</artifactId>
    <version>1.0.0-b11</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:mRchmadness')

Test Results

This package was last tested against Renjin 0.8.2561 on Dec 22, 2017.

Source

R

View GitHub Mirror

Release History