Last data update: 2014.03.03

gridSVG

Package: gridSVG
Title: Export 'grid' Graphics as SVG
Version: 1.5-0
Authors@R: c(person("Paul", "Murrell", role = c("cre", "aut"),
email = "paul@stat.auckland.ac.nz"),
person("Simon", "Potter", role = "aut",
email = "simon@sjp.co.nz"))
Description: Functions to export graphics drawn with package grid to SVG
format. Additional functions provide access to SVG features that
are not available in standard R graphics, such as hyperlinks,
animation, filters, masks, clipping paths, and gradient and pattern fills.
Depends: R (>= 3.1)
Imports: grDevices, graphics, utils, methods, grid, RJSONIO, XML
Suggests: lattice
License: GPL
NeedsCompilation: yes
Packaged: 2015-11-16 00:23:00 UTC; pmur002
Author: Paul Murrell [cre, aut],
Simon Potter [aut]
Maintainer: Paul Murrell <paul@stat.auckland.ac.nz>
Repository: CRAN
Date/Publication: 2015-11-16 08:20:10

● 0 images, 61 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'gridSVG' ...
** package 'gridSVG' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c b64.c -o b64.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c buffer.c -o buffer.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o gridSVG.so b64.o buffer.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/gridSVG/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'gridSVG'
    finding HTML links ... done
    animUnit                                html  
    animate                                 html  
    convert                                 html  
    coords                                  html  
    fe                                      html  
    feBlend                                 html  
    feColorMatrix                           html  
    feComponentTransfer                     html  
    feComposite                             html  
    feConvolveMatrix                        html  
    feDiffuseLighting                       html  
    feDisplacementMap                       html  
    feDistantLight                          html  
    feFlood                                 html  
    feGaussianBlur                          html  
    feImage                                 html  
    feMerge                                 html  
    feMorphology                            html  
    feOffset                                html  
    fePointLight                            html  
    feSpecularLighting                      html  
    feSpotLight                             html  
    feTile                                  html  
    feTurbulence                            html  
    filterEffect                            html  
    filterInputs                            html  
    garnish                                 html  
    getSVGFonts                             html  
    getSVGMappings                          html  
    gradients                               html  
    grid.animate                            html  
    grid.clipPath                           html  
    grid.comment                            html  
    grid.element                            html  
    grid.export                             html  
    grid.filter                             html  
    grid.garnish                            html  
    grid.gradientFill                       html  
    grid.hyperlink                          html  
    grid.mask                               html  
    grid.patternFill                        html  
    grid.script                             html  
    gridSVG-internal                        html  
    gridSVG.newpage                         html  
    gridSVGMappings                         html  
    gridsvg                                 html  
Rd warning: /tmp/RtmpgiGdAc/R.INSTALL6e653a9bc693/gridSVG/man/gridsvg.Rd:55: missing file link 'dev.off'
    grobToDev                               html  
    listSVGDefinitions                      html  
    popContext                              html  
    primToDev                               html  
    pushClipPath                            html  
    pushMask                                html  
    readCoordsJS                            html  
    finding level-2 HTML links ... done

    readMappingsJS                          html  
    registerClipPath                        html  
    registerFilter                          html  
    registerGradientFill                    html  
    registerMask                            html  
    registerPatternFill                     html  
    setSVGoptions                           html  
    viewportCreate                          html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (gridSVG)
Making 'packages.html' ... done