NEWS
iplots 1.1-8 (2022-05-01)
- fix warning due to length condition in iset.brush()
- Java sources are now included in the package tar ball in
the java directory.
iplots 1.1-7.1 (2018-06-17)
- updated NAMESPACE (thanks to Kurt Hornik)
iplots 1.1-7 (2013-12-03)
- fixed ibox() to work on integer vectors properly
- fixed issues with NA handling for integer and numeric vectors
when computing ranks. This restores the ability to use ibox()
on vectors containing NAs.
- clean up of the handling of input variables to plot routines.
imosaic() and ihammock() now implicitly convert all inputs to
factors.
- honor headless mode introduced in rJava 0.9-5
iplots 1.1-6 (2013-12-02)
- add basic support for bitmap images -- see iraster()
- add a virtual layer -2 that is part of the actual layer 0 and
drawn after paintBack but before paintObjects. It can be only
used by iObjs and allows those to be plotted after axes but
before plot primitives (useful for background raster images)
- update documentation to adhere to more restrictive rules in
current R that prevent proper documentation of structured
dots arguments.
iplots 1.1-5 (2013-02-06)
- remove dependency on CarbonEL
iplots 1.1-4 (2011-07-23)
- add a NAMESPACE since it becomes compulsory in new R versions
and we need to work around locked namespace environments
iplots 1.1-3 (2009-02-07)
- fix ibox and multivariate plots to accept ivars and a whole
iset as input (bug#60)
- allow iplots to load when NOAWT=1 is set event if the JVM
does not support AWT in R (necessary to be able to install
iplots in Mac OS X 10.5 for JGR)
iplots 1.1-2 (2008-04-14)
- add iplot.size() to get/set the size of a plot
- added Swing menu to ibase
iplots 1.1-1 (2007-09-07)
- allow the use of iplots within the R GUI on Mac OS X, but show a
warning on possible event loop deadlocks.
- update docs to flag S3 methods correctly
- map S4 show to S3 print so iset/ivar are shown correctly
- add '$<-.iset' method, enhance and fix other accessor methods
for both iset and ivar. Added examples (in ?ivar and ?iset)
- add iset.rm() which allows removal of iSets and all associated
plots
- add iplot.location() which is experimental for now until nesting
of plots is defined properly
iplots 1.1-0 (2007-08-25)
- use S4 classes for ivar and iset
- add subseting and subassignment operator support to ivar and
to allow users to treat them very much like data frames and
vectors repectively
- move to rJava 0.5 registration facilities
- add batch mode support to selection API
iplots 1.0-8
iplots 1.0-7 (2007-04-18)
iplots 1.0-6
- fix issues with compiling Common with certain compilers
iplots 1.0-5 (2006-10-11)
- ivar.new now compares the contents with existing variables and
will return original reference if the variable already exists
- imosaic and ipcp support variable-length arguments
- imosaic accepts additional "type" parameter to specify the
desired mosaic plot variation
- iset, iplot and iopt handling ahs been streamlined and better
documented. It is now possible to obtain individual objects
for iset, ivar, iplot and iobj.
- each plot type has a distinct subclass of "iplot" and thus can
be identified as such
iplots 1.0-4 (2006-09-06)
- several variations of mosaic plots exhibited incorrect
behavior with respect to empty cells, this has been now fixed
iplots 1.0-3 (2006-08-20)
iplots 0.1-0