CRAN

nycflights13 1.0.0

Flights that Departed NYC in 2013

Released Jun 26, 2018 by Hadley Wickham

This package can be loaded by Renjin but 1 out 3 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

tibble 1.4.2

Airline on-time data for all flights departing NYC in 2013. Also includes useful 'metadata' on airlines, airports, weather, and planes.

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>nycflights13</artifactId>
    <version>1.0.0-b1</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:nycflights13')

Test Results

This package was last tested against Renjin 0.9.2657 on Aug 18, 2018.

Source

R

View GitHub Mirror

Release History