CRAN

adjustedcranlogs 0.1.0

Remove Automated and Repeated Downloads from 'RStudio' 'CRAN' Download Logs

Released Nov 23, 2017 by Tyler Morgan-Wall

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

lubridate 1.7.1 xml2 dplyr 0.7.4 cranlogs 2.1.0 rvest 0.3.2

Adjusts output of 'cranlogs' package to account for 'CRAN'-wide daily automated downloads and re-downloads caused by package updates.

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>adjustedcranlogs</artifactId>
    <version>0.1.0-b3</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:adjustedcranlogs')

Source

R

View GitHub Mirror

Release History