Package uk.co.terminological.rjava


package uk.co.terminological.rjava
  • Class
    Description
    AfterLastElementException class.
    BeforeFirstElementException class.
     
    This gets thrown when a datatype transformation cannot continue due to a fundamentally uncatchable condition.
    NameNotFoundException class.
    Methods marked by this annotation will be included in the R library api.
    Methods marked by this annotation will be included in the R library api.
    This annotation identifies a class as part of an R library api Fields here will populate data in DESCRIPTION file and allow R to load dependencies when it loads the R library api
    Variety of static functions to facilitate data conversion from Java to R.
    The ConvertingCollector interface allows us to reuse stream collectors for other non stream data types by apply these to streams, iterators, arrays, collections, and iterables, as well as plain instances.
    VectorCollectors can be used to collect a stream of java objects into an RVector with defined type.
    This annotation identifies a class as a datatype in the R library api Fields here are R code used to handle conversion to and from R.
    The RDefault annotation can be used to define R code that will be used if nothing is passed to the this method for the annotated value.
    The methods marked by this annotation will be called just prior to garbage collection and can be used to free up resources.
    LogController class.
    Methods marked by this annotation will be included in the R library api.
    The RName anotation marks getter fields for mapping POJO fields to named lists or dataframe columns.
    Delegates the print stream output from System.out to a per-thread set of ByteArrayPrintStreams keyed on thread id.
    Rule<T>
    Rule interface.
    The MapRule interface allows a label to be associated with a data mapping
    The StreamRule interface allows a data mapping that selects another stream to be associated with and a set of named data mappings selecting end data items The intermediate stream is used to flatten a nested data structure, by firstly mapping a stream to a nested stream, them mapping that to a named set of data.
    This gets thrown when a datatype transformation cannot continue and it is likely a catchable condition
    UnexpectedNaValueException class.
    ZeroDimensionalArrayException class.