CRAN

alm 0.4.0

R Client for the Lagotto Altmetrics Platform

Released Mar 13, 2015 by Scott Chamberlain

This package is available for Renjin and there are no known compatibility issues.

Dependencies

ggplot2 3.0.0 httr 1.3.1 lubridate 1.7.4 reshape 0.8.7 stringr 1.3.1 plyr 1.8.4 reshape2 1.4.3 jsonlite 1.5

An R interface to the open source article level metrics platform created by the Public Library of Science (PLOS). A number of publishers are using the open source app created by PLOS, so you can drop in a different base URL to the functions in this package to get to not only PLOS data, but data for Crossref, and more as the open source PLOS software is used.

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>alm</artifactId>
    <version>0.4.0-b42</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:alm')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.