CRAN

aweek 1.0.0

Convert Dates to Arbitrary Week Definitions

Released Jun 11, 2019 by Zhian N. Kamvar

This package can be loaded by Renjin but 8 out 10 tests failed.

Which day a week starts depends heavily on the either the local or professional context. This package is designed to be a lightweight solution to easily switching between week-based date definitions.

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>aweek</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:aweek')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.

Source

R

View GitHub Mirror

Release History