Last data update: 2014.03.03

gdtools

Package: gdtools
Version: 0.0.7
License: GPL-3
Title: Utilities for Graphical Rendering
Description: Useful tools for writing vector graphics devices.
Authors@R: c(
person("David", "Gohel", , "david.gohel@ardata.fr", c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@rstudio.com", "aut"),
person("Jeroen", "Ooms", role = "ctb"),
person("Yixuan", "Qiu", role = "ctb"),
person("RStudio", role = "cph")
)
LazyData: TRUE
Imports: Rcpp (>= 0.12.0)
Suggests: htmltools, testthat
LinkingTo: Rcpp
SystemRequirements: cairo
BugReports: https://github.com/davidgohel/gdtools/issues
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-02-16 15:06:05 UTC; davidgohel
Author: David Gohel [aut, cre],
Hadley Wickham [aut],
Jeroen Ooms [ctb],
Yixuan Qiu [ctb],
RStudio [cph]
Maintainer: David Gohel <david.gohel@ardata.fr>
Repository: CRAN
Date/Publication: 2016-02-16 23:16:52

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'gdtools' ...
** package 'gdtools' successfully unpacked and MD5 sums checked
Found pkg-config cflags and libs!
Using PKG_CFLAGS=-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
Using PKG_LIBS=-lcairo
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../inst/include/ -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c CairoContext.cpp -o CairoContext.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../inst/include/ -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../inst/include/ -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c font_metrics.cpp -o font_metrics.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../inst/include/ -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c gdtools.cpp -o gdtools.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../inst/include/ -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c raster_to_base64.cpp -o raster_to_base64.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o gdtools.so CairoContext.o RcppExports.o font_metrics.o gdtools.o raster_to_base64.o -lcairo -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/gdtools/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'gdtools'
    finding HTML links ... done
    font_family_exists                      html  
    raster_str                              html  
    raster_write                            html  
    str_extents                             html  
    str_metrics                             html  
** building package indices
** testing if installed package can be loaded
* DONE (gdtools)
Making 'packages.html' ... done