CRAN

nomadlist 0.1.0

Interface to the Nomad List API

Released Jun 30, 2016 by Ger Inberg

This package can be loaded by Renjin but 2 out 3 tests failed.

Dependencies

curl jsonlite 1.5

Digital nomads are people that use technology in order to work remotely and live an independent and nomadic lifestyle. Nomad List finds the best cities in the world for digital nomads and offers an API, see https://nomadlist.com/faq#api for more information. This package provides an interface for that API.

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>nomadlist</artifactId>
    <version>0.1.0-b17</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:nomadlist')

Test Results

This package was last tested against Renjin 0.9.2589 on Jan 22, 2018.

Source

R

View GitHub Mirror

Release History