CRAN

NCmisc 1.1.6

Miscellaneous Functions for Creating Adaptive Functions and Scripts

Released Nov 12, 2018 by Nicholas Cooper

This package can be loaded by Renjin but 14 out 52 tests failed.

Dependencies

proftools 0.99-2

A set of handy functions. Includes a versatile one line progress bar, one line function timer with detailed output, time delay function, text histogram, object preview, CRAN package search, simpler package installer, Linux command install check, a flexible Mode function, top function, simulation of correlated data, and more.

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>NCmisc</artifactId>
    <version>1.1.6-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:NCmisc')

Test Results

This package was last tested against Renjin 0.9.2709 on Nov 13, 2018.

Source

R

View GitHub Mirror

Release History