Last data update: 2014.03.03

svglite

Package: svglite
Version: 1.1.0
Title: An 'SVG' Graphics Device
Description: A graphics device for R that produces 'Scalable Vector Graphics'.
'svglite' is a fork of the older 'RSvgDevice' package.
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
person("T Jake", "Luciani", , "jake@apache.org", "aut"),
person("Matthieu", "Decorde", , "matthieu.decorde@ens-lyon.fr", "aut"),
person("Vaudor", "Lise", , "lise.vaudor@ens-lyon.fr", "aut"),
person("Tony", "Plate", role = "ctb", comment = "Early line dashing code"),
person("David", "Gohel", role = "ctb", comment = "Line dashing code and raster code"),
person("Yixuan", "Qiu", role = "ctb", comment = "Improved styles; polypath implementation"),
person("HÃ¥kon", "Malmedal", role = "ctb", comment = "Opacity code"),
person("RStudio", role = "cph")
)
Encoding: UTF-8
Depends: R (>= 3.0.0)
Imports: Rcpp, gdtools
LinkingTo: Rcpp, gdtools, BH
Suggests: htmltools, testthat, xml2, covr
License: GPL (>= 2)
URL: https://github.com/hadley/svglite
BugReports: https://github.com/hadley/svglite/issues
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-02-08 23:48:08 UTC; hadley
Author: Hadley Wickham [aut, cre],
T Jake Luciani [aut],
Matthieu Decorde [aut],
Vaudor Lise [aut],
Tony Plate [ctb] (Early line dashing code),
David Gohel [ctb] (Line dashing code and raster code),
Yixuan Qiu [ctb] (Improved styles; polypath implementation),
HÃ¥kon Malmedal [ctb] (Opacity code),
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-02-09 09:47:13

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'svglite' ...
** package 'svglite' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/gdtools/include" -I"/home/ddbj/local/lib64/R/library/BH/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/gdtools/include" -I"/home/ddbj/local/lib64/R/library/BH/include"   -fpic  -g -O2  -c devSVG.cpp -o devSVG.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o svglite.so RcppExports.o devSVG.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/svglite/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'svglite'
    finding HTML links ... done
    editSVG                                 html  
    htmlSVG                                 html  
    svglite                                 html  
    svgstring                               html  
    xmlSVG                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (svglite)
Making 'packages.html' ... done