CRAN

magicLamp 0.1.0

'WeMo Switch' Smart Plug Utilities

Released Sep 21, 2017 by Simon Garnier

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

Dependencies

tibble 1.3.4 httr 1.3.1

Set of utility functions to interact with 'WeMo Switch', a smart plug that can be remotely controlled via wifi. The provided functions make it possible to turn one or more 'WeMo Switch' plugs on and off in a scriptable fashion. More information about 'WeMo Switch' can be found at .

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>magicLamp</artifactId>
    <version>0.1.0-b7</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:magicLamp')

Source

R

View GitHub Mirror

Release History