NEWS | R Documentation |
Supported UCRT on Windows, thanks to Tomas Kalibera and Uwe Ligges.
Fixed the configure script, thanks to Prof. Brian Ripley.
Fixed the issue of not exporting the initialization function on Windows.
Fixed various compiler warnings.
Fixed a string comparison issue in the configure script
Fixed a bug in testing the capability of Cairo-based devices
New device functions to support future R graphics engine, thanks to Prof. Paul Murrell
Updated libming
Fixed a -Wlogical-not-parentheses
warning, thanks to Prof. Ripley
Added a cleanup script per CRAN's policy
Registered native routines per CRAN's policy
Fixed PROTECT errors detected by CRAN
Fixed a compilation conflict with FreeType 2.6, thanks to Kurt Hornik
Fixed a bug in setting the dimension of the SWF file that occurs in
image2swf()
Eliminated R CMD check warnings
Fixed a misuse of abs()
in the C code, thanks to Prof. Ripley
Fixed a memory bug detected by valgrind, thanks to Prof. Ripley
SWF graphics device now supports the hadj
parameter
Functions list.fonts()
and add.fonts()
were removed
Functions font.paths()
, font.families()
, font.files()
and font.add()
were moved to the sysfonts package that the
current version of R2SWF depends on
Fixed a bug in detecting the OS type
Added function font.files()
to list available font files
Fixed swf2html()
to make it work properly with knitr hook
hook_r2swf()
Renamed list.fonts()
to font.families()
, and
add.fonts()
to font.add()
.
Old function names are deprecated but kept for compatibility
Removed configure.win
so it should be built on both architectures
on Windows
Fixed loading problem on R 2.15.3
Clarified the copyrights
Removed the source code of some external libraries
A SWF device for R through swf()
Takes care of absolute and relative paths of files
Remove 'outdir
' argument from dev2swf()
Updated zlib to 1.2.8
Updated libpng to 1.6.2
Added FreeType 2.5.0
Updated libming to 0.4.5
Fixed several memory leak problems
Uses absolute paths for dev2swf()
, swf2html()
etc.
HTML file created by swf2html()
will make a copy of the SWF file
in the same directory
A new function file2swf()
as a wrapper of image2swf()
and svg2swf()
swf2html()
uses a simple <embed>
tag instead of the long ugly old
<object>
tag to write the Flash file in HTML; it also gained a new
argument 'fragment
' to decide whether to return an HTML fragment or
a complete HTML document
Windows version of R supports svg()
since 2.14.0.
Now svg2swf()
also accepts SVG files created by svg()
dev2swf()
now supports svg()
device
Allows users to set the background color of the output SWF file
Re-designed the arguments list of image2swf()
and
svg2swf()
for ease of use
(Internal) Uses a more appropriate way to insert frames in a SWF file
Fixed Makefile errors
Fixed compilation errors in Windows
svg2swf()
to convert SVG files to a Flash animation
image2swf()
and dev2swf()
to convert png/jpeg files
into a Flash animation
swf2html()
to embed a Flash file into an HTML page